Home
last modified time | relevance | path

Searched refs:querySourceFeatures (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_custom_geometry_source.cpp75 std::vector<Feature> RenderCustomGeometrySource::querySourceFeatures(const SourceQueryOptions& opti… in querySourceFeatures() function in mbgl::RenderCustomGeometrySource
76 return tilePyramid.querySourceFeatures(options); in querySourceFeatures()
H A Drender_vector_source.cpp88 std::vector<Feature> RenderVectorSource::querySourceFeatures(const SourceQueryOptions& options) con… in querySourceFeatures() function in mbgl::RenderVectorSource
89 return tilePyramid.querySourceFeatures(options); in querySourceFeatures()
H A Drender_geojson_source.cpp93 std::vector<Feature> RenderGeoJSONSource::querySourceFeatures(const SourceQueryOptions& options) co… in querySourceFeatures() function in mbgl::RenderGeoJSONSource
94 return tilePyramid.querySourceFeatures(options); in querySourceFeatures()
H A Drender_vector_source.hpp34 querySourceFeatures(const SourceQueryOptions&) const final;
H A Drender_raster_source.hpp34 querySourceFeatures(const SourceQueryOptions&) const final;
H A Drender_custom_geometry_source.hpp34 querySourceFeatures(const SourceQueryOptions&) const final;
H A Drender_raster_dem_source.hpp34 querySourceFeatures(const SourceQueryOptions&) const final;
H A Drender_geojson_source.hpp38 querySourceFeatures(const SourceQueryOptions&) const final;
H A Drender_image_source.hpp38 std::vector<Feature> querySourceFeatures(const SourceQueryOptions&) const final;
H A Drender_raster_source.cpp84 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 Drenderer.cpp89 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 Dtile_pyramid.hpp61 std::vector<Feature> querySourceFeatures(const SourceQueryOptions&) const;
H A Drender_source.hpp71 querySourceFeatures(const SourceQueryOptions&) const = 0;
H A Dtile_pyramid.cpp340 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 Drenderer_impl.hpp53 …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 Dgeojson_tile.hpp19 void querySourceFeatures(
H A Dcustom_geometry_tile.hpp31 void querySourceFeatures(
H A Dtile.cpp47 void Tile::querySourceFeatures( in querySourceFeatures() function in mbgl::Tile
H A Dgeojson_tile.cpp20 void GeoJSONTile::querySourceFeatures( in querySourceFeatures() function in mbgl::GeoJSONTile
H A Dtile.hpp69 virtual void querySourceFeatures(
H A Dcustom_geometry_tile.cpp68 void CustomGeometryTile::querySourceFeatures( in querySourceFeatures() function in mbgl::CustomGeometryTile
H A Dgeometry_tile.hpp59 void querySourceFeatures(
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Drender_annotation_source.hpp34 querySourceFeatures(const SourceQueryOptions&) const final;
H A Drender_annotation_source.cpp72 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 Drenderer.hpp42 …std::vector<Feature> querySourceFeatures(const std::string& sourceID, const SourceQueryOptions& op…

12