Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_mgr.cpp38 descCache_.ParserSystemFonts(); in ParseAllFontSource()
39 descCache_.ParserStylishFonts(); in ParseAllFontSource()
45 descCache_.ClearFontFileCache(); in ClearFontFileCache()
52 descCache_.GetFontDescSharedPtrByFullName(fullName, systemFontType, result); in GetFontDescSharedPtrByFullName()
59 descCache_.GetSystemFontFullNamesByType(systemFontType, fontList); in GetSystemFontFullNamesByType()
H A Dfont_descriptor_mgr.h49 FontDescriptorCache descCache_; variable