Lines Matching refs:prect
80 xRectangle *prect;
93 prect = prectInit;
95 for (i = 0; i<nrectFill; i++, prect++)
97 prect->x += xorg;
98 prect->y += yorg;
99 maxheight = max(maxheight, prect->height);
104 prect = prectInit;
106 for (i = 0; i<nrectFill; i++, prect++)
107 maxheight = max(maxheight, prect->height);
119 prect = prectInit;
124 height = prect->height;
125 width = prect->width;
126 xorg = prect->x;
127 yorg = prect->y;
137 prect->height, pptFirst, pwFirst,
139 prect++;