Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp2644 TEdge* eLastHorz = horzEdge, *eMaxPair = 0; in ProcessHorizontal() local
2645 while (eLastHorz->NextInLML && IsHorizontal(*eLastHorz->NextInLML)) in ProcessHorizontal()
2646 eLastHorz = eLastHorz->NextInLML; in ProcessHorizontal()
2647 if (!eLastHorz->NextInLML) in ProcessHorizontal()
2648 eMaxPair = GetMaximaPair(eLastHorz); in ProcessHorizontal()
2659 if (maxIt != m_Maxima.end() && *maxIt >= eLastHorz->Top.X) in ProcessHorizontal()
2666 if (maxRit != m_Maxima.rend() && *maxRit <= eLastHorz->Top.X) in ProcessHorizontal()
2676 bool IsLastHorz = (horzEdge == eLastHorz); in ProcessHorizontal()