Lines Matching refs:ET
70 miInsertEdgeInET(EdgeTable * ET, EdgeTableEntry * ETE, int scanline, in miInsertEdgeInET() argument
80 pPrevSLL = &ET->scanlines; in miInsertEdgeInET()
161 miCreateETandAET(int count, DDXPointPtr pts, EdgeTable * ET, in miCreateETandAET() argument
185 ET->scanlines.next = NULL; in miCreateETandAET()
186 ET->ymax = MININT; in miCreateETandAET()
187 ET->ymin = MAXINT; in miCreateETandAET()
224 if (!miInsertEdgeInET(ET, pETEs, top->y, &pSLLBlock, &iSLLBlock)) { in miCreateETandAET()
229 ET->ymax = max(ET->ymax, PrevPt->y); in miCreateETandAET()
230 ET->ymin = min(ET->ymin, PrevPt->y); in miCreateETandAET()
538 EdgeTable ET; /* Edge Table header node */ in miFillGeneralPoly() local
551 if (!miCreateETandAET(count, ptsIn, &ET, &AET, pETEs, &SLLBlock)) { in miFillGeneralPoly()
555 pSLL = ET.scanlines.next; in miFillGeneralPoly()
561 for (y = ET.ymin; y < ET.ymax; y++) { in miFillGeneralPoly()
603 for (y = ET.ymin; y < ET.ymax; y++) { in miFillGeneralPoly()