Searched refs:RECTLIMIT (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiexpose.c106 #ifndef RECTLIMIT
107 #define RECTLIMIT 25 /* pick a number, any number > 8 */ macro
237 (RegionNumRects(&rgnExposed) > RECTLIMIT) &&
373 if (clientInterested && (RegionNumRects(prgn) > RECTLIMIT)) {
H A Dmioverlay.c978 #ifndef RECTLIMIT
979 #define RECTLIMIT 25 macro
992 if (clientInterested && (RegionNumRects(prgn) > RECTLIMIT)) {
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiexpose.c108 #ifndef RECTLIMIT
109 #define RECTLIMIT 25 /* pick a number, any number > 8 */ macro
265 (RegionNumRects(&rgnExposed) > RECTLIMIT) &&
478 if (clientInterested && exposures && (RegionNumRects(exposures) > RECTLIMIT))
H A Dmioverlay.c995 #ifndef RECTLIMIT
996 #define RECTLIMIT 25 macro
1024 (RegionNumRects(exposures) > RECTLIMIT))

Completed in 7 milliseconds