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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dhopalong.c81 static XPoint *pointBuffer = 0; /* pointer for XDrawPoints */ variable
111 if (!pointBuffer)
112 pointBuffer = (XPoint *) malloc(batchcount * sizeof(XPoint));
128 XPoint *xp = pointBuffer;
148 pointBuffer, batchcount, CoordModeOrigin);

Completed in 12 milliseconds