Home
last modified time | relevance | path

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

/trunk/main/svtools/source/graphic/
H A Dprovider.cxx571 const sal_Int32 nSourcePixelHeight( rGraphic.GetSizePixel().Height() ); in ImplApplyBitmapResolution() local
573 const double fSourcePixelHeight= static_cast<double>( nSourcePixelHeight ); in ImplApplyBitmapResolution()
576 sal_Int32 nDestPixelHeight = nSourcePixelHeight; in ImplApplyBitmapResolution()
588 if ( !nDestPixelHeight || ( nDestPixelHeight > nSourcePixelHeight ) ) in ImplApplyBitmapResolution()
589 nDestPixelHeight = nSourcePixelHeight; in ImplApplyBitmapResolution()
591 if ( ( nDestPixelWidth != nSourcePixelWidth ) || ( nDestPixelHeight != nSourcePixelHeight ) ) in ImplApplyBitmapResolution()

Completed in 51 milliseconds