Searched refs:DCB_DISABLE (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/apitests/gdi32/ |
H A D | SetBoundsRect.c | 26 ok(ret == (DCB_DISABLE | DCB_RESET), "ret = %u\n", ret); in START_TEST() 32 ok(ret == (DCB_DISABLE | DCB_RESET), "ret = %u\n", ret); in START_TEST() 36 ret = SetBoundsRect(hDC, NULL, DCB_DISABLE); in START_TEST() 38 ok(ret == (DCB_DISABLE | DCB_RESET), "ret = %u\n", ret); in START_TEST() 44 ok(ret == (DCB_DISABLE | DCB_RESET), "ret = %u\n", ret); in START_TEST()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | dc.c | 436 ok( type == (DCB_RESET | DCB_DISABLE) || broken(type == (DCB_SET | DCB_ENABLE)) /* XP */, in test_device_caps() 536 SetBoundsRect( hdc, NULL, DCB_RESET | DCB_DISABLE ); in test_device_caps() 537 SetBoundsRect( ref_dc, NULL, DCB_RESET | DCB_DISABLE ); in test_device_caps() 907 ok(ret == (DCB_RESET | DCB_DISABLE), "SetBoundsRect returned %x\n", ret); in test_boundsrect() 929 ok(ret == (DCB_SET | DCB_DISABLE), "SetBoundsRect returned %x\n", ret); in test_boundsrect() 952 ok(ret == (DCB_SET | DCB_DISABLE), "SetBoundsRect returned %x\n", ret); in test_boundsrect() 968 ok(ret == (DCB_SET | DCB_DISABLE), "SetBoundsRect returned %x\n", ret); in test_boundsrect() 979 ok(ret == (DCB_RESET | DCB_DISABLE), "SetBoundsRect returned %x\n", ret); in test_boundsrect() 1006 SetBoundsRect( hdc, NULL, DCB_DISABLE ); in test_boundsrect()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | dcutil.c | 798 if ((flags & DCB_ENABLE) && (flags & DCB_DISABLE)) return 0; in NtGdiSetBoundsRect() 805 ret = (pdc->fs & (DC_ACCUM_APP|DC_ACCUM_WMGR) ? DCB_ENABLE : DCB_DISABLE) | in NtGdiSetBoundsRect() 856 if (flags & DCB_DISABLE) in NtGdiSetBoundsRect()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 685 #define DCB_DISABLE 8 macro
|