Home
last modified time | relevance | path

Searched refs:hSrcDC (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx64 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()
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()
[all …]

Completed in 12 milliseconds