Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_mgr.cpp22 FontDescriptorMgr& FontDescriptorMgr::GetInstance() in GetInstance()
24 static FontDescriptorMgr instance; in GetInstance()
28 FontDescriptorMgr::FontDescriptorMgr() in FontDescriptorMgr() function in OHOS::Rosen::FontDescriptorMgr
33 FontDescriptorMgr::~FontDescriptorMgr() {} in ~FontDescriptorMgr()
35 void FontDescriptorMgr::ParseAllFontSource() in ParseAllFontSource()
42 void FontDescriptorMgr::ClearFontFileCache() in ClearFontFileCache()
48 void FontDescriptorMgr::GetFontDescSharedPtrByFullName(const std::string& fullName, in GetFontDescSharedPtrByFullName()
55 void FontDescriptorMgr::GetSystemFontFullNamesByType( in GetSystemFontFullNamesByType()
H A Dfont_descriptor_mgr.h31 class FontDescriptorMgr {
33 static FontDescriptorMgr& GetInstance();
34 virtual ~FontDescriptorMgr();
37 DISALLOW_COPY_AND_MOVE(FontDescriptorMgr);
47 FontDescriptorMgr();
53 #define FontDescriptorMgrInstance OHOS::Rosen::FontDescriptorMgr::GetInstance()