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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmipoly.h145 #define EVALUATEEDGEWINDING(pAET, pPrevAET, y, fixWAET) { \
146 if (pAET->ymax == y) { /* leaving this edge */ \
147 pPrevAET->next = pAET->next; \
148 pAET = pPrevAET->next; \
150 if (pAET) \
151 pAET->back = pPrevAET; \
154 BRESINCRPGONSTRUCT(pAET->bres); \
155 pPrevAET = pAET; \
156 pAET = pAET
[all...]
H A Dmipolygen.c76 EdgeTableEntry *pAET; /* the Active Edge Table */ local in function:miFillGeneralPoly
123 pAET = AET.next;
128 while (pAET)
130 ptsOut->x = pAET->bres.minor;
132 *width++ = pAET->next->bres.minor - pAET->bres.minor;
147 EVALUATEEDGEEVENODD(pAET, pPrevAET, y)
148 EVALUATEEDGEEVENODD(pAET, pPrevAET, y);
171 pAET = AET.next;
172 pWETE = pAET;
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmipoly.h140 #define EVALUATEEDGEWINDING(pAET, pPrevAET, y, fixWAET) { \
141 if (pAET->ymax == y) { /* leaving this edge */ \
142 pPrevAET->next = pAET->next; \
143 pAET = pPrevAET->next; \
145 if (pAET) \
146 pAET->back = pPrevAET; \
149 BRESINCRPGONSTRUCT(pAET->bres); \
150 pPrevAET = pAET; \
151 pAET = pAET
[all...]
H A Dmipoly.c528 EdgeTableEntry *pAET; /* the Active Edge Table */ local in function:miFillGeneralPoly
571 pAET = AET.next;
576 while (pAET) {
577 ptsOut->x = pAET->bres.minor;
579 *width++ = pAET->next->bres.minor - pAET->bres.minor;
592 EVALUATEEDGEEVENODD(pAET, pPrevAET, y);
593 EVALUATEEDGEEVENODD(pAET, pPrevAET, y);
614 pAET = AET.next;
615 pWETE = pAET;
[all...]
/xsrc/external/mit/libX11/dist/src/
H A Dpoly.h263 #define EVALUATEEDGEWINDING(pAET, pPrevAET, y, fixWAET) do { \
264 if (pAET->ymax == y) { /* leaving this edge */ \
265 pPrevAET->next = pAET->next; \
266 pAET = pPrevAET->next; \
268 if (pAET) \
269 pAET->back = pPrevAET; \
272 BRESINCRPGONSTRUCT(pAET->bres); \
273 pPrevAET = pAET; \
274 pAET = pAET
[all...]
H A DPolyReg.c484 register EdgeTableEntry *pAET; /* Active Edge Table */
552 pAET = AET.next;
557 while (pAET) {
558 pts->x = pAET->bres.minor_axis, pts->y = y;
572 EVALUATEEDGEEVENODD(pAET, pPrevAET, y);
592 pAET = AET.next;
593 pWETE = pAET;
598 while (pAET) {
603 if (pWETE == pAET) {
604 pts->x = pAET
479 register EdgeTableEntry *pAET; /* Active Edge Table */ local in function:XPolygonRegion
[all...]

Completed in 5 milliseconds