Lines Matching defs:prect
76 xRectangle *prect;
88 prect = prectInit;
90 for (i = 0; i < nrectFill; i++, prect++) {
91 prect->x += xorg;
92 prect->y += yorg;
93 maxheight = max(maxheight, prect->height);
97 prect = prectInit;
99 for (i = 0; i < nrectFill; i++, prect++)
100 maxheight = max(maxheight, prect->height);
111 prect = prectInit;
115 height = prect->height;
116 width = prect->width;
117 xorg = prect->x;
118 yorg = prect->y;
127 prect->height, pptFirst, pwFirst, 1);
128 prect++;