Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/graphic/
H A Dprovider.cxx570 const sal_Int32 nSourcePixelWidth( rGraphic.GetSizePixel().Width() ); in ImplApplyBitmapResolution() local
572 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 9 milliseconds