Lines Matching refs:prect
1353 RegionFromRects(int nrects, xRectangle *prect, int ctype)
1370 x1 = prect->x;
1371 y1 = prect->y;
1372 if ((x2 = x1 + (int) prect->width) > MAXSHORT)
1374 if ((y2 = y1 + (int) prect->height) > MAXSHORT)
1394 for (i = nrects; --i >= 0; prect++)
1396 x1 = prect->x;
1397 y1 = prect->y;
1398 if ((x2 = x1 + (int) prect->width) > MAXSHORT)
1400 if ((y2 = y1 + (int) prect->height) > MAXSHORT)