Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dfill_annotation_impl.cpp10 FillAnnotationImpl::FillAnnotationImpl(AnnotationID id_, FillAnnotation annotation_) in FillAnnotationImpl() argument
12 …eAnnotationGeometry::visit(annotation_.geometry, CloseShapeAnnotation{}), annotation_.opacity, ann… in FillAnnotationImpl()
H A Dline_annotation_impl.cpp10 LineAnnotationImpl::LineAnnotationImpl(AnnotationID id_, LineAnnotation annotation_) in LineAnnotationImpl() argument
12 …eAnnotationGeometry::visit(annotation_.geometry, CloseShapeAnnotation{}), annotation_.opacity, ann… in LineAnnotationImpl()
H A Dsymbol_annotation_impl.cpp9 SymbolAnnotationImpl::SymbolAnnotationImpl(AnnotationID id_, SymbolAnnotation annotation_) in SymbolAnnotationImpl() argument
11 annotation(std::move(annotation_)) { in SymbolAnnotationImpl()
H A Dannotation_manager.cpp41 Annotation::visit(annotation, [&] (const auto& annotation_) { in addAnnotation() argument
42 this->add(id, annotation_); in addAnnotation()
50 Annotation::visit(annotation, [&] (const auto& annotation_) { in updateAnnotation() argument
51 this->update(id, annotation_); in updateAnnotation()