Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/graphic/
H A Dprovider.cxx575 sal_Int32 nDestPixelWidth = nSourcePixelWidth; in ImplApplyBitmapResolution() local
581 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 13 milliseconds