/reactos/modules/rostests/apitests/win32nt/ntgdi/ |
H A D | NtGdiExtSelectClipRgn.c | 47 ok_int(NtGdiExtSelectClipRgn(hdc, hRgn1, RGN_OR), SIMPLEREGION); in START_TEST() 48 ok_int(NtGdiExtSelectClipRgn(hdc, hRgn2, RGN_OR), SIMPLEREGION); in START_TEST() 52 ok_int(NtGdiExtSelectClipRgn(hdc, NULL, RGN_OR), ERROR); in START_TEST()
|
H A D | NtGdiGetRandomRgn.c | 67 ok_int(CombineRgn(hrgn, hrgn, hrgn, RGN_OR), SIMPLEREGION); in START_TEST() 75 ok_int(CombineRgn(hrgn2, hrgn, hrgn, RGN_OR), NULLREGION); in START_TEST()
|
/reactos/modules/rostests/apitests/gdi32/ |
H A D | CombineRgn.c | 240 ok_long(CombineRgn(hrgn1, hrgn2, hrgn3, RGN_OR), COMPLEXREGION); in Test_CombineRgn_AND() 261 ok_long(CombineRgn(hrgn1, hrgn2, hrgn3, RGN_OR), SIMPLEREGION); in Test_CombineRgn_OR() 267 ok_long(CombineRgn(hrgn1, hrgn2, hrgn3, RGN_OR), COMPLEXREGION); in Test_CombineRgn_OR() 269 ok_long(CombineRgn(hrgn1, hrgn1, hrgn2, RGN_OR), COMPLEXREGION); in Test_CombineRgn_OR() 270 ok_long(CombineRgn(hrgn1, hrgn1, hrgn1, RGN_OR), COMPLEXREGION); in Test_CombineRgn_OR() 272 ok_long(CombineRgn(hrgn1, hrgn1, hrgn2, RGN_OR), SIMPLEREGION); in Test_CombineRgn_OR() 326 ok_long(CombineRgn(hrgn4, hrgn2, hrgn3, RGN_OR), COMPLEXREGION); in Test_CombineRgn_XOR()
|
H A D | PaintRgn.c | 28 CombineRgn(hrgn1, hrgn1, hrgn2, RGN_OR); in Test_PaintRgn()
|
H A D | OffsetRgn.c | 37 ok_int(CombineRgn(hrgn1, hrgn1, hrgn2, RGN_OR), COMPLEXREGION); in Test_OffsetRgn()
|
H A D | FrameRgn.c | 126 CombineRgn(hrgn1, hrgn1, hrgn2, RGN_OR); in Test_FrameRgn()
|
H A D | GetClipBox.c | 70 ok_int(CombineRgn(hrgn, hrgn, hrgn2, RGN_OR), COMPLEXREGION); in Test_GetClipBox()
|
H A D | SelectObject.c | 203 ok(CombineRgn(hrgn, hrgn, hrgnOld, RGN_OR) == COMPLEXREGION, "\n"); in Test_Region()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | region.c | 323 if ((iCombineMode == RGN_OR) || (iCombineMode == RGN_XOR)) in CombineRgn() 363 if (iCombineMode == RGN_OR) in CombineRgn() 388 if (iCombineMode == RGN_OR) in CombineRgn() 435 if (iCombineMode == RGN_OR) in CombineRgn() 470 if (iCombineMode == RGN_OR) in CombineRgn()
|
/reactos/win32ss/user/ntuser/ |
H A D | scrollex.c | 194 IntGdiCombineRgn(RgnOwn, RgnOwn, RgnTmp, RGN_OR); in UserScrollDC() 363 IntGdiCombineRgn( RgnWinupd, RgnWinupd, RgnTemp, RGN_OR ); in IntScrollWindowEx() 436 IntGdiCombineRgn(RgnTemp, RgnUpdate, RgnWinupd, RGN_OR); in IntScrollWindowEx()
|
H A D | painting.c | 759 RgnType = IntGdiCombineRgn(RgnUpdate, RgnUpdate, Rgn, RGN_OR); in IntInvalidateWindows() 2493 NtGdiCombineRgn(hrgnScreen, hrgnScreen, pm->hrgnMonitor, RGN_OR); in co_UserExcludeUpdateRgn()
|
H A D | winpos.c | 1716 RgnType = IntGdiCombineRgn(RgnUpdate, RgnUpdate, pRgn, RGN_OR); in ForceNCPaintErase()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | path.c | 137 ret = SelectClipPath( hdc, RGN_OR ); in test_path_state() 205 ret = SelectClipPath( hdc, RGN_OR ); in test_path_state() 261 ret = SelectClipPath( hdc, RGN_OR ); in test_path_state() 268 ret = SelectClipPath( hdc, RGN_OR ); in test_path_state()
|
H A D | mapping.c | 330 ExtSelectClipRgn( hdc, hrgn, RGN_OR ); in test_dc_layout()
|
H A D | dib.c | 1622 CombineRgn(hrgn, hrgn, hrgn2, RGN_OR); in draw_graphics() 1624 CombineRgn(hrgn, hrgn, hrgn2, RGN_OR); in draw_graphics()
|
/reactos/modules/rostests/apitests/user32/ |
H A D | GetDCEx.c | 134 ok(CombineRgn(hrgn, hrgn, hrgn, RGN_OR) == SIMPLEREGION, "region is not valid"); in Test_GetDCEx_Cached()
|
/reactos/dll/win32/uxtheme/ |
H A D | themehooks.c | 211 CombineRgn(hrgn, hrgn, hrgn1, RGN_OR ); in SetThemeRegion()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | win.c | 4974 CombineRgn( exprgn, exprgn, tmprgn, RGN_OR); in test_scrollvalidate() 4976 CombineRgn( exprgn, exprgn, tmprgn, RGN_OR); in test_scrollvalidate() 4986 CombineRgn( exprgn, exprgn, tmprgn, RGN_OR); in test_scrollvalidate() 4988 CombineRgn( exprgn, exprgn, tmprgn, RGN_OR); in test_scrollvalidate() 5003 CombineRgn( exprgn, exprgn, tmprgn, RGN_OR); in test_scrollvalidate() 5019 CombineRgn( exprgn, exprgn, tmprgn, RGN_OR); in test_scrollvalidate() 5051 CombineRgn( exprgn, exprgn, tmprgn, RGN_OR); in test_scrollvalidate() 5181 CombineRgn(exprgn, exprgn, tmprgn, RGN_OR); in test_scrolldc() 5192 CombineRgn(exprgn, exprgn, tmprgn, RGN_OR); in test_scrolldc() 8731 CombineRgn(rgn1, rgn1, rgn2, RGN_OR); in test_update_region() [all …]
|
/reactos/win32ss/gdi/gdi32/wine/ |
H A D | metafile.c | 1364 CombineRgn(hrgn, hrgn, hrgn2, RGN_OR); in MF_Play_MetaCreateRegion()
|
/reactos/dll/win32/gdiplus/ |
H A D | region.c | 1157 ret = CombineRgn(left, left, right, RGN_OR); in get_region_hrgn()
|
/reactos/dll/win32/comctl32/ |
H A D | tooltips.c | 866 CombineRgn(hRgn, hRgn, hrStem, RGN_OR); in TOOLTIPS_Show()
|
H A D | edit.c | 752 CombineRgn(hrgn, hrgn, tmphrgn, RGN_OR); in EDIT_BuildLineDefs_ML()
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 544 #define UnionRgn(hrgnResult,hrgnA,hrgnB) CombineRgn(hrgnResult,hrgnA,hrgnB,RGN_OR)
|
H A D | wingdi.h | 359 #define RGN_OR 2 macro
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | region.c | 2530 case RGN_OR: in IntGdiCombineRgn()
|