Lines Matching refs:pAET
139 #define EVALUATEEDGEWINDING(pAET, pPrevAET, y, fixWAET) { \ argument
140 if (pAET->ymax == y) { /* leaving this edge */ \
141 pPrevAET->next = pAET->next; \
142 pAET = pPrevAET->next; \
144 if (pAET) \
145 pAET->back = pPrevAET; \
148 BRESINCRPGONSTRUCT(pAET->bres); \
149 pPrevAET = pAET; \
150 pAET = pAET->next; \
161 #define EVALUATEEDGEEVENODD(pAET, pPrevAET, y) { \ argument
162 if (pAET->ymax == y) { /* leaving this edge */ \
163 pPrevAET->next = pAET->next; \
164 pAET = pPrevAET->next; \
165 if (pAET) \
166 pAET->back = pPrevAET; \
169 BRESINCRPGONSTRUCT(pAET->bres); \
170 pPrevAET = pAET; \
171 pAET = pAET->next; \