Searched refs:drawMaskedBitmap (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/basebmp/test/ |
| H A D | bmpmasktest.cxx | 76 rDevice->drawMaskedBitmap( in implTestBmpBasics() 94 rDevice->drawMaskedBitmap( in implTestBmpScaledClip()
|
| /trunk/main/basebmp/inc/basebmp/ |
| H A D | bitmapdevice.hxx | 488 void drawMaskedBitmap( const BitmapDeviceSharedPtr& rSrcBitmap, 533 void drawMaskedBitmap( const BitmapDeviceSharedPtr& rSrcBitmap,
|
| /trunk/main/basebmp/source/ |
| H A D | bitmapdevice.cxx | 1536 void BitmapDevice::drawMaskedBitmap( const BitmapDeviceSharedPtr& rSrcBitmap, in drawMaskedBitmap() function in basebmp::BitmapDevice 1561 void BitmapDevice::drawMaskedBitmap( const BitmapDeviceSharedPtr& rSrcBitmap, in drawMaskedBitmap() function in basebmp::BitmapDevice 1570 drawMaskedBitmap(rSrcBitmap,rMask,rSrcRect,rDstRect,drawMode); in drawMaskedBitmap() 1595 getGenericRenderer()->drawMaskedBitmap( rSrcBitmap, rMask, rSrcRect, in drawMaskedBitmap()
|
| /trunk/main/vcl/unx/generic/gdi/ |
| H A D | salgdi2.cxx | 671 drawMaskedBitmap( rPosAry, rSrcBitmap, rMaskBitmap ); in drawBitmap() 676 void X11SalGraphics::drawMaskedBitmap( const SalTwoRect& rPosAry, in drawMaskedBitmap() function in X11SalGraphics
|
| /trunk/main/vcl/inc/unx/ |
| H A D | salgdi.h | 187 void drawMaskedBitmap( const SalTwoRect& rPosAry,
|
| /trunk/main/vcl/unx/headless/ |
| H A D | svpgdi.cxx | 517 …m_aDevice->drawMaskedBitmap( rSrc.getBitmap(), rSrcTrans.getBitmap(), aSrcRect, aDestRect, DrawMod… in drawBitmap()
|