| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_feature.hpp | 11 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 D | expression.hpp | 16 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 D | properties.hpp | 14 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 D | geometry_tile_data.hpp | 40 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 D | vector_tile_data.hpp | 12 class VectorTileFeature : public GeometryTileFeature { 31 std::unique_ptr<GeometryTileFeature> getFeature(std::size_t i) const override;
|
| H A D | geojson_tile_data.hpp | 8 class GeoJSONTileFeature : public GeometryTileFeature { 58 std::unique_ptr<GeometryTileFeature> getFeature(std::size_t i) const override { in getFeature()
|
| H A D | geometry_tile_data.cpp | 102 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 D | render_line_layer.hpp | 30 const GeometryTileFeature&, 45 float getLineWidth(const GeometryTileFeature&, const float) const;
|
| H A D | render_fill_layer.hpp | 21 const GeometryTileFeature&,
|
| H A D | render_circle_layer.hpp | 21 const GeometryTileFeature&,
|
| H A D | render_fill_extrusion_layer.hpp | 23 const GeometryTileFeature&,
|
| H A D | render_heatmap_layer.hpp | 23 const GeometryTileFeature&,
|
| H A D | render_line_layer.cpp | 181 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 D | paint_property_binder.hpp | 83 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 D | bucket.hpp | 43 virtual void addFeature(const GeometryTileFeature&, in addFeature() argument
|
| H A D | render_layer.hpp | 72 const GeometryTileFeature&, in queryIntersectsFeature() argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/ |
| H A D | annotation_tile.hpp | 23 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 D | line_bucket.hpp | 24 void addFeature(const GeometryTileFeature&, 44 void addGeometry(const GeometryCoordinates&, const GeometryTileFeature&);
|
| H A D | circle_bucket.hpp | 20 void addFeature(const GeometryTileFeature&,
|
| H A D | heatmap_bucket.hpp | 20 void addFeature(const GeometryTileFeature&,
|
| H A D | fill_extrusion_bucket.hpp | 19 void addFeature(const GeometryTileFeature&,
|
| H A D | fill_bucket.hpp | 21 void addFeature(const GeometryTileFeature&,
|
| H A D | heatmap_bucket.cpp | 41 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 D | symbol_program.hpp | 122 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 D | expression.cpp | 9 class GeoJSONFeature : public GeometryTileFeature {
|