Lines Matching refs:pAET
140 #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->next; \
162 #define EVALUATEEDGEEVENODD(pAET, pPrevAET, y) { \
163 if (pAET->ymax == y) { /* leaving this edge */ \
164 pPrevAET->next = pAET->next; \
165 pAET = pPrevAET->next; \
166 if (pAET) \
167 pAET->back = pPrevAET; \
170 BRESINCRPGONSTRUCT(pAET->bres); \
171 pPrevAET = pAET; \
172 pAET = pAET->next; \