Home
last modified time | relevance | path

Searched refs:FillAnnotation (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/annotation/
H A Dannotation.hpp51 class FillAnnotation { class
53 FillAnnotation(ShapeAnnotationGeometry geometry_, in FillAnnotation() function in mbgl::FillAnnotation
71 FillAnnotation>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dfill_annotation_impl.hpp10 FillAnnotationImpl(AnnotationID, FillAnnotation);
16 const FillAnnotation annotation;
H A Dannotation_manager.hpp54 void add(const AnnotationID&, const FillAnnotation&);
58 void update(const AnnotationID&, const FillAnnotation&);
H A Dfill_annotation_impl.cpp10 FillAnnotationImpl::FillAnnotationImpl(AnnotationID id_, FillAnnotation annotation_) in FillAnnotationImpl()
H A Dannotation_manager.cpp74 void AnnotationManager::add(const AnnotationID& id, const FillAnnotation& annotation) { in add()
109 void AnnotationManager::update(const AnnotationID& id, const FillAnnotation& annotation) { in update()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapbox.hpp84 struct Q_MAPBOXGL_EXPORT FillAnnotation { struct
86FillAnnotation(const ShapeAnnotationGeometry& geometry_ = ShapeAnnotationGeometry(), float opacity… in FillAnnotation() argument
141 Q_DECLARE_METATYPE(QMapbox::FillAnnotation);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp931 } else if (annotation.canConvert<QMapbox::FillAnnotation>()) { in asMapboxGLAnnotation()
932 QMapbox::FillAnnotation fillAnnotation = annotation.value<QMapbox::FillAnnotation>(); in asMapboxGLAnnotation()
936 …return { mbgl::FillAnnotation(asMapboxGLGeometry(fillAnnotation.geometry), fillAnnotation.opacity,… in asMapboxGLAnnotation()
938 …return { mbgl::FillAnnotation(asMapboxGLGeometry(fillAnnotation.geometry), fillAnnotation.opacity,… in asMapboxGLAnnotation()