Lines Matching defs:prect
100 xRectangle *prect = prectInit;
103 prect->x += xorg;
104 prect->y += yorg;
105 prect++;
1040 xRectangle *prect,
1054 pboxClipped->x1 = max(pextent->x1, prect->x);
1055 pboxClipped->y1 = max(pextent->y1, prect->y);
1057 Right = (int)prect->x + (int)prect->width;
1060 Bottom = (int)prect->y + (int)prect->height;
1063 prect++;
1079 box.x1 = max(pextent->x1, prect->x);
1080 box.y1 = max(pextent->y1, prect->y);
1082 Right = (int)prect->x + (int)prect->width;
1085 Bottom = (int)prect->y + (int)prect->height;
1088 prect++;
1134 xRectangle *prect = prectInit;
1140 pboxClipped->x1 = max(pextent->x1, prect->x);
1141 pboxClipped->y1 = max(pextent->y1, prect->y);
1143 Right = (int)prect->x + (int)prect->width;
1146 Bottom = (int)prect->y + (int)prect->height;
1149 prect++;
1161 box.x1 = max(pextent->x1, prect->x);
1162 box.y1 = max(pextent->y1, prect->y);
1164 Right = (int)prect->x + (int)prect->width;
1167 Bottom = (int)prect->y + (int)prect->height;
1170 prect++;