Searched refs:aBitmapSizePixel (Results 1 – 3 of 3) sorted by relevance
293 const Size aBitmapSizePixel(maOldRenderedBitmap.GetSizePixel()); in create2DDecomposition() local295 if(aBitmapSizePixel.getWidth() && aBitmapSizePixel.getHeight()) in create2DDecomposition()392 const Size aBitmapSizePixel(maOldRenderedBitmap.GetSizePixel()); in tryToCheckLastVisualisationDirectHit() local393 const sal_Int32 nX(basegfx::fround(fRelativeX * aBitmapSizePixel.Width())); in tryToCheckLastVisualisationDirectHit()394 const sal_Int32 nY(basegfx::fround(fRelativeY * aBitmapSizePixel.Height())); in tryToCheckLastVisualisationDirectHit()
307 … ::Size aBitmapSizePixel( static_cast<sal_Int32>( aScale.getX() * maDstSize.getX() )+1, in render()316 aVDev.SetOutputSizePixel( aBitmapSizePixel ); in render()427 aBitmapSizePixel ) ) ); in render()
1146 …Size aBitmapSizePixel( static_cast< sal_Int32 >( ( rObjData.aBoundRect.GetWidth() / 2540.0 ) * 90.… in ApplyRectangularGradientAsBitmap() local1148 …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()
Completed in 58 milliseconds