Home
last modified time | relevance | path

Searched refs:AnnotationSource (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_source.cpp8 AnnotationSource::AnnotationSource() in AnnotationSource() function in mbgl::AnnotationSource
12 AnnotationSource::Impl::Impl() in Impl()
16 void AnnotationSource::loadDescription(FileSource&) { in loadDescription()
20 optional<std::string> AnnotationSource::Impl::getAttribution() const { in getAttribution()
H A Dannotation_source.hpp8 class AnnotationSource : public style::Source { class
10 AnnotationSource();
21 class AnnotationSource::Impl : public style::Source::Impl {
H A Drender_annotation_source.cpp13 RenderAnnotationSource::RenderAnnotationSource(Immutable<AnnotationSource::Impl> impl_) in RenderAnnotationSource()
18 const AnnotationSource::Impl& RenderAnnotationSource::impl() const { in impl()
19 return static_cast<const AnnotationSource::Impl&>(*baseImpl); in impl()
H A Drender_annotation_source.hpp11 RenderAnnotationSource(Immutable<AnnotationSource::Impl>);
40 const AnnotationSource::Impl& impl() const;
H A Dannotation_manager.cpp160 style.get().impl->addSource(std::make_unique<AnnotationSource>()); in updateStyle()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_source.cpp31 …return std::make_unique<RenderAnnotationSource>(staticImmutableCast<AnnotationSource::Impl>(impl)); in create()