Searched refs:PrevPt (Results 1 – 1 of 1) sorted by relevance
166 DDXPointPtr PrevPt, CurrPt; in miCreateETandAET() local190 PrevPt = &pts[count - 1]; in miCreateETandAET()203 if (PrevPt->y > CurrPt->y) { in miCreateETandAET()204 bottom = PrevPt, top = CurrPt; in miCreateETandAET()208 bottom = CurrPt, top = PrevPt; in miCreateETandAET()229 ET->ymax = max(ET->ymax, PrevPt->y); in miCreateETandAET()230 ET->ymin = min(ET->ymin, PrevPt->y); in miCreateETandAET()234 PrevPt = CurrPt; in miCreateETandAET()