Lines Matching refs:pETEs
163 register EdgeTableEntry *pETEs,
206 pETEs->ClockWise = 0;
211 pETEs->ClockWise = 1;
219 pETEs->ymax = bottom->y-1; /* -1 so we don't get last scanline */
225 BRESINITPGONSTRUCT(dy, top->x, bottom->x, pETEs->bres);
227 InsertEdgeInET(ET, pETEs, top->y, &pSLLBlock, &iSLLBlock);
233 pETEs++;
493 EdgeTableEntry *pETEs; /* EdgeTableEntries pool */
528 if (! (pETEs = Xmallocarray(Count, sizeof(EdgeTableEntry)))) {
534 CreateETandAET(Count, Pts, &ET, &AET, pETEs, &SLLBlock);
639 Xfree(pETEs);