Home
last modified time | relevance | path

Searched refs:aBitmapSizePixel (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1146 …Size aBitmapSizePixel( static_cast< sal_Int32 >( ( rObjData.aBoundRect.GetWidth() / 2540.0 ) * 90.… in ApplyRectangularGradientAsBitmap() local
1148 …if ( aBitmapSizePixel.Width() && aBitmapSizePixel.Height() && ( aBitmapSizePixel.Width() <= 1024 )… in ApplyRectangularGradientAsBitmap()
1156 Bitmap aBitmap( aBitmapSizePixel, 24 ); in ApplyRectangularGradientAsBitmap()
1161 for ( nY = 0; nY < aBitmapSizePixel.Height(); nY++ ) in ApplyRectangularGradientAsBitmap()
1163 for ( nX = 0; nX < aBitmapSizePixel.Width(); nX++ ) in ApplyRectangularGradientAsBitmap()
1165 double fX = static_cast< double >( nX ) / aBitmapSizePixel.Width(); in ApplyRectangularGradientAsBitmap()
1166 double fY = static_cast< double >( nY ) / aBitmapSizePixel.Height(); in ApplyRectangularGradientAsBitmap()
/trunk/main/drawinglayer/source/primitive2d/
H A Dsceneprimitive2d.cxx293 const Size aBitmapSizePixel(maOldRenderedBitmap.GetSizePixel()); in create2DDecomposition() local
295 if(aBitmapSizePixel.getWidth() && aBitmapSizePixel.getHeight()) in create2DDecomposition()
392 const Size aBitmapSizePixel(maOldRenderedBitmap.GetSizePixel()); in tryToCheckLastVisualisationDirectHit() local
393 const sal_Int32 nX(basegfx::fround(fRelativeX * aBitmapSizePixel.Width())); in tryToCheckLastVisualisationDirectHit()
394 const sal_Int32 nY(basegfx::fround(fRelativeY * aBitmapSizePixel.Height())); in tryToCheckLastVisualisationDirectHit()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dtransparencygroupaction.cxx307 … ::Size aBitmapSizePixel( static_cast<sal_Int32>( aScale.getX() * maDstSize.getX() )+1, in render()
316 aVDev.SetOutputSizePixel( aBitmapSizePixel ); in render()
427 aBitmapSizePixel ) ) ); in render()

Completed in 57 milliseconds