Searched refs:nSourcePixelWidth (Results 1 – 1 of 1) sorted by relevance
570 const sal_Int32 nSourcePixelWidth( rGraphic.GetSizePixel().Width() ); in ImplApplyBitmapResolution() local572 const double fSourcePixelWidth = static_cast<double>( nSourcePixelWidth ); in ImplApplyBitmapResolution()575 sal_Int32 nDestPixelWidth = nSourcePixelWidth; in ImplApplyBitmapResolution()582 if ( !nDestPixelWidth || ( nDestPixelWidth > nSourcePixelWidth ) ) in ImplApplyBitmapResolution()583 nDestPixelWidth = nSourcePixelWidth; in ImplApplyBitmapResolution()591 if ( ( nDestPixelWidth != nSourcePixelWidth ) || ( nDestPixelHeight != nSourcePixelHeight ) ) in ImplApplyBitmapResolution()
Completed in 14 milliseconds