Searched refs:hdcmem (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | uitools.c | 28 HDC hdc, hdcmem; in test_FillRect() local 41 hdcmem = CreateCompatibleDC(hdc); in test_FillRect() 42 ok(hdcmem != NULL, "CreateCompatibleDC rets %p\n", hdcmem); in test_FillRect() 46 oldhbmp = SelectObject(hdcmem, hbmp); in test_FillRect() 48 col = GetPixel(hdcmem, 0, 0); in test_FillRect() 52 old_brush = SelectObject(hdcmem, GetStockObject(BLACK_BRUSH)); in test_FillRect() 54 FillRect(hdcmem, &r, 0); in test_FillRect() 55 SelectObject(hdcmem, old_brush); in test_FillRect() 57 col = GetPixel(hdcmem, 0, 0); in test_FillRect() 60 SelectObject(hdcmem, oldhbmp); in test_FillRect() [all …]
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | dc.c | 612 HDC hdc, hdcmem; in test_DC_bitmap() local 626 hdcmem = CreateCompatibleDC( hdc); in test_DC_bitmap() 627 ok( hdcmem != NULL, "CreateCompatibleDC rets %p\n", hdcmem); in test_DC_bitmap() 658 col = GetPixel( hdcmem, 0, 0); in test_DC_bitmap() 660 col = GetPixel( hdcmem, 1, 1); in test_DC_bitmap() 662 col = GetPixel( hdcmem, 100, 1); in test_DC_bitmap() 664 SelectObject( hdcmem, oldhbmp); in test_DC_bitmap() 682 col = GetPixel( hdcmem, 0, 0); in test_DC_bitmap() 685 col = GetPixel( hdcmem, 1, 1); in test_DC_bitmap() 698 col = GetPixel( hdcmem, 0, 0); in test_DC_bitmap() [all …]
|
H A D | bitmap.c | 130 HDC hdc, hdcmem; in test_createdibitmap() local 227 SelectObject(hdcmem, hbm_old); in test_createdibitmap() 229 DeleteDC(hdcmem); in test_createdibitmap() 437 HDC hdc, hdcmem, hdcmem2; in test_dibsections() local 614 SelectObject(hdcmem, oldbm); in test_dibsections() 638 SelectObject(hdcmem, oldbm); in test_dibsections() 680 SelectObject(hdcmem, oldbm); in test_dibsections() 760 SelectObject(hdcmem, oldbm); in test_dibsections() 818 SelectObject(hdcmem, oldbm); in test_dibsections() 894 SelectObject(hdcmem, oldbm); in test_dibsections() [all …]
|