Lines Matching refs:pRegion
294 /* TranslateRegion(pRegion, x, y)
301 register Region pRegion,
308 pbox = pRegion->rects;
309 nbox = pRegion->numRects;
319 pRegion->extents.x1 += x;
320 pRegion->extents.x2 += x;
321 pRegion->extents.y1 += y;
322 pRegion->extents.y2 += y;
1512 Region pRegion,
1517 if (pRegion->numRects == 0)
1519 if (!INBOX(pRegion->extents, x, y))
1521 for (i=0; i<pRegion->numRects; i++)
1523 if (INBOX (pRegion->rects[i], x, y))