| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/ |
| H A D | render_custom_geometry_source.cpp | 75 std::vector<Feature> RenderCustomGeometrySource::querySourceFeatures(const SourceQueryOptions& opti… in querySourceFeatures() function in mbgl::RenderCustomGeometrySource 76 return tilePyramid.querySourceFeatures(options); in querySourceFeatures()
|
| H A D | render_vector_source.cpp | 88 std::vector<Feature> RenderVectorSource::querySourceFeatures(const SourceQueryOptions& options) con… in querySourceFeatures() function in mbgl::RenderVectorSource 89 return tilePyramid.querySourceFeatures(options); in querySourceFeatures()
|
| H A D | render_geojson_source.cpp | 93 std::vector<Feature> RenderGeoJSONSource::querySourceFeatures(const SourceQueryOptions& options) co… in querySourceFeatures() function in mbgl::RenderGeoJSONSource 94 return tilePyramid.querySourceFeatures(options); in querySourceFeatures()
|
| H A D | render_vector_source.hpp | 34 querySourceFeatures(const SourceQueryOptions&) const final;
|
| H A D | render_raster_source.hpp | 34 querySourceFeatures(const SourceQueryOptions&) const final;
|
| H A D | render_custom_geometry_source.hpp | 34 querySourceFeatures(const SourceQueryOptions&) const final;
|
| H A D | render_raster_dem_source.hpp | 34 querySourceFeatures(const SourceQueryOptions&) const final;
|
| H A D | render_geojson_source.hpp | 38 querySourceFeatures(const SourceQueryOptions&) const final;
|
| H A D | render_image_source.hpp | 38 std::vector<Feature> querySourceFeatures(const SourceQueryOptions&) const final;
|
| H A D | render_raster_source.cpp | 84 std::vector<Feature> RenderRasterSource::querySourceFeatures(const SourceQueryOptions&) const { in querySourceFeatures() function in mbgl::RenderRasterSource
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | renderer.cpp | 89 std::vector<Feature> Renderer::querySourceFeatures(const std::string& sourceID, const SourceQueryOp… in querySourceFeatures() function in mbgl::Renderer 90 return impl->querySourceFeatures(sourceID, options); in querySourceFeatures()
|
| H A D | tile_pyramid.hpp | 61 std::vector<Feature> querySourceFeatures(const SourceQueryOptions&) const;
|
| H A D | render_source.hpp | 71 querySourceFeatures(const SourceQueryOptions&) const = 0;
|
| H A D | tile_pyramid.cpp | 340 std::vector<Feature> TilePyramid::querySourceFeatures(const SourceQueryOptions& options) const { in querySourceFeatures() function in mbgl::TilePyramid 344 pair.second->querySourceFeatures(result, options); in querySourceFeatures()
|
| H A D | renderer_impl.hpp | 53 …std::vector<Feature> querySourceFeatures(const std::string& sourceID, const SourceQueryOptions&) c…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geojson_tile.hpp | 19 void querySourceFeatures(
|
| H A D | custom_geometry_tile.hpp | 31 void querySourceFeatures(
|
| H A D | tile.cpp | 47 void Tile::querySourceFeatures( in querySourceFeatures() function in mbgl::Tile
|
| H A D | geojson_tile.cpp | 20 void GeoJSONTile::querySourceFeatures( in querySourceFeatures() function in mbgl::GeoJSONTile
|
| H A D | tile.hpp | 69 virtual void querySourceFeatures(
|
| H A D | custom_geometry_tile.cpp | 68 void CustomGeometryTile::querySourceFeatures( in querySourceFeatures() function in mbgl::CustomGeometryTile
|
| H A D | geometry_tile.hpp | 59 void querySourceFeatures(
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/ |
| H A D | render_annotation_source.hpp | 34 querySourceFeatures(const SourceQueryOptions&) const final;
|
| H A D | render_annotation_source.cpp | 72 std::vector<Feature> RenderAnnotationSource::querySourceFeatures(const SourceQueryOptions&) const { in querySourceFeatures() function in mbgl::RenderAnnotationSource
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/renderer/ |
| H A D | renderer.hpp | 42 …std::vector<Feature> querySourceFeatures(const std::string& sourceID, const SourceQueryOptions& op…
|