Home
last modified time | relevance | path

Searched refs:GeometryTileFeature (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_feature.hpp11 class SymbolFeature : public GeometryTileFeature {
13 SymbolFeature(std::unique_ptr<GeometryTileFeature> feature_) : in SymbolFeature()
24 std::unique_ptr<GeometryTileFeature> feature;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dexpression.hpp16 class GeometryTileFeature;
29 …EvaluationContext(GeometryTileFeature const * feature_) : zoom(optional<float>()), feature(feature… in EvaluationContext()
30 EvaluationContext(float zoom_, GeometryTileFeature const * feature_) : in EvaluationContext()
33 …EvaluationContext(optional<float> zoom_, GeometryTileFeature const * feature_, optional<double> he… in EvaluationContext()
38 GeometryTileFeature const * feature;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dproperties.hpp14 class GeometryTileFeature;
146 static T evaluate(float, const GeometryTileFeature&, const T& t, const T&) { in evaluate() argument
151 static T evaluate(float z, const GeometryTileFeature& feature, in evaluate()
163 auto evaluate(float z, const GeometryTileFeature& feature) const { in evaluate()
167 Evaluated evaluate(float z, const GeometryTileFeature& feature) const { in evaluate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_data.hpp40 class GeometryTileFeature { class
42 virtual ~GeometryTileFeature() = default;
57 virtual std::unique_ptr<GeometryTileFeature> getFeature(std::size_t) const = 0;
79 Feature convertFeature(const GeometryTileFeature&, const CanonicalTileID&);
H A Dvector_tile_data.hpp12 class VectorTileFeature : public GeometryTileFeature {
31 std::unique_ptr<GeometryTileFeature> getFeature(std::size_t i) const override;
H A Dgeojson_tile_data.hpp8 class GeoJSONTileFeature : public GeometryTileFeature {
58 std::unique_ptr<GeometryTileFeature> getFeature(std::size_t i) const override { in getFeature()
H A Dgeometry_tile_data.cpp102 static Feature::geometry_type convertGeometry(const GeometryTileFeature& geometryTileFeature, const… in convertGeometry()
176 Feature convertFeature(const GeometryTileFeature& geometryTileFeature, const CanonicalTileID& tileI… in convertFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.hpp30 const GeometryTileFeature&,
45 float getLineWidth(const GeometryTileFeature&, const float) const;
H A Drender_fill_layer.hpp21 const GeometryTileFeature&,
H A Drender_circle_layer.hpp21 const GeometryTileFeature&,
H A Drender_fill_extrusion_layer.hpp23 const GeometryTileFeature&,
H A Drender_heatmap_layer.hpp23 const GeometryTileFeature&,
H A Drender_line_layer.cpp181 const GeometryTileFeature& feature, in queryIntersectsFeature()
210 float RenderLineLayer::getLineWidth(const GeometryTileFeature& feature, const float zoom) const { in getLineWidth()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_binder.hpp83 virtual void populateVertexVector(const GeometryTileFeature& feature, std::size_t length) = 0;
104 void populateVertexVector(const GeometryTileFeature&, std::size_t) override {} in populateVertexVector() argument
138 void populateVertexVector(const GeometryTileFeature& feature, std::size_t length) override { in populateVertexVector()
196 void populateVertexVector(const GeometryTileFeature& feature, std::size_t length) override { in populateVertexVector()
298 void populateVertexVectors(const GeometryTileFeature& feature, std::size_t length) { in populateVertexVectors()
H A Dbucket.hpp43 virtual void addFeature(const GeometryTileFeature&, in addFeature() argument
H A Drender_layer.hpp72 const GeometryTileFeature&, in queryIntersectsFeature() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_tile.hpp23 class AnnotationTileFeature : public GeometryTileFeature {
44 std::unique_ptr<GeometryTileFeature> getFeature(std::size_t i) const override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.hpp24 void addFeature(const GeometryTileFeature&,
44 void addGeometry(const GeometryCoordinates&, const GeometryTileFeature&);
H A Dcircle_bucket.hpp20 void addFeature(const GeometryTileFeature&,
H A Dheatmap_bucket.hpp20 void addFeature(const GeometryTileFeature&,
H A Dfill_extrusion_bucket.hpp19 void addFeature(const GeometryTileFeature&,
H A Dfill_bucket.hpp21 void addFeature(const GeometryTileFeature&,
H A Dheatmap_bucket.cpp41 void HeatmapBucket::addFeature(const GeometryTileFeature& feature, in addFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.hpp122 virtual Range<float> getVertexSizeData(const GeometryTileFeature& feature) = 0;
155 Range<float> getVertexSizeData(const GeometryTileFeature&) override { return { 0.0f, 0.0f }; }; in getVertexSizeData() argument
197 Range<float> getVertexSizeData(const GeometryTileFeature& feature) override { in getVertexSizeData()
221 Range<float> getVertexSizeData(const GeometryTileFeature& feature) override { in getVertexSizeData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dexpression.cpp9 class GeoJSONFeature : public GeometryTileFeature {

12