Searched refs:hMaskDC (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 477 HDC hMaskDC = ImplGetCachedDC( CACHED_HDC_1, hMaskBitmap ); in drawBitmap() local 487 BitBlt( hMaskDC, 0, 0, (int) aSize.Width(), (int) aSize.Height(), hSrcDC, 0, 0, SRCCOPY ); in drawBitmap() 501 BitBlt( hMaskDC, 0, 0, (int) aSize.Width(), (int) aSize.Height(), hSrcDC, 0, 0, SRCCOPY ); in drawBitmap() 564 HDC hMaskDC = ImplGetCachedDC( CACHED_HDC_2, hMaskBitmap ); in drawBitmap() local 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() 589 BitBlt( hMemDC, 0, 0, nDstWidth, nDstHeight, hMaskDC, 0, 0, SRCINVERT ); in drawBitmap() 594 BitBlt( hMemDC, 0, 0, nDstWidth, nDstHeight, hMaskDC, 0, 0, SRCAND ); in drawBitmap() 596 ImplDrawBitmap( hMaskDC, aPosAry, rSalBitmap, FALSE, SRCERASE ); in drawBitmap() [all …]
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 481 HDC hMaskDC = DevOpenDC( hAB, OD_MEMORY, (PSZ)"*", 5L, (PDEVOPENDATA)&aDevOpenStruc, 0 ); in drawBitmap() local 482 HPS hMaskPS = Ft2CreatePS( hAB, hMaskDC, &aSizeL, GPIT_MICRO | GPIA_ASSOC | PU_PELS ); in drawBitmap() 483 HBITMAP hMaskBitmap = ImplCreateVirDevBitmap( hMaskDC, hMaskPS, nDstWidth, nDstHeight, 0 ); in drawBitmap() 517 DevCloseDC( hMaskDC ); in drawBitmap()
|
Completed in 23 milliseconds