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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmipolygen.c79 EdgeTableEntry *pWETE; /* Winding Edge Table */ local in function:miFillGeneralPoly
172 pWETE = pAET;
184 if (pWETE == pAET)
203 pWETE = pWETE->nextWETE;
204 while (pWETE != pAET)
206 pWETE = pWETE->nextWETE;
H A Dmipolyutil.c307 EdgeTableEntry *pWETE;
312 pWETE = AET;
324 pWETE->nextWETE = AET;
325 pWETE = AET;
330 pWETE->nextWETE = NULL;
303 EdgeTableEntry *pWETE; local in function:micomputeWAET
/xsrc/external/mit/libX11/dist/src/
H A DPolyReg.c304 register EdgeTableEntry *pWETE;
309 pWETE = AET;
321 pWETE->nextWETE = AET;
322 pWETE = AET;
327 pWETE->nextWETE = (EdgeTableEntry *)NULL;
487 register EdgeTableEntry *pWETE; /* Winding Edge Table Entry*/
593 pWETE = pAET;
603 if (pWETE == pAET) {
617 pWETE = pWETE
301 register EdgeTableEntry *pWETE; local in function:computeWAET
482 register EdgeTableEntry *pWETE; /* Winding Edge Table Entry*/ local in function:XPolygonRegion
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmipoly.c290 EdgeTableEntry *pWETE; local in function:micomputeWAET
295 pWETE = AET;
304 pWETE->nextWETE = AET;
305 pWETE = AET;
310 pWETE->nextWETE = NULL;
531 EdgeTableEntry *pWETE; /* Winding Edge Table */ local in function:miFillGeneralPoly
615 pWETE = pAET;
626 if (pWETE == pAET) {
643 pWETE = pWETE
[all...]

Completed in 4 milliseconds