Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/gdi32/
H A DCombineRgn.c21 #define SetRectRgnIndirect(hrgn, prect) \ macro
116 SetRectRgnIndirect(hrgn1, &aRectTests[i].rcSrc1); in Test_RectRegions()
117 SetRectRgnIndirect(hrgn2, &aRectTests[i].rcSrc2); in Test_RectRegions()
136 SetRectRgnIndirect(hrgn3, &aRectTests[i].res[iCombine-1].rcDstBounds); in Test_RectRegions()