Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h235 bool PopScanbeam(cInt &Y);
H A Dclipper.cpp1341 bool ClipperBase::PopScanbeam(cInt &Y) in PopScanbeam() function in QtClipperLib::ClipperBase
1570 if (!PopScanbeam(botY)) return false; in ExecuteInternal()
1572 while (PopScanbeam(topY) || LocalMinimaPending()) in ExecuteInternal()