Lines Matching refs:GetSizePixel

518 	const Size aSizePix( rBitmap.GetSizePixel() );  in DrawBitmap()
537 …ImplDrawBitmap( rDestPt, rDestSize, Point(), rBitmap.GetSizePixel(), rBitmap, META_BMPSCALE_ACTION… in DrawBitmap()
649 const sal_uLong nMirrFlags = ImplAdjustTwoRect( aPosAry, aBmp.GetSizePixel() ); in ImplDrawBitmap()
751 const Size aSizePix( rBitmapEx.GetSizePixel() ); in DrawBitmapEx()
772 …ImplDrawBitmapEx( rDestPt, rDestSize, Point(), rBitmapEx.GetSizePixel(), rBitmapEx, META_BMPEXSCAL… in DrawBitmapEx()
897 const Size& rOriginalSizePixel(rBitmapEx.GetSizePixel()); in DrawTransformedBitmapEx()
993 AlphaMask aMaskBmp(aContent.GetSizePixel()); in DrawTransformedBitmapEx()
996 Bitmap aMaskBmp(aContent.GetSizePixel(), 1); in DrawTransformedBitmapEx()
1052 Bitmap aColorBmp( aBmpEx.GetSizePixel(), ( mnDrawMode & DRAWMODE_GHOSTEDBITMAP ) ? 4 : 1 ); in ImplDrawBitmapEx()
1149 const sal_uLong nMirrFlags = ImplAdjustTwoRect( aPosAry, aBmpEx.GetSizePixel() ); in ImplDrawBitmapEx()
1283 const Size aSizePix( rBitmap.GetSizePixel() ); in DrawMask()
1311 …ImplDrawMask( rDestPt, rDestSize, Point(), rBitmap.GetSizePixel(), rBitmap, rMaskColor, META_MASKS… in DrawMask()
1461 const Size aSize( pData->maBmpEx.GetSizePixel() ); in DrawImage()
1497 const Size aSize( pData->maBmpEx.GetSizePixel() ); in DrawImage()
1928 Bitmap aDither( aBmp.GetSizePixel(), 8 ); in ImplBlendWithAlpha()
2045 Bitmap aDither( aBmp.GetSizePixel(), 8 ); in ImplBlend()
2258 Rectangle aBmpRect( aNullPt, rBmp.GetSizePixel() ); in ImplDrawAlpha()
2273 aDstRect.SetSize( aBmp.GetSizePixel() ); in ImplDrawAlpha()
2410 if( aSrcRect != Rectangle( aPt, aPaint.GetSizePixel() ) ) in ImplPrintTransparent()
2447 … const Region aWorkRgn(aMask.CreateRegion(COL_BLACK, Rectangle(Point(), aMask.GetSizePixel()))); in ImplPrintTransparent()
2460 …ImplDrawBitmap(aMapPt, aMapSz, Point(), aBandBmp.GetSizePixel(), aBandBmp, META_BMPSCALEPART_ACTIO… in ImplPrintTransparent()
2524 if( aSrcRect != Rectangle( aPt, aMask.GetSizePixel() ) ) in ImplPrintMask()
2555 … const Region aWorkRgn(aMask.CreateRegion(COL_BLACK, Rectangle(Point(), aMask.GetSizePixel()))); in ImplPrintMask()