Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp578 inline bool IsHorizontal(TEdge &e) in IsHorizontal() function
638 if (IsHorizontal(Edge2)) in IntersectPoint()
649 if (IsHorizontal(Edge1)) in IntersectPoint()
916 if (!IsHorizontal(*E) && !IsHorizontal(*E->Prev)) break; in FindNextLocMin()
917 while (IsHorizontal(*E->Prev)) E = E->Prev; in FindNextLocMin()
919 while (IsHorizontal(*E)) E = E->Next; in FindNextLocMin()
942 while (E != Result && IsHorizontal(*E)) E = E->Prev; in ProcessBound()
947 while (E != Result && IsHorizontal(*E)) E = E->Next; in ProcessBound()
975 if (IsHorizontal(*E)) in ProcessBound()
984 if (IsHorizontal(*EStart)) //ie an adjoining horizontal skip edge in ProcessBound()
[all …]