Home
last modified time | relevance | path

Searched refs:stylishFullNameMap_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp52 stylishFullNameMap_.clear(); in ClearFontFileCache()
70 stylishFullNameMap_[descriptorPtr->fullName].emplace(descriptorPtr); in ParserStylishFonts()
178 for (const auto& temp : stylishFullNameMap_) { in GetStylishFontList()
291 if ((fontType & TextEngine::FontParser::SystemFontType::STYLISH) && tryFindFontDescriptor(stylishFullNameMap_)) { in GetFontDescSharedPtrByFullName()
H A Dfont_descriptor_cache.h83 std::unordered_map<std::string, std::set<FontDescSharedPtr>> stylishFullNameMap_; member in OHOS::Rosen::FontDescriptorCache

Completed in 2 milliseconds