Home
last modified time | relevance | path

Searched refs:OutPt2 (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.hpp468 point_ptr<T> OutPt2 = outRec2->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()
479 } else if (OutPt2->next == OutPt2) { 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.cpp121 OutPt *OutPt2; member
526 bool Poly2ContainsPoly1(OutPt *OutPt1, OutPt *OutPt2) in Poly2ContainsPoly1() argument
532 int res = PointInPolygon(op->Pt, OutPt2); in Poly2ContainsPoly1()
1946 j->OutPt2 = op2; in AddJoin()
1972 j->OutPt2 = 0; in AddGhostJoin()
2335 OutPt *OutPt2 = outRec2->BottomPt; in GetLowermostRec() local
2336 if (OutPt1->Pt.Y > OutPt2->Pt.Y) return outRec1; in GetLowermostRec()
2337 else if (OutPt1->Pt.Y < OutPt2->Pt.Y) return outRec2; in GetLowermostRec()
2338 else if (OutPt1->Pt.X < OutPt2->Pt.X) return outRec1; in GetLowermostRec()
2339 else if (OutPt1->Pt.X > OutPt2->Pt.X) return outRec2; in GetLowermostRec()
[all …]