Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h309 void InsertLocalMinimaIntoAEL(const cInt botY);
H A Dclipper.cpp1569 cInt botY, topY; in ExecuteInternal() local
1570 if (!PopScanbeam(botY)) return false; in ExecuteInternal()
1571 InsertLocalMinimaIntoAEL(botY); in ExecuteInternal()
1582 botY = topY; in ExecuteInternal()
1583 InsertLocalMinimaIntoAEL(botY); in ExecuteInternal()
1978 void Clipper::InsertLocalMinimaIntoAEL(const cInt botY) in InsertLocalMinimaIntoAEL() argument
1981 while (PopLocalMinima(botY, lm)) in InsertLocalMinimaIntoAEL()