Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dprint2.cxx1383 const double fBmpPixelX = aBmpSize.Width(); in GetDownsampledBitmap() local
1389 if( ( ( fBmpPixelX > ( fMaxPixelX + 4 ) ) || in GetDownsampledBitmap()
1395 const double fBmpWH = fBmpPixelX / fBmpPixelY; in GetDownsampledBitmap()
1452 const double fBmpPixelX = aBmpSize.Width(); in GetDownsampledBitmapEx() local
1458 if( ( ( fBmpPixelX > ( fMaxPixelX + 4 ) ) || in GetDownsampledBitmapEx()
1464 const double fBmpWH = fBmpPixelX / fBmpPixelY; in GetDownsampledBitmapEx()
H A Dpdfwriter_impl2.cxx110 const double fBmpPixelX = aBmpSize.Width(); in implWriteBitmapEx() local
116 if( ( ( fBmpPixelX > ( fMaxPixelX + 4 ) ) || in implWriteBitmapEx()
122 const double fBmpWH = fBmpPixelX / fBmpPixelY; in implWriteBitmapEx()