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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmipolygen.c188 *width++ = pAET->nextWETE->bres.minor - pAET->bres.minor;
203 pWETE = pWETE->nextWETE;
206 pWETE = pWETE->nextWETE;
H A Dmipoly.h75 * nextWETE (winding EdgeTableEntry) link. This allows
77 * purposes, but only uses the edges linked by the nextWETE
93 struct _EdgeTableEntry *nextWETE; /* for winding num rule */ member in struct:_EdgeTableEntry
H A Dmipolyutil.c181 AET->nextWETE = NULL;
288 * nextWETE (winding EdgeTableEntry) link for
298 * |nextWETE| |nextWETE| |nextWETE|
311 AET->nextWETE = NULL;
324 pWETE->nextWETE = AET;
330 pWETE->nextWETE = NULL;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmipoly.h74 * nextWETE (winding EdgeTableEntry) link. This allows
76 * purposes, but only uses the edges linked by the nextWETE
92 struct _EdgeTableEntry *nextWETE; /* for winding num rule */ member in struct:_EdgeTableEntry
H A Dmipoly.c179 AET->nextWETE = NULL;
272 * This routine links the AET by the nextWETE (winding EdgeTableEntry) link for
281 * |nextWETE| |nextWETE| |nextWETE|
294 AET->nextWETE = NULL;
304 pWETE->nextWETE = AET;
310 pWETE->nextWETE = NULL;
629 *width++ = pAET->nextWETE->bres.minor - pAET->bres.minor;
643 pWETE = pWETE->nextWETE;
[all...]
/xsrc/external/mit/libX11/dist/src/
H A DPolyReg.c178 AET->nextWETE = (EdgeTableEntry *)NULL;
284 * nextWETE (winding EdgeTableEntry) link for
294 * |nextWETE| |nextWETE| |nextWETE|
308 AET->nextWETE = (EdgeTableEntry *)NULL;
321 pWETE->nextWETE = AET;
327 pWETE->nextWETE = (EdgeTableEntry *)NULL;
617 pWETE = pWETE->nextWETE;
H A Dpoly.h198 * nextWETE (winding EdgeTableEntry) link. This allows
200 * purposes, but only uses the edges linked by the nextWETE
216 struct _EdgeTableEntry *nextWETE; /* for winding num rule */
213 struct _EdgeTableEntry *nextWETE; /* for winding num rule */ member in struct:_EdgeTableEntry

Completed in 5 milliseconds