Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp94 TEdge *LeftBound; member
964 locMin.LeftBound = 0; in ProcessBound()
1155 locMin.LeftBound = 0; in AddPath()
1191 locMin.LeftBound = E->Prev; in AddPath()
1196 locMin.LeftBound = E; in AddPath()
1201 if (!Closed) locMin.LeftBound->WindDelta = 0; in AddPath()
1202 else if (locMin.LeftBound->Next == locMin.RightBound) in AddPath()
1203 locMin.LeftBound->WindDelta = -1; in AddPath()
1204 else locMin.LeftBound->WindDelta = 1; in AddPath()
1205 locMin.RightBound->WindDelta = -locMin.LeftBound->WindDelta; in AddPath()
[all …]