Lines Matching refs:aSourceSizePixel
281 awt::Size aSourceSizePixel( 0, 0 ); in ImpCompressGraphic() local
284 … if ( ( xGraphicPropertySet->getPropertyValue( TKGet( TK_SizePixel ) ) >>= aSourceSizePixel ) && in ImpCompressGraphic()
289 awt::Size aDestSizePixel( aSourceSizePixel ); in ImpCompressGraphic()
305 …aGraphicCropPixel.Left = static_cast< sal_Int32 >( ( (double)aSourceSizePixel.Width * aGraphicCrop… in ImpCompressGraphic()
306 …aGraphicCropPixel.Top = static_cast< sal_Int32 >( ( (double)aSourceSizePixel.Height* aGraphicCropL… in ImpCompressGraphic()
307 …aGraphicCropPixel.Right = static_cast< sal_Int32 >( ( (double)aSourceSizePixel.Width * ( aSize100t… in ImpCompressGraphic()
308 …aGraphicCropPixel.Bottom = static_cast< sal_Int32 >( ( (double)aSourceSizePixel.Height* ( aSize100… in ImpCompressGraphic()
311 … aSourceSizePixel.Width = aGraphicCropPixel.Right - aGraphicCropPixel.Left; in ImpCompressGraphic()
312 … aSourceSizePixel.Height= aGraphicCropPixel.Bottom - aGraphicCropPixel.Top; in ImpCompressGraphic()
319 if ( ( aSourceSizePixel.Width > 0 ) && ( aSourceSizePixel.Height > 0 ) ) in ImpCompressGraphic()
329 aDestSizePixel = aSourceSizePixel; in ImpCompressGraphic()
332 …const double fSourceDPIX = ((double)aSourceSizePixel.Width / ((double)aLogicalSize.Width / 2540.0 … in ImpCompressGraphic()
333 …const double fSourceDPIY = ((double)aSourceSizePixel.Height/ ((double)aLogicalSize.Height/ 2540.0 … in ImpCompressGraphic()