Lines Matching refs:pR
61 xRectangle *pR = pRects; in miPolyRectangle() local
96 x = pR->x; in miPolyRectangle()
97 y = pR->y; in miPolyRectangle()
98 width = pR->width; in miPolyRectangle()
99 height = pR->height; in miPolyRectangle()
100 pR++; in miPolyRectangle()
156 rect[0].x = pR->x; in miPolyRectangle()
157 rect[0].y = pR->y; in miPolyRectangle()
159 MAXBOUND(rect[1].x, pR->x + (int) pR->width) in miPolyRectangle()
163 MAXBOUND(rect[2].y, pR->y + (int) pR->height); in miPolyRectangle()
172 pR++; in miPolyRectangle()