/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 344 void ImplDrawBitmap( HDC hDC, in ImplDrawBitmap() function 458 ImplDrawBitmap(getHDC(), rPosAry, static_cast<const WinSalBitmap&>(rSalBitmap), in drawBitmap() 577 ImplDrawBitmap( hMaskDC, aPosAry, aTmp, FALSE, SRCCOPY ); in drawBitmap() 580 ImplDrawBitmap( hMaskDC, aPosAry, rTransparentBitmap, FALSE, SRCCOPY ); in drawBitmap() 587 ImplDrawBitmap( hMaskDC, aPosAry, rSalBitmap, FALSE, SRCERASE ); in drawBitmap() 596 ImplDrawBitmap( hMaskDC, aPosAry, rSalBitmap, FALSE, SRCERASE ); in drawBitmap() 670 ImplDrawBitmap( hDC, aPosAry, aTmp, FALSE, 0x00B8074AUL ); in drawMask() 673 ImplDrawBitmap( hDC, aPosAry, rSalBitmap, FALSE, 0x00B8074AUL ); in drawMask()
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | winmtf.cxx | 1754 ImplDrawBitmap( aPos, aSize, aBmpEx ); in ResolveBitmapActions() 1765 ImplDrawBitmap( aPos, aSize, aBmpEx ); in ResolveBitmapActions() 1785 ImplDrawBitmap( aPos, aSize, aBitmap ); in ResolveBitmapActions() 1790 ImplDrawBitmap( aPos, aSize, aBmpEx ); in ResolveBitmapActions() 1808 ImplDrawBitmap( aPos, aSize, aBmpEx ); in ResolveBitmapActions() 1826 ImplDrawBitmap( aPos, aSize, aBmpEx ); in ResolveBitmapActions() 1828 ImplDrawBitmap( aPos, aSize, aBitmap ); in ResolveBitmapActions() 1843 ImplDrawBitmap( aPos, aSize, aBmpEx ); in ResolveBitmapActions() 1845 ImplDrawBitmap( aPos, aSize, aBitmap ); in ResolveBitmapActions() 1857 ImplDrawBitmap( aPos, aSize, aBitmap ); in ResolveBitmapActions() [all …]
|
H A D | winmtf.hxx | 596 void ImplDrawBitmap( const Point& rPos, const Size& rSize, const BitmapEx rBitmap );
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 277 void ImplDrawBitmap( HPS hPS, long nScreenHeight, in ImplDrawBitmap() function 430 ImplDrawBitmap( mhPS, mnHeight, in drawBitmap() 461 ImplDrawBitmap( mhPS, mnHeight, rPosAry, rTransparentBitmap, FALSE, ROP_SRCAND ); in drawBitmap() 462 ImplDrawBitmap( mhPS, mnHeight, rPosAry, rSalBitmap, FALSE, ROP_SRCPAINT ); in drawBitmap() 499 ImplDrawBitmap( hMaskPS, nDstHeight, aPosAry, rTransparentBitmap, FALSE, ROP_SRCCOPY ); in drawBitmap() 505 ImplDrawBitmap( hMaskPS, nDstHeight, aPosAry, rSalBitmap, FALSE, ROP_SRCERASE ); in drawBitmap() 598 ImplDrawBitmap( hPS, mnHeight, aPosAry, rSalBitmap, FALSE, 0x00B8L ); in drawMask()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 519 ImplDrawBitmap( rDestPt, PixelToLogic( aSizePix ), Point(), aSizePix, rBitmap, META_BMP_ACTION ); in DrawBitmap() 537 …ImplDrawBitmap( rDestPt, rDestSize, Point(), rBitmap.GetSizePixel(), rBitmap, META_BMPSCALE_ACTION… in DrawBitmap() 557 …ImplDrawBitmap( rDestPt, rDestSize, rSrcPtPixel, rSrcSizePixel, rBitmap, META_BMPSCALEPART_ACTION … in DrawBitmap() 568 void OutputDevice::ImplDrawBitmap( const Point& rDestPt, const Size& rDestSize, in ImplDrawBitmap() function in OutputDevice 2460 …ImplDrawBitmap(aMapPt, aMapSz, Point(), aBandBmp.GetSizePixel(), aBandBmp, META_BMPSCALEPART_ACTIO… in ImplPrintTransparent()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 489 SAL_DLLPRIVATE void ImplDrawBitmap( const Point& rDestPt, const Size& rDestSize,
|