Searched refs:fullNameMap_ (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_descriptor_cache.cpp | 45 fullNameMap_.clear(); in ClearFontFileCache() 142 handleMapScatter(fullNameMap_, desc->fullName); in FontDescriptorScatter() 288 if ((fontType & TextEngine::FontParser::SystemFontType::GENERIC) && tryFindFontDescriptor(fullNameMap_)) { in GetFontDescSharedPtrByFullName() 492 TEXT_INFO_CHECK(HandleMapIntersection(finishRet, desc->fullName, fullNameMap_), return, "Failed to match fullName"); in MatchFromFontDescriptor() 511 allFontDescriptor_.size(), fontFamilyMap_.size(), fullNameMap_.size(), postScriptNameMap_.size(), in Dump()
|
H A D | font_descriptor_cache.h | 75 std::unordered_map<std::string, std::set<FontDescSharedPtr>> fullNameMap_; member in OHOS::Rosen::FontDescriptorCache
|
Completed in 2 milliseconds