Home
last modified time | relevance | path

Searched refs:RenderImageSource (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_image_source.cpp19 RenderImageSource::RenderImageSource(Immutable<style::ImageSource::Impl> impl_) in RenderImageSource() function in mbgl::RenderImageSource
23 RenderImageSource::~RenderImageSource() = default;
25 const style::ImageSource::Impl& RenderImageSource::impl() const { in impl()
29 bool RenderImageSource::isLoaded() const { in isLoaded()
33 void RenderImageSource::startRender(PaintParameters& parameters) { in startRender()
53 void RenderImageSource::finishRender(PaintParameters& parameters) { in finishRender()
92 RenderImageSource::queryRenderedFeatures(const ScreenLineString&, in queryRenderedFeatures()
100 std::vector<Feature> RenderImageSource::querySourceFeatures(const SourceQueryOptions&) const { in querySourceFeatures()
104 void RenderImageSource::update(Immutable<style::Source::Impl> baseImpl_, in update()
216 void RenderImageSource::dumpDebugLogs() const { in dumpDebugLogs()
H A Drender_image_source.hpp11 class RenderImageSource : public RenderSource { class
13 RenderImageSource(Immutable<style::ImageSource::Impl>);
14 ~RenderImageSource() override;
55 inline bool RenderSource::is<RenderImageSource>() const { in is()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_raster_layer.cpp128 if (RenderImageSource* imageSource = source->as<RenderImageSource>()) { in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_source.cpp33 return std::make_unique<RenderImageSource>(staticImmutableCast<ImageSource::Impl>(impl)); in create()