Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp1565 m_Maxima = MaximaList(); in ExecuteInternal()
2652 if (m_Maxima.size() > 0) in ProcessHorizontal()
2657 maxIt = m_Maxima.begin(); in ProcessHorizontal()
2658 while (maxIt != m_Maxima.end() && *maxIt <= horzEdge->Bot.X) maxIt++; in ProcessHorizontal()
2659 if (maxIt != m_Maxima.end() && *maxIt >= eLastHorz->Top.X) in ProcessHorizontal()
2660 maxIt = m_Maxima.end(); in ProcessHorizontal()
2664 maxRit = m_Maxima.rbegin(); in ProcessHorizontal()
2665 while (maxRit != m_Maxima.rend() && *maxRit > horzEdge->Bot.X) maxRit++; in ProcessHorizontal()
2666 if (maxRit != m_Maxima.rend() && *maxRit <= eLastHorz->Top.X) in ProcessHorizontal()
2667 maxRit = m_Maxima.rend(); in ProcessHorizontal()
[all …]
H A Dclipper.h295 MaximaList m_Maxima; variable