Lines Matching defs:things
1958 int things;
1977 things = bytes_to_int32((client->req_len << 2) - sizeof(xFillPolyReq));
1978 if (things)
1980 stuff->coordMode, things,
1988 int things;
1996 things = (client->req_len << 2) - sizeof(xPolyFillRectangleReq);
1997 if (things & 4)
1999 things >>= 3;
2001 if (things)
2002 (*pGC->ops->PolyFillRect) (pDraw, pGC, things,
2074 * as currently written, they call other routines which require things
2075 * to be 64-bit padded on scanlines, so we changed things here.