Searched refs:GDIBS_NORECT (Results 1 – 5 of 5) sorted by relevance
229 BOOL NoRegion = fnMode & GDIBS_NORECT; in IntGdiExtSelectClipRect()231 fnMode &= ~GDIBS_NORECT; in IntGdiExtSelectClipRect()348 fnMode |= GDIBS_NORECT; in NtGdiExtSelectClipRgn()
309 lprc = (pgO->Options & GDIBS_NORECT) ? NULL : &pgO->Rect; in GdiFlushUserBatch()310 pgO->Options &= ~GDIBS_NORECT; in GdiFlushUserBatch()
507 #define GDIBS_NORECT 0x80000000 macro
616 pgO->Options |= GDIBS_NORECT; // Tell the other side lprc is nill. in ExtTextOutW()
737 pgO->fnMode |= GDIBS_NORECT; // Set no hrgn mode. in ExtSelectClipRgn()