Home
last modified time | relevance | path

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

/aoo4110/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx284 text::GraphicCrop aGraphicCropPixel( 0, 0, 0, 0 ); in ImpCompressGraphic() local
307aGraphicCropPixel.Left = static_cast< sal_Int32 >( ( (double)aSourceSizePixel.Width * aGraphicCrop… in ImpCompressGraphic()
308aGraphicCropPixel.Top = static_cast< sal_Int32 >( ( (double)aSourceSizePixel.Height* aGraphicCropL… in ImpCompressGraphic()
309aGraphicCropPixel.Right = static_cast< sal_Int32 >( ( (double)aSourceSizePixel.Width * ( aSize100t… in ImpCompressGraphic()
310aGraphicCropPixel.Bottom = static_cast< sal_Int32 >( ( (double)aSourceSizePixel.Height* ( aSize100… in ImpCompressGraphic()
313 aSourceSizePixel.Width = aGraphicCropPixel.Right - aGraphicCropPixel.Left; in ImpCompressGraphic()
314 aSourceSizePixel.Height= aGraphicCropPixel.Bottom - aGraphicCropPixel.Top; in ImpCompressGraphic()

Completed in 24 milliseconds