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 D | fill_annotation_impl.cpp | 10 FillAnnotationImpl::FillAnnotationImpl(AnnotationID id_, FillAnnotation annotation_) in FillAnnotationImpl() argument 12 …eAnnotationGeometry::visit(annotation_.geometry, CloseShapeAnnotation{}), annotation_.opacity, ann… in FillAnnotationImpl()
|
| H A D | line_annotation_impl.cpp | 10 LineAnnotationImpl::LineAnnotationImpl(AnnotationID id_, LineAnnotation annotation_) in LineAnnotationImpl() argument 12 …eAnnotationGeometry::visit(annotation_.geometry, CloseShapeAnnotation{}), annotation_.opacity, ann… in LineAnnotationImpl()
|
| H A D | symbol_annotation_impl.cpp | 9 SymbolAnnotationImpl::SymbolAnnotationImpl(AnnotationID id_, SymbolAnnotation annotation_) in SymbolAnnotationImpl() argument 11 annotation(std::move(annotation_)) { in SymbolAnnotationImpl()
|
| H A D | annotation_manager.cpp | 41 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()
|