Searched refs:drawMaskedBitmap (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/basebmp/test/ |
H A D | bmpmasktest.cxx | 78 rDevice->drawMaskedBitmap( in implTestBmpBasics() 97 rDevice->drawMaskedBitmap( in implTestBmpScaledClip()
|
/aoo41x/main/basebmp/inc/basebmp/ |
H A D | bitmapdevice.hxx | 481 void drawMaskedBitmap( const BitmapDeviceSharedPtr& rSrcBitmap, 526 void drawMaskedBitmap( const BitmapDeviceSharedPtr& rSrcBitmap,
|
/aoo41x/main/basebmp/source/ |
H A D | bitmapdevice.cxx | 1539 void BitmapDevice::drawMaskedBitmap( const BitmapDeviceSharedPtr& rSrcBitmap, in drawMaskedBitmap() function in basebmp::BitmapDevice 1564 void BitmapDevice::drawMaskedBitmap( const BitmapDeviceSharedPtr& rSrcBitmap, in drawMaskedBitmap() function in basebmp::BitmapDevice 1573 drawMaskedBitmap(rSrcBitmap,rMask,rSrcRect,rDstRect,drawMode); in drawMaskedBitmap() 1598 getGenericRenderer()->drawMaskedBitmap( rSrcBitmap, rMask, rSrcRect, in drawMaskedBitmap()
|
/aoo41x/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
|
/aoo41x/main/vcl/inc/unx/ |
H A D | salgdi.h | 187 void drawMaskedBitmap( const SalTwoRect& rPosAry,
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svpgdi.cxx | 517 …m_aDevice->drawMaskedBitmap( rSrc.getBitmap(), rSrcTrans.getBitmap(), aSrcRect, aDestRect, DrawMod… in drawBitmap()
|
Completed in 53 milliseconds