Home
last modified time | relevance | path

Searched refs:topY (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h328 bool ProcessIntersections(const cInt topY);
329 void BuildIntersectList(const cInt topY);
331 void ProcessEdgesAtTopOfScanbeam(const cInt topY);
H A Dclipper.cpp1569 cInt botY, topY; in ExecuteInternal() local
1572 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() argument
2827 BuildIntersectList(topY); in ProcessIntersections()
2852 void Clipper::BuildIntersectList(const cInt topY) in BuildIntersectList() argument
2863 e->Curr.X = TopX( *e, topY ); in BuildIntersectList()
2880 if (Pt.Y < topY) Pt = IntPoint(TopX(*e, topY), topY); in BuildIntersectList()
[all …]