Home
last modified time | relevance | path

Searched refs:SourceQueryOptions (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/renderer/
H A Dquery.hpp30 class SourceQueryOptions { class
32 SourceQueryOptions(optional<std::vector<std::string>> sourceLayers_ = {}, in SourceQueryOptions() function in mbgl::SourceQueryOptions
H A Drenderer.hpp21 class SourceQueryOptions;
42 …std::vector<Feature> querySourceFeatures(const std::string& sourceID, const SourceQueryOptions& op…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dtile_pyramid.hpp26 class SourceQueryOptions;
61 std::vector<Feature> querySourceFeatures(const SourceQueryOptions&) const;
H A Drender_source.hpp23 class SourceQueryOptions;
71 querySourceFeatures(const SourceQueryOptions&) const = 0;
H A Drenderer_impl.hpp29 class SourceQueryOptions;
53 …std::vector<Feature> querySourceFeatures(const std::string& sourceID, const SourceQueryOptions&) c…
H A Drenderer.cpp89 …> Renderer::querySourceFeatures(const std::string& sourceID, const SourceQueryOptions& options) co… in querySourceFeatures()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile.hpp28 class SourceQueryOptions;
71 const SourceQueryOptions&);
H A Dgeometry_tile.hpp20 class SourceQueryOptions;
61 const SourceQueryOptions&) override;
H A Dgeojson_tile.hpp21 const SourceQueryOptions&) override;
H A Dcustom_geometry_tile.hpp33 const SourceQueryOptions&) override;
H A Dtile.cpp49 const SourceQueryOptions&) {} in querySourceFeatures() argument
H A Dgeojson_tile.cpp22 const SourceQueryOptions& options) { in querySourceFeatures()
H A Dcustom_geometry_tile.cpp70 const SourceQueryOptions& queryOptions) { in 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
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_custom_geometry_source.cpp75 std::vector<Feature> RenderCustomGeometrySource::querySourceFeatures(const SourceQueryOptions& opti… in querySourceFeatures()
H A Drender_raster_source.cpp84 std::vector<Feature> RenderRasterSource::querySourceFeatures(const SourceQueryOptions&) const { in querySourceFeatures()
H A Drender_vector_source.cpp88 std::vector<Feature> RenderVectorSource::querySourceFeatures(const SourceQueryOptions& options) con… in querySourceFeatures()
H A Drender_geojson_source.cpp93 std::vector<Feature> RenderGeoJSONSource::querySourceFeatures(const SourceQueryOptions& options) co… in querySourceFeatures()

12