Searched refs:fSourceDPIY (Results 1 – 2 of 2) sorted by relevance
569 …const double fSourceDPIY = ( static_cast<double>(rVisiblePixelSize.Height()) * 2540.0 ) / static_c… in ImplApplyBitmapResolution() local585 if ( fSourceDPIY > fImageResolution ) in ImplApplyBitmapResolution()587 nDestPixelHeight= static_cast<sal_Int32>(( fSourcePixelHeight* fImageResolution ) / fSourceDPIY); in ImplApplyBitmapResolution()
335 …const double fSourceDPIY = ((double)aSourceSizePixel.Height/ ((double)aLogicalSize.Height/ 2540.0 … in ImpCompressGraphic() local338 …if( ( fSourceDPIX > rGraphicSettings.mnImageResolution ) || ( fSourceDPIY > rGraphicSettings.mnIma… in ImpCompressGraphic()341 …NewSizePixelY = ((double)aDestSizePixel.Height* rGraphicSettings.mnImageResolution ) / fSourceDPIY; in ImpCompressGraphic()
Completed in 18 milliseconds