Home
last modified time | relevance | path

Searched refs:ShapeAnnotationImpl (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dshape_annotation_impl.hpp18 class ShapeAnnotationImpl { class
20 ShapeAnnotationImpl(const AnnotationID);
21 virtual ~ShapeAnnotationImpl() = default;
H A Dshape_annotation_impl.cpp16 ShapeAnnotationImpl::ShapeAnnotationImpl(const AnnotationID id_) in ShapeAnnotationImpl() function in mbgl::ShapeAnnotationImpl
21 void ShapeAnnotationImpl::updateTileData(const CanonicalTileID& tileID, AnnotationTileData& data) { in updateTileData()
H A Dannotation_manager.hpp20 class ShapeAnnotationImpl;
78 using ShapeAnnotationMap = std::map<AnnotationID, std::unique_ptr<ShapeAnnotationImpl>>;
H A Dfill_annotation_impl.hpp8 class FillAnnotationImpl : public ShapeAnnotationImpl {
H A Dline_annotation_impl.hpp8 class LineAnnotationImpl : public ShapeAnnotationImpl {
H A Dfill_annotation_impl.cpp11 : ShapeAnnotationImpl(id_), in FillAnnotationImpl()
H A Dline_annotation_impl.cpp11 : ShapeAnnotationImpl(id_), in LineAnnotationImpl()
H A Dannotation_manager.cpp69 ShapeAnnotationImpl& impl = *shapeAnnotations.emplace(id, in add()
75 ShapeAnnotationImpl& impl = *shapeAnnotations.emplace(id, in add()