Searched refs:filterPoints (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/ |
| H A D | earcut.hpp | 83 Node* filterPoints(Node* start, Node* end = nullptr); 252 Earcut<N>::filterPoints(Node* start, Node* end) { in filterPoints() function in qt_mapbox::detail::Earcut 315 if (!pass) earcutLinked(filterPoints(ear), 1); in earcutLinked() 319 ear = cureLocalIntersections(filterPoints(ear)); in earcutLinked() 416 return filterPoints(p); in cureLocalIntersections() 432 a = filterPoints(a, a->next); in splitEarcut() 433 c = filterPoints(c, c->next); in splitEarcut() 467 outerNode = filterPoints(outerNode, outerNode->next); in eliminateHoles() 479 filterPoints(b, b->next); in eliminateHole()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/ |
| H A D | earcut.hpp | 59 Node* filterPoints(Node* start, Node* end = nullptr); 222 Earcut<N>::filterPoints(Node* start, Node* end) { in filterPoints() function in mapbox::detail::Earcut 285 if (!pass) earcutLinked(filterPoints(ear), 1); in earcutLinked() 402 a = filterPoints(a, a->next); in splitEarcut() 403 c = filterPoints(c, c->next); in splitEarcut() 437 outerNode = filterPoints(outerNode, outerNode->next); in eliminateHoles() 449 filterPoints(b, b->next); in eliminateHole()
|