Searched refs:earcut (Results 1 – 10 of 10) sorted by relevance
14 INCLUDEPATH += ../3rdparty/earcut
43 - Updated the 3rdparty library earcut.
767 std::vector<N> earcut(const Polygon& poly) { in earcut() function768 mapbox::detail::Earcut<N> earcut; in earcut() local769 earcut(poly); in earcut()770 return std::move(earcut.indices); in earcut()
830 std::vector<N> earcut(const Polygon& poly) { in earcut() function831 qt_mapbox::detail::Earcut<N> earcut; in earcut() local832 earcut(poly); in earcut()833 return std::move(earcut.indices); in earcut()
327 std::vector<N> indices = qt_mapbox::earcut<N>(polygon); in updateScreenPoints()425 std::vector<N> indices = qt_mapbox::earcut<N>(polygon); in cutPathEars()451 std::vector<N> indices = qt_mapbox::earcut<N>(polygon); in cutPathEars()
84 std::vector<uint32_t> indices = mapbox::earcut(polygon); in addFeature()
131 std::vector<uint32_t> indices = mapbox::earcut(polygon); in addFeature()
299 … drag.target: parent // This one might glitch as the tessellation done by earcut might be300 … // inaccurate, so clicking in an area that is covered by earcut but
389 … drag.target: parent // This one might glitch as the tessellation done by earcut might be390 … // inaccurate, so clicking in an area that is covered by earcut but
411 deps/earcut/0.12.4 \412 deps/earcut/0.12.4/include \