Home
last modified time | relevance | path

Searched refs:FontCollectionType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dobject_mgr.h63 using FontCollectionType = rosen::FontCollection; variable
65 using FontCollectionType = ::OHOS::Rosen::FontCollection; variable
68 void Insert(void* key, std::shared_ptr<FontCollectionType> fontCollection);
69 std::shared_ptr<FontCollectionType> Find(void* key);
75 std::unordered_map<void*, std::shared_ptr<FontCollectionType>> collections_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dobject_mgr.cpp77 void FontCollectionMgr::Insert(void* key, std::shared_ptr<FontCollectionType> fontCollection) in Insert()
83 std::shared_ptr<FontCollectionMgr::FontCollectionType> FontCollectionMgr::Find(void* key) in Find()