Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dcliprgn.c94 IntSelectClipRgn( in IntSelectClipRgn() function
237 Ret = IntSelectClipRgn( dc, NULL, RGN_COPY); in IntGdiExtSelectClipRect()
263 Ret = IntSelectClipRgn( dc, prgn, fnMode); in IntGdiExtSelectClipRect()
290 if ((Ret = IntSelectClipRgn( dc, NULL, RGN_COPY))) in IntGdiExtSelectClipRgn()
296 if ((Ret = IntSelectClipRgn( dc, prgn, fnMode))) in IntGdiExtSelectClipRgn()
471 iComplexity = IntSelectClipRgn( pdc, prgn, RGN_DIFF ); in NtGdiExcludeClipRect()
522 iComplexity = IntSelectClipRgn( pdc, prgn, RGN_AND ); in NtGdiIntersectClipRect()