Searched refs:riBox (Results 1 – 1 of 1) sorted by relevance
1154 BoxPtr riBox; /* Last box in ri[j].reg */ in RegionValidate() local1212 riBox = RegionEnd(reg); in RegionValidate()1214 if (box->y1 == riBox->y1 && box->y2 == riBox->y2) { in RegionValidate()1216 if (box->x1 <= riBox->x2) { in RegionValidate()1218 if (box->x1 < riBox->x2) in RegionValidate()1220 if (box->x2 > riBox->x2) in RegionValidate()1221 riBox->x2 = box->x2; in RegionValidate()1230 else if (box->y1 >= riBox->y2) { in RegionValidate()1232 if (reg->extents.x2 < riBox->x2) in RegionValidate()1233 reg->extents.x2 = riBox->x2; in RegionValidate()[all …]