Lines Matching defs:pR
62 xRectangle *pR = pRects;99 x = pR->x;100 y = pR->y;101 width = pR->width;102 height = pR->height;103 pR++;168 rect[0].x = pR->x;169 rect[0].y = pR->y;171 MAXBOUND(rect[1].x, pR->x + (int) pR->width)175 MAXBOUND(rect[2].y, pR->y + (int) pR->height);184 pR++;