Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dcliprgn.c229 BOOL NoRegion = fnMode & GDIBS_NORECT; in IntGdiExtSelectClipRect()
231 fnMode &= ~GDIBS_NORECT; in IntGdiExtSelectClipRect()
348 fnMode |= GDIBS_NORECT; in NtGdiExtSelectClipRgn()
H A Dgdibatch.c309 lprc = (pgO->Options & GDIBS_NORECT) ? NULL : &pgO->Rect; in GdiFlushUserBatch()
310 pgO->Options &= ~GDIBS_NORECT; in GdiFlushUserBatch()
/reactos/win32ss/include/
H A Dntgdityp.h507 #define GDIBS_NORECT 0x80000000 macro
/reactos/win32ss/gdi/gdi32/objects/
H A Dtext.c616 pgO->Options |= GDIBS_NORECT; // Tell the other side lprc is nill. in ExtTextOutW()
H A Dregion.c737 pgO->fnMode |= GDIBS_NORECT; // Set no hrgn mode. in ExtSelectClipRgn()