Lines Matching defs:prect
1316 RegionFromRects(int nrects, xRectangle *prect, int ctype)
1332 x1 = prect->x;
1333 y1 = prect->y;
1334 if ((x2 = x1 + (int) prect->width) > MAXSHORT)
1336 if ((y2 = y1 + (int) prect->height) > MAXSHORT)
1354 for (i = nrects; --i >= 0; prect++) {
1355 x1 = prect->x;
1356 y1 = prect->y;
1357 if ((x2 = x1 + (int) prect->width) > MAXSHORT)
1359 if ((y2 = y1 + (int) prect->height) > MAXSHORT)