Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp962 MinimaList::value_type locMin; in ProcessBound() local
963 locMin.Y = E->Bot.Y; in ProcessBound()
964 locMin.LeftBound = 0; in ProcessBound()
965 locMin.RightBound = E; in ProcessBound()
968 m_MinimaList.push_back(locMin); in ProcessBound()
1153 MinimaList::value_type locMin; in AddPath() local
1154 locMin.Y = E->Bot.Y; in AddPath()
1155 locMin.LeftBound = 0; in AddPath()
1156 locMin.RightBound = E; in AddPath()
1157 locMin.RightBound->Side = esRight; in AddPath()
[all …]
H A Dclipper.h237 bool PopLocalMinima(cInt Y, const LocalMinimum *&locMin);