Searched refs:nDestPixelWidth (Results 1 – 1 of 1) sorted by relevance
575 sal_Int32 nDestPixelWidth = nSourcePixelWidth; in ImplApplyBitmapResolution() local581 nDestPixelWidth = static_cast<sal_Int32>(( fSourcePixelWidth * fImageResolution ) / fSourceDPIX); in ImplApplyBitmapResolution()582 if ( !nDestPixelWidth || ( nDestPixelWidth > nSourcePixelWidth ) ) in ImplApplyBitmapResolution()583 nDestPixelWidth = nSourcePixelWidth; in ImplApplyBitmapResolution()591 if ( ( nDestPixelWidth != nSourcePixelWidth ) || ( nDestPixelHeight != nSourcePixelHeight ) ) in ImplApplyBitmapResolution()592 ImplApplyBitmapScaling( rGraphic, nDestPixelWidth, nDestPixelHeight ); in ImplApplyBitmapResolution()
Completed in 16 milliseconds