Lines Matching defs:things
1813 int things;
1833 things = bytes_to_int32((client->req_len << 2) - sizeof(xFillPolyReq));
1834 if (things)
1836 stuff->coordMode, things,
1844 int things;
1851 things = (client->req_len << 2) - sizeof(xPolyFillRectangleReq);
1852 if (things & 4)
1854 things >>= 3;
1856 if (things)
1857 (*pGC->ops->PolyFillRect) (pDraw, pGC, things,
1928 * as currently written, they call other routines which require things
1929 * to be 64-bit padded on scanlines, so we changed things here.