Lines Matching refs:aNewBmpSize
1412 Size aNewBmpSize; in GetDownsampledBitmap() local
1418 aNewBmpSize.Width() = FRound( fMaxPixelY * fBmpWH ); in GetDownsampledBitmap()
1419 aNewBmpSize.Height() = FRound( fMaxPixelY ); in GetDownsampledBitmap()
1423 aNewBmpSize.Width() = FRound( fMaxPixelX ); in GetDownsampledBitmap()
1424 aNewBmpSize.Height() = FRound( fMaxPixelX / fBmpWH); in GetDownsampledBitmap()
1427 if( aNewBmpSize.Width() && aNewBmpSize.Height() ) in GetDownsampledBitmap()
1428 aBmp.Scale( aNewBmpSize ); in GetDownsampledBitmap()
1481 Size aNewBmpSize; in GetDownsampledBitmapEx() local
1487 aNewBmpSize.Width() = FRound( fMaxPixelY * fBmpWH ); in GetDownsampledBitmapEx()
1488 aNewBmpSize.Height() = FRound( fMaxPixelY ); in GetDownsampledBitmapEx()
1492 aNewBmpSize.Width() = FRound( fMaxPixelX ); in GetDownsampledBitmapEx()
1493 aNewBmpSize.Height() = FRound( fMaxPixelX / fBmpWH); in GetDownsampledBitmapEx()
1496 if( aNewBmpSize.Width() && aNewBmpSize.Height() ) in GetDownsampledBitmapEx()
1497 aBmpEx.Scale( aNewBmpSize ); in GetDownsampledBitmapEx()