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.cxx1412 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()
1427 if( aNewBmpSize.Width() && aNewBmpSize.Height() ) in GetDownsampledBitmap()
1428 aBmp.Scale( aNewBmpSize ); in GetDownsampledBitmap()
1481 Size aNewBmpSize; in GetDownsampledBitmapEx() local
1488 aNewBmpSize.Height() = FRound( fMaxPixelY ); in GetDownsampledBitmapEx()
1492 aNewBmpSize.Width() = FRound( fMaxPixelX ); in GetDownsampledBitmapEx()
1496 if( aNewBmpSize.Width() && aNewBmpSize.Height() ) 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()

Completed in 32 milliseconds