Lines Matching refs:pAET
145 #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->next; \
168 #define EVALUATEEDGEEVENODD(pAET, pPrevAET, y) { \
169 if (pAET->ymax == y) { /* leaving this edge */ \
170 pPrevAET->next = pAET->next; \
171 pAET = pPrevAET->next; \
172 if (pAET) \
173 pAET->back = pPrevAET; \
176 BRESINCRPGONSTRUCT(pAET->bres); \
177 pPrevAET = pAET; \
178 pAET = pAET->next; \