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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmipolygen.c83 DDXPointRec FirstPoint[NUMPTSTOBUFFER]; /* the output buffers */
84 int FirstWidth[NUMPTSTOBUFFER];
138 if (nPts == NUMPTSTOBUFFER)
194 if (nPts == NUMPTSTOBUFFER)
H A Dmipoly.h128 #define NUMPTSTOBUFFER 200 macro
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmipoly.h124 #define NUMPTSTOBUFFER 200 macro
H A Dmipoly.c535 DDXPointRec FirstPoint[NUMPTSTOBUFFER]; /* the output buffers */
536 int FirstWidth[NUMPTSTOBUFFER];
585 if (nPts == NUMPTSTOBUFFER) {
635 if (nPts == NUMPTSTOBUFFER) {
/xsrc/external/mit/libX11/dist/include/X11/
H A DXregion.h179 #define NUMPTSTOBUFFER 200 macro
186 XPoint pts[NUMPTSTOBUFFER];
/xsrc/external/mit/libX11/dist/src/
H A DPolyReg.c416 numRects = ((numFullPtBlocks * NUMPTSTOBUFFER) + iCurPtBlock) >> 1;
431 i = NUMPTSTOBUFFER >> 1;
564 if (iPts == NUMPTSTOBUFFER) {
610 if (iPts == NUMPTSTOBUFFER) {

Completed in 7 milliseconds