Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_vector_source.cpp14 RenderVectorSource::RenderVectorSource(Immutable<style::VectorSource::Impl> impl_) in RenderVectorSource() function in mbgl::RenderVectorSource
19 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 …]
H A Drender_vector_source.hpp9 class RenderVectorSource : public RenderSource { class
11 RenderVectorSource(Immutable<style::VectorSource::Impl>);
47 inline bool RenderSource::is<RenderVectorSource>() const { in is()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_source.cpp20 return std::make_unique<RenderVectorSource>(staticImmutableCast<VectorSource::Impl>(impl)); in create()