Searched refs:RenderGeoJSONSource (Results 1 – 3 of 3) sorted by relevance
14 RenderGeoJSONSource::RenderGeoJSONSource(Immutable<style::GeoJSONSource::Impl> impl_) in RenderGeoJSONSource() function in mbgl::RenderGeoJSONSource19 const style::GeoJSONSource::Impl& RenderGeoJSONSource::impl() const { in impl()23 bool RenderGeoJSONSource::isLoaded() const { in isLoaded()27 void RenderGeoJSONSource::update(Immutable<style::Source::Impl> baseImpl_, in update()71 void RenderGeoJSONSource::startRender(PaintParameters& parameters) { in startRender()76 void RenderGeoJSONSource::finishRender(PaintParameters& parameters) { in finishRender()80 std::vector<std::reference_wrapper<RenderTile>> RenderGeoJSONSource::getRenderTiles() { in getRenderTiles()85 RenderGeoJSONSource::queryRenderedFeatures(const ScreenLineString& geometry, in queryRenderedFeatures()93 std::vector<Feature> RenderGeoJSONSource::querySourceFeatures(const SourceQueryOptions& options) co… in querySourceFeatures()97 void RenderGeoJSONSource::reduceMemoryUse() { in reduceMemoryUse()[all …]
13 class RenderGeoJSONSource : public RenderSource { class15 RenderGeoJSONSource(Immutable<style::GeoJSONSource::Impl>);51 inline bool RenderSource::is<RenderGeoJSONSource>() const { in is()
26 … return std::make_unique<RenderGeoJSONSource>(staticImmutableCast<GeoJSONSource::Impl>(impl)); in create()