Searched refs:fMaxPixelY (Results 1 – 2 of 2) sorted by relevance
1386 const double fMaxPixelY = aDstSizeTwip.Height() * nMaxBmpDPIY / 1440.0; in GetDownsampledBitmap() local1390 ( fBmpPixelY > ( fMaxPixelY + 4 ) ) ) && in GetDownsampledBitmap()1391 ( fBmpPixelY > 0.0 ) && ( fMaxPixelY > 0.0 ) ) in GetDownsampledBitmap()1396 const double fMaxWH = fMaxPixelX / fMaxPixelY; in GetDownsampledBitmap()1400 aNewBmpSize.Width() = FRound( fMaxPixelY * fBmpWH ); in GetDownsampledBitmap()1401 aNewBmpSize.Height() = FRound( fMaxPixelY ); in GetDownsampledBitmap()1455 const double fMaxPixelY = aDstSizeTwip.Height() * nMaxBmpDPIY / 1440.0; in GetDownsampledBitmapEx() local1459 ( fBmpPixelY > ( fMaxPixelY + 4 ) ) ) && in GetDownsampledBitmapEx()1460 ( fBmpPixelY > 0.0 ) && ( fMaxPixelY > 0.0 ) ) in GetDownsampledBitmapEx()1465 const double fMaxWH = fMaxPixelX / fMaxPixelY; in GetDownsampledBitmapEx()[all …]
113 … const double fMaxPixelY = aDstSizeTwip.Height() * i_rContext.m_nMaxImageResolution / 1440.0; in implWriteBitmapEx() local117 ( 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()