Searched refs:fImageResolution (Results 1 – 1 of 1) sorted by relevance
567 const double fImageResolution = static_cast<double>( nImageResolution ); in ImplApplyBitmapResolution() local579 if( fSourceDPIX > fImageResolution ) in ImplApplyBitmapResolution()581 nDestPixelWidth = static_cast<sal_Int32>(( fSourcePixelWidth * fImageResolution ) / fSourceDPIX); in ImplApplyBitmapResolution()585 if ( fSourceDPIY > fImageResolution ) in ImplApplyBitmapResolution()587 nDestPixelHeight= static_cast<sal_Int32>(( fSourcePixelHeight* fImageResolution ) / fSourceDPIY); in ImplApplyBitmapResolution()
Completed in 12 milliseconds