Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp973 TEdge *EStart; in ProcessBound() local
981 EStart = E->Prev; in ProcessBound()
983 EStart = E->Next; in ProcessBound()
984 if (IsHorizontal(*EStart)) //ie an adjoining horizontal skip edge in ProcessBound()
986 if (EStart->Bot.X != E->Bot.X && EStart->Top.X != E->Bot.X) in ProcessBound()
989 else if (EStart->Bot.X != E->Bot.X) in ProcessBound()
993 EStart = E; in ProcessBound()
1010 if (IsHorizontal(*E) && E != EStart && in ProcessBound()
1014 if (IsHorizontal(*E) && E != EStart && E->Bot.X != E->Prev->Top.X) in ProcessBound()
1032 if (IsHorizontal(*E) && E != EStart && E->Bot.X != E->Next->Top.X) in ProcessBound()
[all …]