Home
last modified time | relevance | path

Searched refs:RenderRasterDEMSource (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_raster_dem_source.cpp13 RenderRasterDEMSource::RenderRasterDEMSource(Immutable<style::RasterSource::Impl> impl_) in RenderRasterDEMSource() function in mbgl::RenderRasterDEMSource
18 const style::RasterSource::Impl& RenderRasterDEMSource::impl() const { in impl()
22 bool RenderRasterDEMSource::isLoaded() const { in isLoaded()
26 void RenderRasterDEMSource::update(Immutable<style::Source::Impl> baseImpl_, in update()
65 void RenderRasterDEMSource::onTileChanged(Tile& tile){ in onTileChanged()
132 void RenderRasterDEMSource::startRender(PaintParameters& parameters) { in startRender()
137 void RenderRasterDEMSource::finishRender(PaintParameters& parameters) { in finishRender()
141 std::vector<std::reference_wrapper<RenderTile>> RenderRasterDEMSource::getRenderTiles() { in getRenderTiles()
146 RenderRasterDEMSource::queryRenderedFeatures(const ScreenLineString&, in queryRenderedFeatures()
154 std::vector<Feature> RenderRasterDEMSource::querySourceFeatures(const SourceQueryOptions&) const { in querySourceFeatures()
[all …]
H A Drender_raster_dem_source.hpp9 class RenderRasterDEMSource : public RenderSource { class
11 RenderRasterDEMSource(Immutable<style::RasterSource::Impl>);
55 inline bool RenderSource::is<RenderRasterDEMSource>() const { in is()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_hillshade_layer.cpp63 RenderRasterDEMSource* demsrc = dynamic_cast<RenderRasterDEMSource*>(src); in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_source.cpp24 … return std::make_unique<RenderRasterDEMSource>(staticImmutableCast<RasterSource::Impl>(impl)); in create()