Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx455 HPS hDestMemPS; in ImplCopyDIBOrDDB() local
475 hDestMemPS = Ft2CreatePS( hAB, hDestMemDC, &size, GPIT_MICRO | GPIA_ASSOC | PU_PELS ); in ImplCopyDIBOrDDB()
489 hCopy = GpiCreateBitmap( hDestMemPS, &aInfoHeader, 0, NULL, NULL ); in ImplCopyDIBOrDDB()
490 Ft2SetBitmap( hDestMemPS, hCopy ); in ImplCopyDIBOrDDB()
501 GpiBitBlt( hDestMemPS, hSrcMemPS, 3, pts, ROP_SRCCOPY, BBO_IGNORE ); in ImplCopyDIBOrDDB()
504 Ft2SetBitmap( hDestMemPS, (HBITMAP)0L); in ImplCopyDIBOrDDB()
506 Ft2Associate( hDestMemPS, NULLHANDLE ); in ImplCopyDIBOrDDB()
508 Ft2DestroyPS( hDestMemPS ); in ImplCopyDIBOrDDB()

Completed in 22 milliseconds