Home
last modified time | relevance | path

Searched refs:RenderGeoJSONSource (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_geojson_source.cpp14 RenderGeoJSONSource::RenderGeoJSONSource(Immutable<style::GeoJSONSource::Impl> impl_) in RenderGeoJSONSource() function in mbgl::RenderGeoJSONSource
19 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 …]
H A Drender_geojson_source.hpp13 class RenderGeoJSONSource : public RenderSource { class
15 RenderGeoJSONSource(Immutable<style::GeoJSONSource::Impl>);
51 inline bool RenderSource::is<RenderGeoJSONSource>() const { in is()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_source.cpp26 … return std::make_unique<RenderGeoJSONSource>(staticImmutableCast<GeoJSONSource::Impl>(impl)); in create()