Searched refs:aNewBmpSize (Results 1 – 2 of 2) sorted by relevance
1394 Size aNewBmpSize; in GetDownsampledBitmap() local1400 aNewBmpSize.Width() = FRound( fMaxPixelY * fBmpWH ); in GetDownsampledBitmap()1401 aNewBmpSize.Height() = FRound( fMaxPixelY ); in GetDownsampledBitmap()1405 aNewBmpSize.Width() = FRound( fMaxPixelX ); in GetDownsampledBitmap()1406 aNewBmpSize.Height() = FRound( fMaxPixelX / fBmpWH); in GetDownsampledBitmap()1409 if( aNewBmpSize.Width() && aNewBmpSize.Height() ) in GetDownsampledBitmap()1410 aBmp.Scale( aNewBmpSize ); in GetDownsampledBitmap()1463 Size aNewBmpSize; in GetDownsampledBitmapEx() local1469 aNewBmpSize.Width() = FRound( fMaxPixelY * fBmpWH ); in GetDownsampledBitmapEx()1470 aNewBmpSize.Height() = FRound( fMaxPixelY ); in GetDownsampledBitmapEx()[all …]
121 Size aNewBmpSize; in implWriteBitmapEx() local127 aNewBmpSize.Width() = FRound( fMaxPixelY * fBmpWH ); in implWriteBitmapEx()128 aNewBmpSize.Height() = FRound( fMaxPixelY ); in implWriteBitmapEx()132 aNewBmpSize.Width() = FRound( fMaxPixelX ); in implWriteBitmapEx()133 aNewBmpSize.Height() = FRound( fMaxPixelX / fBmpWH); in implWriteBitmapEx()136 if( aNewBmpSize.Width() && aNewBmpSize.Height() ) in implWriteBitmapEx()139 aBitmapEx.Scale( aNewBmpSize, BMP_SCALE_BESTQUALITY ); in implWriteBitmapEx()