Lines Matching refs:riBox
1154 BoxPtr riBox; /* Last box in ri[j].reg */ in RegionValidate() local
1212 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()
1271 riBox = RegionEnd(reg); in RegionValidate()
1272 reg->extents.y2 = riBox->y2; in RegionValidate()
1273 if (reg->extents.x2 < riBox->x2) in RegionValidate()
1274 reg->extents.x2 = riBox->x2; in RegionValidate()