Searched refs:ShapeAnnotationImpl (Results 1 – 8 of 8) sorted by relevance
18 class ShapeAnnotationImpl { class20 ShapeAnnotationImpl(const AnnotationID);21 virtual ~ShapeAnnotationImpl() = default;
16 ShapeAnnotationImpl::ShapeAnnotationImpl(const AnnotationID id_) in ShapeAnnotationImpl() function in mbgl::ShapeAnnotationImpl21 void ShapeAnnotationImpl::updateTileData(const CanonicalTileID& tileID, AnnotationTileData& data) { in updateTileData()
20 class ShapeAnnotationImpl;78 using ShapeAnnotationMap = std::map<AnnotationID, std::unique_ptr<ShapeAnnotationImpl>>;
8 class FillAnnotationImpl : public ShapeAnnotationImpl {
8 class LineAnnotationImpl : public ShapeAnnotationImpl {
11 : ShapeAnnotationImpl(id_), in FillAnnotationImpl()
11 : ShapeAnnotationImpl(id_), in LineAnnotationImpl()
69 ShapeAnnotationImpl& impl = *shapeAnnotations.emplace(id, in add()75 ShapeAnnotationImpl& impl = *shapeAnnotations.emplace(id, in add()