Home
last modified time | relevance | path

Searched refs:earcut (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/
H A Dlocation.pro14 INCLUDEPATH += ../3rdparty/earcut
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.15.043 - Updated the 3rdparty library earcut.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/
H A Dearcut.hpp767 std::vector<N> earcut(const Polygon& poly) { in earcut() function
768 mapbox::detail::Earcut<N> earcut; in earcut() local
769 earcut(poly); in earcut()
770 return std::move(earcut.indices); in earcut()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/
H A Dearcut.hpp830 std::vector<N> earcut(const Polygon& poly) { in earcut() function
831 qt_mapbox::detail::Earcut<N> earcut; in earcut() local
832 earcut(poly); in earcut()
833 return std::move(earcut.indices); in earcut()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp327 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dfill_bucket.cpp84 std::vector<uint32_t> indices = mapbox::earcut(polygon); in addFeature()
H A Dfill_extrusion_bucket.cpp131 std::vector<uint32_t> indices = mapbox::earcut(polygon); in addFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapobjects_tester/
H A Dmain.qml299 … drag.target: parent // This one might glitch as the tessellation done by earcut might be
300 … // inaccurate, so clicking in an area that is covered by earcut but
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapitems_backends/
H A Dmain.qml389 … drag.target: parent // This one might glitch as the tessellation done by earcut might be
390 … // inaccurate, so clicking in an area that is covered by earcut but
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/
H A Dmapbox-gl-native.pro411 deps/earcut/0.12.4 \
412 deps/earcut/0.12.4/include \