Searched refs:RenderAnnotationSource (Results 1 – 3 of 3) sorted by relevance
13 RenderAnnotationSource::RenderAnnotationSource(Immutable<AnnotationSource::Impl> impl_) in RenderAnnotationSource() function in mbgl::RenderAnnotationSource18 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 …]
9 class RenderAnnotationSource : public RenderSource { class11 RenderAnnotationSource(Immutable<AnnotationSource::Impl>);46 inline bool RenderSource::is<RenderAnnotationSource>() const { in is()
31 …return std::make_unique<RenderAnnotationSource>(staticImmutableCast<AnnotationSource::Impl>(impl)); in create()