Searched defs:npoints (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libXext/sun-src/src/
H A DAllPlanes.c180 int npoints,
195 if ((req->length + npoints) > 65535)
196 npoints = 65535 - req->length; /* force BadLength, if possible */
197 req->length += npoints;
199 len = npoints << 2;
176 XAllPlanesDrawLines( Display *dpy, Drawable d, XPoint *points, int npoints, int mode) argument

Completed in 12 milliseconds