Home
last modified time | relevance | path

Searched refs:p2_lft (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.hpp548 point_ptr<T> p2_lft = remove_ring->points; in append_ring() local
549 point_ptr<T> p2_rt = p2_lft->prev; in append_ring()
555 reverse_ring(p2_lft); in append_ring()
556 p2_lft->next = p1_lft; in append_ring()
557 p1_lft->prev = p2_lft; in append_ring()
565 p2_lft->prev = p1_rt; in append_ring()
566 p1_rt->next = p2_lft; in append_ring()
567 keep_ring->points = p2_lft; in append_ring()
572 reverse_ring(p2_lft); in append_ring()
575 p2_lft->next = p1_lft; in append_ring()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp2386 OutPt* p2_lft = outRec2->Pts; in AppendPolygon() local
2387 OutPt* p2_rt = p2_lft->Prev; in AppendPolygon()
2395 ReversePolyPtLinks(p2_lft); in AppendPolygon()
2396 p2_lft->Next = p1_lft; in AppendPolygon()
2397 p1_lft->Prev = p2_lft; in AppendPolygon()
2406 p2_lft->Prev = p1_rt; in AppendPolygon()
2407 p1_rt->Next = p2_lft; in AppendPolygon()
2408 outRec1->Pts = p2_lft; in AppendPolygon()
2415 ReversePolyPtLinks(p2_lft); in AppendPolygon()
2418 p2_lft->Next = p1_lft; in AppendPolygon()
[all …]