Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/graphic/
H A Dprovider.cxx576 sal_Int32 nDestPixelHeight = nSourcePixelHeight; in ImplApplyBitmapResolution() local
587 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 20 milliseconds