Lines Matching defs:pAET
484 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->bres.minor_axis, pts->y = y;
619 EVALUATEEDGEWINDING(pAET, pPrevAET, y, fixWAET);