Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp279 auto tryFindFontDescriptor = [&fullName, &result](const std::unordered_map<std::string, in GetFontDescSharedPtrByFullName() local
288 if ((fontType & TextEngine::FontParser::SystemFontType::GENERIC) && tryFindFontDescriptor(fullNameMap_)) { in GetFontDescSharedPtrByFullName()
291 if ((fontType & TextEngine::FontParser::SystemFontType::STYLISH) && tryFindFontDescriptor(stylishFullNameMap_)) { in GetFontDescSharedPtrByFullName()

Completed in 1 milliseconds