Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dring_util.hpp467 point_ptr<T> OutPt1 = outRec1->bottom_point; in get_lower_most_ring() local
469 if (OutPt1->y > OutPt2->y) { in get_lower_most_ring()
471 } else if (OutPt1->y < OutPt2->y) { in get_lower_most_ring()
473 } else if (OutPt1->x < OutPt2->x) { in get_lower_most_ring()
475 } else if (OutPt1->x > OutPt2->x) { in get_lower_most_ring()
477 } else if (OutPt1->next == OutPt1) { in get_lower_most_ring()
481 } else if (first_is_bottom_point(OutPt1, OutPt2)) { in get_lower_most_ring()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp120 OutPt *OutPt1; member
526 bool Poly2ContainsPoly1(OutPt *OutPt1, OutPt *OutPt2) in Poly2ContainsPoly1() argument
528 OutPt* op = OutPt1; in Poly2ContainsPoly1()
536 while (op != OutPt1); in Poly2ContainsPoly1()
1945 j->OutPt1 = op1; in AddJoin()
1971 j->OutPt1 = op; in AddGhostJoin()
2037 if (HorzSegmentsOverlap(jr->OutPt1->Pt.X, jr->OffPt.X, rb->Bot.X, rb->Top.X)) in InsertLocalMinimaIntoAEL()
2038 AddJoin(jr->OutPt1, Op1, jr->OffPt); in InsertLocalMinimaIntoAEL()
2334 OutPt *OutPt1 = outRec1->BottomPt; in GetLowermostRec() local
2336 if (OutPt1->Pt.Y > OutPt2->Pt.Y) return outRec1; in GetLowermostRec()
[all …]