Lines Matching refs:hMemPS
478 HPS hMemPS = Ft2CreatePS( hAB, hMemDC, &aSizeL, GPIT_MICRO | GPIA_ASSOC | PU_PELS ); in drawBitmap() local
479 HBITMAP hMemBitmap = ImplCreateVirDevBitmap( hMemDC, hMemPS, nDstWidth, nDstHeight, 0 ); in drawBitmap()
480 HBITMAP hMemOld = (HBITMAP) Ft2SetBitmap( hMemPS, hMemBitmap ); in drawBitmap()
498 GpiBitBlt( hMemPS, hPS, 3, aPtL, ROP_SRCCOPY, BBO_IGNORE ); in drawBitmap()
504 GpiBitBlt( hMemPS, hMaskPS, 3, aPtL, ROP_SRCAND, BBO_IGNORE ); in drawBitmap()
506 GpiBitBlt( hMemPS, hMaskPS, 3, aPtL, ROP_SRCPAINT, BBO_IGNORE ); in drawBitmap()
513 GpiBitBlt( hPS, hMemPS, 3, aPtL, ROP_SRCCOPY, BBO_IGNORE ); in drawBitmap()
520 Ft2SetBitmap( hMemPS, hMemOld ); in drawBitmap()
521 Ft2DestroyPS( hMemPS ); in drawBitmap()
616 HPS hMemPS = Ft2CreatePS( hAB, hMemDC, &size, GPIT_MICRO | GPIA_ASSOC | PU_PELS ); in getBitmap() local
617 HBITMAP hMemBmp = ImplCreateVirDevBitmap( hMemDC, hMemPS, nDX, nDY, 0 ); in getBitmap()
618 HBITMAP hMemOld = Ft2SetBitmap( hMemPS, hMemBmp ); in getBitmap()
621 if( hMemDC && hMemPS && hMemBmp ) in getBitmap()
637 long lHits = GpiBitBlt( hMemPS, mhPS, 3, thePoints, in getBitmap()
640 if( hMemPS ) in getBitmap()
642 Ft2SetBitmap( hMemPS, hMemOld ); in getBitmap()
643 Ft2DestroyPS( hMemPS ); in getBitmap()