Home
last modified time | relevance | path

Searched refs:ScreenLineString (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.hpp52 …std::vector<Feature> queryRenderedFeatures(const ScreenLineString&, const RenderedQueryOptions&) c…
54 std::vector<Feature> queryShapeAnnotations(const ScreenLineString&) const;
69 const ScreenLineString& geometry,
73 …std::vector<Feature> queryRenderedFeatures(const ScreenLineString&, const RenderedQueryOptions&, c…
H A Dtile_pyramid.hpp55 queryRenderedFeatures(const ScreenLineString& geometry,
H A Drender_source.hpp64 queryRenderedFeatures(const ScreenLineString& geometry,
H A Drenderer_impl.cpp658 std::vector<Feature> Renderer::Impl::queryRenderedFeatures(const ScreenLineString& geometry, const … in queryRenderedFeatures()
676 const ScreenLineString& geometry, in queryRenderedSymbols()
708 std::vector<Feature> Renderer::Impl::queryRenderedFeatures(const ScreenLineString& geometry, const … in queryRenderedFeatures()
748 std::vector<Feature> Renderer::Impl::queryShapeAnnotations(const ScreenLineString& geometry) const { in queryShapeAnnotations()
H A Drenderer.cpp36 std::vector<Feature> Renderer::queryRenderedFeatures(const ScreenLineString& geometry, const Render… in queryRenderedFeatures()
H A Dtile_pyramid.cpp281 …:string, std::vector<Feature>> TilePyramid::queryRenderedFeatures(const ScreenLineString& geometry, in queryRenderedFeatures()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Drender_annotation_source.hpp27 queryRenderedFeatures(const ScreenLineString& geometry,
H A Drender_annotation_source.cpp64 RenderAnnotationSource::queryRenderedFeatures(const ScreenLineString& geometry, in queryRenderedFeatures()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_vector_source.hpp27 queryRenderedFeatures(const ScreenLineString& geometry,
H A Drender_raster_source.hpp27 queryRenderedFeatures(const ScreenLineString& geometry,
H A Drender_custom_geometry_source.hpp27 queryRenderedFeatures(const ScreenLineString& geometry,
H A Drender_raster_dem_source.hpp27 queryRenderedFeatures(const ScreenLineString& geometry,
H A Drender_geojson_source.hpp31 queryRenderedFeatures(const ScreenLineString& geometry,
H A Drender_image_source.hpp32 queryRenderedFeatures(const ScreenLineString& geometry,
H A Drender_custom_geometry_source.cpp67 RenderCustomGeometrySource::queryRenderedFeatures(const ScreenLineString& geometry, in queryRenderedFeatures()
H A Drender_raster_source.cpp76 RenderRasterSource::queryRenderedFeatures(const ScreenLineString&, in queryRenderedFeatures() argument
H A Drender_vector_source.cpp80 RenderVectorSource::queryRenderedFeatures(const ScreenLineString& geometry, in queryRenderedFeatures()
H A Drender_geojson_source.cpp85 RenderGeoJSONSource::queryRenderedFeatures(const ScreenLineString& geometry, in queryRenderedFeatures()
H A Drender_raster_dem_source.cpp146 RenderRasterDEMSource::queryRenderedFeatures(const ScreenLineString&, in queryRenderedFeatures() argument
H A Drender_image_source.cpp92 RenderImageSource::queryRenderedFeatures(const ScreenLineString&, in queryRenderedFeatures() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/renderer/
H A Drenderer.hpp39 …std::vector<Feature> queryRenderedFeatures(const ScreenLineString&, const RenderedQueryOptions& op…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcollision_index.hpp33 …_map<uint32_t, std::vector<IndexedSubfeature>> queryRenderedSymbols(const ScreenLineString&) const;
H A Dcollision_index.cpp265 …ctor<IndexedSubfeature>> CollisionIndex::queryRenderedSymbols(const ScreenLineString& queryGeometr… in queryRenderedSymbols()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeo.hpp21 using ScreenLineString = mapbox::geometry::line_string<double>; typedef