Searched refs:riBox (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dregion.c1182 BoxPtr riBox; /* Last box in ri[j].reg */ local in function:RegionValidate
1247 riBox = RegionEnd(reg);
1249 if (box->y1 == riBox->y1 && box->y2 == riBox->y2)
1251 /* box is in same band as riBox. Merge or append it */
1252 if (box->x1 <= riBox->x2)
1254 /* Merge it with riBox */
1255 if (box->x1 < riBox->x2) *pOverlap = TRUE;
1256 if (box->x2 > riBox->x2) riBox
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dregion.c1155 BoxPtr riBox; /* Last box in ri[j].reg */ local in function:RegionValidate
1213 riBox = RegionEnd(reg);
1215 if (box->y1 == riBox->y1 && box->y2 == riBox->y2) {
1216 /* box is in same band as riBox. Merge or append it */
1217 if (box->x1 <= riBox->x2) {
1218 /* Merge it with riBox */
1219 if (box->x1 < riBox->x2)
1221 if (box->x2 > riBox->x2)
1222 riBox
[all...]

Completed in 4 milliseconds