Home
last modified time | relevance | path

Searched refs:hMemBitmap (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx479 HBITMAP hMemBitmap = ImplCreateVirDevBitmap( hMemDC, hMemPS, nDstWidth, nDstHeight, 0 ); in drawBitmap() local
480 HBITMAP hMemOld = (HBITMAP) Ft2SetBitmap( hMemPS, hMemBitmap ); in drawBitmap()
523 GpiDeleteBitmap( hMemBitmap ); in drawBitmap()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx554 HBITMAP hMemBitmap = 0; in drawBitmap() local
559 hMemBitmap = CreateCompatibleBitmap( hDC, nDstWidth, nDstHeight ); in drawBitmap()
563 HDC hMemDC = ImplGetCachedDC( CACHED_HDC_1, hMemBitmap ); in drawBitmap()
608 if( hMemBitmap ) in drawBitmap()
610 DeleteObject( hMemBitmap ); in drawBitmap()

Completed in 13 milliseconds