Lines Matching defs:pRects
147 BoxPtr pRects, pEnd;
153 pRects = RegionRects(pShape);
164 for (pEnd = pRects + nRects; pRects < pEnd; pRects++)
167 hRgnRect = CreateRectRgn (pRects->x1,
168 pRects->y1,
169 pRects->x2,
170 pRects->y2);
175 pRects->x1,
176 pRects->y1,
177 pRects->x2,
178 pRects->y2,
935 winMWExtWMDamageRects (RootlessFrameID wid, int nCount, const BoxRec *pRects,
942 pRLWinPriv, nCount, pRects, shift_x, shift_y);
945 for (pEnd = pRects + nCount; pRects < pEnd; pRects++) {
947 rcDmg.left = pRects->x1 + shift_x;
948 rcDmg.top = pRects->y1 + shift_y;
949 rcDmg.right = pRects->x2 + shift_x;
950 rcDmg.bottom = pRects->y2 + shift_y;