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()
903 const Size& rOriginalSizePixel(rBitmapEx.GetSizePixel()); in DrawTransformedBitmapEx()
999 AlphaMask aMaskBmp(aContent.GetSizePixel()); in DrawTransformedBitmapEx()
1002 Bitmap aMaskBmp(aContent.GetSizePixel(), 1); in DrawTransformedBitmapEx()
1061 Bitmap aColorBmp( aBmpEx.GetSizePixel(), ( mnDrawMode & DRAWMODE_GHOSTEDBITMAP ) ? 4 : 1 ); in ImplDrawBitmapEx()
1158 const sal_uLong nMirrFlags = ImplAdjustTwoRect( aPosAry, aBmpEx.GetSizePixel() ); in ImplDrawBitmapEx()
1292 const Size aSizePix( rBitmap.GetSizePixel() ); in DrawMask()
1320 …ImplDrawMask( rDestPt, rDestSize, Point(), rBitmap.GetSizePixel(), rBitmap, rMaskColor, META_MASKS… in DrawMask()
1470 const Size aSize( pData->maBmpEx.GetSizePixel() ); in DrawImage()
1506 const Size aSize( pData->maBmpEx.GetSizePixel() ); in DrawImage()
1937 Bitmap aDither( aBmp.GetSizePixel(), 8 ); in ImplBlendWithAlpha()
2054 Bitmap aDither( aBmp.GetSizePixel(), 8 ); in ImplBlend()
2267 Rectangle aBmpRect( aNullPt, rBmp.GetSizePixel() ); in ImplDrawAlpha()
2282 aDstRect.SetSize( aBmp.GetSizePixel() ); in ImplDrawAlpha()
2419 if( aSrcRect != Rectangle( aPt, aPaint.GetSizePixel() ) ) in ImplPrintTransparent()
2456 … const Region aWorkRgn(aMask.CreateRegion(COL_BLACK, Rectangle(Point(), aMask.GetSizePixel()))); in ImplPrintTransparent()
2469 …ImplDrawBitmap(aMapPt, aMapSz, Point(), aBandBmp.GetSizePixel(), aBandBmp, META_BMPSCALEPART_ACTIO… in ImplPrintTransparent()
2533 if( aSrcRect != Rectangle( aPt, aMask.GetSizePixel() ) ) in ImplPrintMask()
2564 … const Region aWorkRgn(aMask.CreateRegion(COL_BLACK, Rectangle(Point(), aMask.GetSizePixel()))); in ImplPrintMask()