Searched refs:maPhysSize (Results 1 – 1 of 1) sorted by relevance
120 Size maPhysSize; // prefered size in MAP_100TH_MM units member in vcl::PNGReaderImpl454 … maPhysSize.Width() = (sal_Int32)( (100000.0 * maOrigSize.Width()) / nXPixelPerMeter ); in GetBitmapEx()455 … maPhysSize.Height() = (sal_Int32)( (100000.0 * maOrigSize.Height()) / nYPixelPerMeter ); in GetBitmapEx()495 if ( mbpHYs && maPhysSize.Width() && maPhysSize.Height() ) in GetBitmapEx()498 aRet.SetPrefSize( maPhysSize ); in GetBitmapEx()
Completed in 36 milliseconds