| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/ |
| H A D | tile.hpp | 57 this->addFeature(g, props, id); in InternalTile() 69 addFeature(const vt_point& point, const property_map& props, const optional<identifier>& id) { in addFeature() function in mapbox::geojsonvt::detail::InternalTile 73 void addFeature(const vt_line_string& line, in addFeature() function in mapbox::geojsonvt::detail::InternalTile 81 void addFeature(const vt_polygon& polygon, in addFeature() function in mapbox::geojsonvt::detail::InternalTile 89 void addFeature(const vt_geometry_collection& collection, in addFeature() function in mapbox::geojsonvt::detail::InternalTile 95 this->addFeature(g, props, id); in addFeature() 101 void addFeature(const T& multi, const property_map& props, const optional<identifier>& id) { in addFeature() function in mapbox::geojsonvt::detail::InternalTile
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/ |
| H A D | feature_index.cpp | 76 …addFeature(result, indexedFeature, queryOptions, tileID.canonical, layers, queryGeometry, transfor… in query() 115 …addFeature(result, symbolFeature, queryOptions, tileID.canonical, layers, GeometryCoordinates(), {… in lookupSymbolFeatures() 120 void FeatureIndex::addFeature( in addFeature() function in mbgl::FeatureIndex
|
| H A D | feature_index.hpp | 87 void addFeature(
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | bucket.hpp | 43 virtual void addFeature(const GeometryTileFeature&, in addFeature() function in mbgl::Bucket
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| 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 | line_bucket.hpp | 24 void addFeature(const GeometryTileFeature&,
|
| H A D | heatmap_bucket.cpp | 41 void HeatmapBucket::addFeature(const GeometryTileFeature& feature, in addFeature() function in mbgl::HeatmapBucket
|
| H A D | circle_bucket.cpp | 41 void CircleBucket::addFeature(const GeometryTileFeature& feature, in addFeature() function in mbgl::CircleBucket
|
| H A D | fill_bucket.cpp | 42 void FillBucket::addFeature(const GeometryTileFeature& feature, in addFeature() function in mbgl::FillBucket
|
| H A D | fill_extrusion_bucket.cpp | 48 void FillExtrusionBucket::addFeature(const GeometryTileFeature& feature, in addFeature() function in mbgl::FillExtrusionBucket
|
| H A D | line_bucket.cpp | 31 void LineBucket::addFeature(const GeometryTileFeature& feature, in addFeature() function in mbgl::LineBucket
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/ |
| H A D | symbol_annotation_impl.cpp | 21 …layer.addFeature(id, FeatureType::Point, GeometryCollection {{ {{ tilePoint }} }}, featureProperti… in updateLayer()
|
| H A D | annotation_tile.hpp | 47 void addFeature(const AnnotationID,
|
| H A D | shape_annotation_impl.cpp | 58 layer->addFeature(id, featureType, renderGeometry); in updateTileData()
|
| H A D | annotation_tile.cpp | 90 void AnnotationTileLayer::addFeature(const AnnotationID id, in addFeature() function in mbgl::AnnotationTileLayer
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_layout.hpp | 50 void addFeature(const size_t,
|
| H A D | symbol_layout.cpp | 228 …addFeature(std::distance(features.begin(), it), feature, shapedTextOrientations, shapedIcon, glyph… in prepare() 237 void SymbolLayout::addFeature(const std::size_t layoutFeatureIndex, in addFeature() function in mbgl::SymbolLayout
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geometry_tile_worker.cpp | 383 bucket->addFeature(*feature, geometries); in parse()
|