Lines Matching refs:BitmapEx
738 const BitmapEx& rBitmapEx ) in DrawBitmapEx()
759 const BitmapEx& rBitmapEx ) in DrawBitmapEx()
780 const BitmapEx& rBitmapEx ) in DrawBitmapEx()
801 const BitmapEx& rBitmapEx) in DrawTransformedBitmapEx()
983 BitmapEx aTransformed(rBitmapEx); in DrawTransformedBitmapEx()
999 aTransformed = BitmapEx(aContent, aMaskBmp); in DrawTransformedBitmapEx()
1031 const BitmapEx& rBitmapEx, const sal_uLong nAction ) in ImplDrawBitmapEx()
1045 BitmapEx aBmpEx( rBitmapEx ); in ImplDrawBitmapEx()
1071 aBmpEx = BitmapEx( aColorBmp, aMask ); in ImplDrawBitmapEx()
1075 aBmpEx = BitmapEx( aColorBmp, aBmpEx.GetMask() ); in ImplDrawBitmapEx()
1256 BitmapEx( aBmpEx.GetMask(), in ImplDrawBitmapEx()
1297 BitmapEx( rMask, rMask ) ); in DrawMask()
1325 BitmapEx( rMask, rMask ) ); in DrawMask()
1356 BitmapEx( rMask, rMask ) ); in DrawMask()
1623 BitmapEx OutputDevice::GetBitmapEx( const Point& rSrcPt, const Size& rSize ) const in GetBitmapEx()
1636 return BitmapEx(GetBitmap( rSrcPt, rSize ), AlphaMask( aAlphaBitmap ) ); in GetBitmapEx()