Lines Matching refs:pETEs
162 EdgeTableEntry * AET, EdgeTableEntry * pETEs, in miCreateETandAET() argument
205 pETEs->ClockWise = 0; in miCreateETandAET()
209 pETEs->ClockWise = 1; in miCreateETandAET()
216 pETEs->ymax = bottom->y - 1; /* -1 so we don't get last scanline */ in miCreateETandAET()
222 BRESINITPGONSTRUCT(dy, top->x, bottom->x, pETEs->bres); in miCreateETandAET()
224 if (!miInsertEdgeInET(ET, pETEs, top->y, &pSLLBlock, &iSLLBlock)) { in miCreateETandAET()
231 pETEs++; in miCreateETandAET()
540 EdgeTableEntry *pETEs; /* Edge Table Entries buff */ in miFillGeneralPoly() local
547 if (!(pETEs = malloc(sizeof(EdgeTableEntry) * count))) in miFillGeneralPoly()
551 if (!miCreateETandAET(count, ptsIn, &ET, &AET, pETEs, &SLLBlock)) { in miFillGeneralPoly()
552 free(pETEs); in miFillGeneralPoly()
666 free(pETEs); in miFillGeneralPoly()