Searched refs:aNewBmpSize (Results 1 – 2 of 2) sorted by relevance
1412 Size aNewBmpSize; in GetDownsampledBitmap() local1418 aNewBmpSize.Width() = FRound( fMaxPixelY * fBmpWH ); in GetDownsampledBitmap()1419 aNewBmpSize.Height() = FRound( fMaxPixelY ); in GetDownsampledBitmap()1423 aNewBmpSize.Width() = FRound( fMaxPixelX ); in GetDownsampledBitmap()1427 if( aNewBmpSize.Width() && aNewBmpSize.Height() ) in GetDownsampledBitmap()1428 aBmp.Scale( aNewBmpSize ); in GetDownsampledBitmap()1481 Size aNewBmpSize; in GetDownsampledBitmapEx() local1488 aNewBmpSize.Height() = FRound( fMaxPixelY ); in GetDownsampledBitmapEx()1492 aNewBmpSize.Width() = FRound( fMaxPixelX ); in GetDownsampledBitmapEx()1496 if( aNewBmpSize.Width() && aNewBmpSize.Height() ) 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()
Completed in 36 milliseconds