Searched refs:nDestPixelHeight (Results 1 – 1 of 1) sorted by relevance
576 sal_Int32 nDestPixelHeight = nSourcePixelHeight; in ImplApplyBitmapResolution() local587 nDestPixelHeight= static_cast<sal_Int32>(( fSourcePixelHeight* fImageResolution ) / fSourceDPIY); in ImplApplyBitmapResolution()588 if ( !nDestPixelHeight || ( nDestPixelHeight > nSourcePixelHeight ) ) in ImplApplyBitmapResolution()589 nDestPixelHeight = nSourcePixelHeight; in ImplApplyBitmapResolution()591 if ( ( nDestPixelWidth != nSourcePixelWidth ) || ( nDestPixelHeight != nSourcePixelHeight ) ) in ImplApplyBitmapResolution()592 ImplApplyBitmapScaling( rGraphic, nDestPixelWidth, nDestPixelHeight ); in ImplApplyBitmapResolution()
Completed in 19 milliseconds