Searched refs:linkedList (Results 1 – 2 of 2) sorted by relevance
58 template <typename Ring> Node* linkedList(const Ring& points, const bool clockwise);150 Node* outerNode = linkedList(points[0], true); in operator ()()184 Earcut<N>::linkedList(const Ring& points, const bool clockwise) { in linkedList() function in mapbox::detail::Earcut424 Node* list = linkedList(points[i], false); in eliminateHoles()
82 template <typename Ring> Node* linkedList(const Ring& points, const bool clockwise);180 Node* outerNode = linkedList(points[0], true); in operator ()()214 Earcut<N>::linkedList(const Ring& points, const bool clockwise) { in linkedList() function in qt_mapbox::detail::Earcut454 Node* list = linkedList(points[i], false); in eliminateHoles()