Home
last modified time | relevance | path

Searched refs:hMemPS (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx478 …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
[all …]
H A Dsalbmp.cxx261 … HPS hMemPS = Ft2CreatePS( hAB, hMemDC, &aSizeL, GPIT_MICRO | GPIA_ASSOC | PU_PELS ); in Create() local
262 HBITMAP hMemOld = (HBITMAP) Ft2SetBitmap( hMemPS, rSalBmp.mhDDB ); in Create()
264 if( GpiQueryBitmapBits( hMemPS, 0, nLines, pBits, pBI ) == nLines ) in Create()
276 Ft2SetBitmap( hMemPS, hMemOld ); in Create()
277 Ft2DestroyPS( hMemPS ); in Create()