Searched refs:hSrcDC (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/vcl/win/source/gdi/ |
| H A D | salgdi2.cxx | 64 HDC hSrcDC; in copyBits() local 68 hSrcDC = static_cast<WinSalGraphics*>(pSrcGraphics)->getHDC(); in copyBits() 70 hSrcDC = getHDC(); in copyBits() 83 hSrcDC, in copyBits() 93 hSrcDC, in copyBits() 484 HDC hSrcDC = ImplGetCachedDC( CACHED_HDC_2, rSalBitmap.ImplGethDDB() ); in drawBitmap() local 485 COLORREF aOldCol = SetBkColor( hSrcDC, RGB( cRed, cGreen, cBlue ) ); in drawBitmap() 487 BitBlt( hMaskDC, 0, 0, (int) aSize.Width(), (int) aSize.Height(), hSrcDC, 0, 0, SRCCOPY ); in drawBitmap() 489 SetBkColor( hSrcDC, aOldCol ); in drawBitmap() 498 HDC hSrcDC = ImplGetCachedDC( CACHED_HDC_2, pTmpSalBmp->ImplGethDDB() ); in drawBitmap() local [all …]
|