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