Home
last modified time | relevance | path

Searched refs:fMaxPixelY (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx113 const double fMaxPixelY = aDstSizeTwip.Height() * i_rContext.m_nMaxImageResolution / 1440.0; in implWriteBitmapEx() local
117 ( fBmpPixelY > ( fMaxPixelY + 4 ) ) ) && in implWriteBitmapEx()
118 ( fBmpPixelY > 0.0 ) && ( fMaxPixelY > 0.0 ) ) in implWriteBitmapEx()
123 const double fMaxWH = fMaxPixelX / fMaxPixelY; in implWriteBitmapEx()
127 aNewBmpSize.Width() = FRound( fMaxPixelY * fBmpWH ); in implWriteBitmapEx()
128 aNewBmpSize.Height() = FRound( fMaxPixelY ); in implWriteBitmapEx()
H A Dprint2.cxx1404 const double fMaxPixelY = aDstSizeTwip.Height() * nMaxBmpDPIY / 1440.0; in GetDownsampledBitmap() local
1408 ( fBmpPixelY > ( fMaxPixelY + 4 ) ) ) && in GetDownsampledBitmap()
1409 ( fBmpPixelY > 0.0 ) && ( fMaxPixelY > 0.0 ) ) in GetDownsampledBitmap()
1414 const double fMaxWH = fMaxPixelX / fMaxPixelY; in GetDownsampledBitmap()
1418 aNewBmpSize.Width() = FRound( fMaxPixelY * fBmpWH ); in GetDownsampledBitmap()
1419 aNewBmpSize.Height() = FRound( fMaxPixelY ); in GetDownsampledBitmap()
1477 ( fBmpPixelY > ( fMaxPixelY + 4 ) ) ) && in GetDownsampledBitmapEx()
1478 ( fBmpPixelY > 0.0 ) && ( fMaxPixelY > 0.0 ) ) in GetDownsampledBitmapEx()
1483 const double fMaxWH = fMaxPixelX / fMaxPixelY; in GetDownsampledBitmapEx()
1487 aNewBmpSize.Width() = FRound( fMaxPixelY * fBmpWH ); in GetDownsampledBitmapEx()
[all …]

Completed in 31 milliseconds