Searched refs:topY (Results 1 – 2 of 2) sorted by relevance
328 bool ProcessIntersections(const cInt topY);329 void BuildIntersectList(const cInt topY);331 void ProcessEdgesAtTopOfScanbeam(const cInt topY);
1569 cInt botY, topY; in ExecuteInternal() local1572 while (PopScanbeam(topY) || LocalMinimaPending()) in ExecuteInternal()1576 if (!ProcessIntersections(topY)) in ExecuteInternal()1581 ProcessEdgesAtTopOfScanbeam(topY); in ExecuteInternal()1582 botY = topY; in ExecuteInternal()2823 bool Clipper::ProcessIntersections(const cInt topY) in ProcessIntersections() argument2827 BuildIntersectList(topY); in ProcessIntersections()2852 void Clipper::BuildIntersectList(const cInt topY) in BuildIntersectList() argument2863 e->Curr.X = TopX( *e, topY ); in BuildIntersectList()2880 if (Pt.Y < topY) Pt = IntPoint(TopX(*e, topY), topY); in BuildIntersectList()[all …]