Searched refs:nSourcePixelHeight (Results 1 – 1 of 1) sorted by relevance
571 const sal_Int32 nSourcePixelHeight( rGraphic.GetSizePixel().Height() ); in ImplApplyBitmapResolution() local573 const double fSourcePixelHeight= static_cast<double>( nSourcePixelHeight ); in ImplApplyBitmapResolution()576 sal_Int32 nDestPixelHeight = nSourcePixelHeight; in ImplApplyBitmapResolution()588 if ( !nDestPixelHeight || ( nDestPixelHeight > nSourcePixelHeight ) ) in ImplApplyBitmapResolution()589 nDestPixelHeight = nSourcePixelHeight; in ImplApplyBitmapResolution()591 if ( ( nDestPixelWidth != nSourcePixelWidth ) || ( nDestPixelHeight != nSourcePixelHeight ) ) in ImplApplyBitmapResolution()
Completed in 51 milliseconds