Searched refs:maPhysSize (Results 1 – 1 of 1) sorted by relevance
121 Size maPhysSize; // preferred size in MAP_100TH_MM units member in vcl::PNGReaderImpl464 … maPhysSize.Width() = (sal_Int32)( (100000.0 * maOrigSize.Width()) / nXPixelPerMeter ); in GetBitmapEx()465 … maPhysSize.Height() = (sal_Int32)( (100000.0 * maOrigSize.Height()) / nYPixelPerMeter ); in GetBitmapEx()505 if ( mbpHYs && maPhysSize.Width() && maPhysSize.Height() ) in GetBitmapEx()508 aRet.SetPrefSize( maPhysSize ); in GetBitmapEx()
Completed in 15 milliseconds