Home
last modified time | relevance | path

Searched refs:aNewBmpSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dprint2.cxx1394 Size aNewBmpSize; in GetDownsampledBitmap() local
1400 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() local
1469 aNewBmpSize.Width() = FRound( fMaxPixelY * fBmpWH ); in GetDownsampledBitmapEx()
1470 aNewBmpSize.Height() = FRound( fMaxPixelY ); in GetDownsampledBitmapEx()
[all …]
H A Dpdfwriter_impl2.cxx121 Size aNewBmpSize; in implWriteBitmapEx() local
127 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()