Lines Matching refs:things
72 int things;
80 things = (client->req_len << 2) - sizeof(xXFixesCreateRegionReq);
81 if (things & 4)
83 things >>= 3;
85 pRegion = RegionFromRects(things, (xRectangle *) (stuff + 1), CT_UNSORTED);
320 int things;
328 things = (client->req_len << 2) - sizeof(xXFixesCreateRegionReq);
329 if (things & 4)
331 things >>= 3;
333 pNew = RegionFromRects(things, (xRectangle *) (stuff + 1), CT_UNSORTED);