Searched refs:pointBuffer (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dhopalong.c78 static XPoint *pointBuffer = 0; /* pointer for XDrawPoints */ variable
110 if (pointBuffer == NULL) {
111 pointBuffer = calloc(batchcount, sizeof(XPoint));
112 if (pointBuffer == NULL)
129 XPoint *xp = pointBuffer;
149 pointBuffer, batchcount, CoordModeOrigin);

Completed in 8 milliseconds