Searched refs:hMemBitmap (Results 1 – 2 of 2) sorted by relevance
554 HBITMAP hMemBitmap = 0; in drawBitmap() local559 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()
479 HBITMAP hMemBitmap = ImplCreateVirDevBitmap( hMemDC, hMemPS, nDstWidth, nDstHeight, 0 ); in drawBitmap() local480 HBITMAP hMemOld = (HBITMAP) Ft2SetBitmap( hMemPS, hMemBitmap ); in drawBitmap()523 GpiDeleteBitmap( hMemBitmap ); in drawBitmap()
Completed in 25 milliseconds