Home
last modified time | relevance | path

Searched refs:RenderAnnotationSource (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Drender_annotation_source.cpp13 RenderAnnotationSource::RenderAnnotationSource(Immutable<AnnotationSource::Impl> impl_) in RenderAnnotationSource() function in mbgl::RenderAnnotationSource
18 const AnnotationSource::Impl& RenderAnnotationSource::impl() const { in impl()
22 bool RenderAnnotationSource::isLoaded() const { in isLoaded()
26 void RenderAnnotationSource::update(Immutable<style::Source::Impl> baseImpl_, in update()
50 void RenderAnnotationSource::startRender(PaintParameters& parameters) { in startRender()
55 void RenderAnnotationSource::finishRender(PaintParameters& parameters) { in finishRender()
59 std::vector<std::reference_wrapper<RenderTile>> RenderAnnotationSource::getRenderTiles() { in getRenderTiles()
64 RenderAnnotationSource::queryRenderedFeatures(const ScreenLineString& geometry, in queryRenderedFeatures()
72 std::vector<Feature> RenderAnnotationSource::querySourceFeatures(const SourceQueryOptions&) const { in querySourceFeatures()
76 void RenderAnnotationSource::reduceMemoryUse() { in reduceMemoryUse()
[all …]
H A Drender_annotation_source.hpp9 class RenderAnnotationSource : public RenderSource { class
11 RenderAnnotationSource(Immutable<AnnotationSource::Impl>);
46 inline bool RenderSource::is<RenderAnnotationSource>() const { in is()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_source.cpp31 …return std::make_unique<RenderAnnotationSource>(staticImmutableCast<AnnotationSource::Impl>(impl)); in create()