Searched refs:RenderVectorSource (Results 1 – 3 of 3) sorted by relevance
14 RenderVectorSource::RenderVectorSource(Immutable<style::VectorSource::Impl> impl_) in RenderVectorSource() function in mbgl::RenderVectorSource19 const style::VectorSource::Impl& RenderVectorSource::impl() const { in impl()23 bool RenderVectorSource::isLoaded() const { in isLoaded()27 void RenderVectorSource::update(Immutable<style::Source::Impl> baseImpl_, in update()66 void RenderVectorSource::startRender(PaintParameters& parameters) { in startRender()71 void RenderVectorSource::finishRender(PaintParameters& parameters) { in finishRender()75 std::vector<std::reference_wrapper<RenderTile>> RenderVectorSource::getRenderTiles() { in getRenderTiles()80 RenderVectorSource::queryRenderedFeatures(const ScreenLineString& geometry, in queryRenderedFeatures()88 std::vector<Feature> RenderVectorSource::querySourceFeatures(const SourceQueryOptions& options) con… in querySourceFeatures()92 void RenderVectorSource::reduceMemoryUse() { in reduceMemoryUse()[all …]
9 class RenderVectorSource : public RenderSource { class11 RenderVectorSource(Immutable<style::VectorSource::Impl>);47 inline bool RenderSource::is<RenderVectorSource>() const { in is()
20 return std::make_unique<RenderVectorSource>(staticImmutableCast<VectorSource::Impl>(impl)); in create()