Lines Matching refs:hSrcDC
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
499 COLORREF aOldCol = SetBkColor( hSrcDC, RGB( cRed, cGreen, cBlue ) ); in drawBitmap()
501 BitBlt( hMaskDC, 0, 0, (int) aSize.Width(), (int) aSize.Height(), hSrcDC, 0, 0, SRCCOPY ); in drawBitmap()
503 SetBkColor( hSrcDC, aOldCol ); in drawBitmap()