Lines Matching refs:pAET
263 #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->next; \
286 #define EVALUATEEDGEEVENODD(pAET, pPrevAET, y) do { \
287 if (pAET->ymax == y) { /* leaving this edge */ \
288 pPrevAET->next = pAET->next; \
289 pAET = pPrevAET->next; \
290 if (pAET) \
291 pAET->back = pPrevAET; \
294 BRESINCRPGONSTRUCT(pAET->bres); \
295 pPrevAET = pAET; \
296 pAET = pAET->next; \