Home
last modified time | relevance | path

Searched refs:getGeometries (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_feature.hpp15 … geometry(feature->getGeometries()) // we need a mutable copy of the geometry for mergeLines() in SymbolFeature()
22 GeometryCollection getGeometries() const override { return geometry; }; in getGeometries() function in mbgl::SymbolFeature
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dvector_tile_data.cpp36 GeometryCollection VectorTileFeature::getGeometries() const { in getGeometries() function in mbgl::VectorTileFeature
38 auto lines = feature.getGeometries<GeometryCollection>(scale); in getGeometries()
H A Dvector_tile_data.hpp20 GeometryCollection getGeometries() const override;
H A Dgeojson_tile_data.hpp28 GeometryCollection getGeometries() const override { in getGeometries() function in mbgl::GeoJSONTileFeature
H A Dgeometry_tile_data.hpp47 virtual GeometryCollection getGeometries() const = 0;
H A Dgeometry_tile_data.cpp115 GeometryCollection geometries = geometryTileFeature.getGeometries(); in convertGeometry()
H A Dgeometry_tile_worker.cpp382 GeometryCollection geometries = feature->getGeometries(); in parse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dexpression.cpp20 GeometryCollection getGeometries() const override { return {}; } in getGeometries() function in mbgl::style::expression::GeoJSONFeature
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.cpp200 auto offsetGeometry = offsetLine(feature.getGeometries(), offset); in queryIntersectsFeature()
206 offsetGeometry.value_or(feature.getGeometries()), in queryIntersectsFeature()
H A Drender_fill_extrusion_layer.cpp216 …onIntersectsMultiPolygon(translatedQueryGeometry.value_or(queryGeometry), feature.getGeometries()); in queryIntersectsFeature()
H A Drender_circle_layer.cpp162 auto geometry = feature.getGeometries(); in queryIntersectsFeature()
H A Drender_fill_layer.cpp238 …onIntersectsMultiPolygon(translatedQueryGeometry.value_or(queryGeometry), feature.getGeometries()); in queryIntersectsFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_tile.hpp31 GeometryCollection getGeometries() const override;
H A Dannotation_tile.cpp62 GeometryCollection AnnotationTileFeature::getGeometries() const { in getGeometries() function in mbgl::AnnotationTileFeature
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp53 GeometryCollectionType getGeometries(float scale) const;
226 GeometryCollectionType feature::getGeometries(float scale) const { in getGeometries() function in mapbox::vector_tile::feature