Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp302 bool FontDescriptorCache::HandleMapIntersection(std::set<FontDescSharedPtr>& finishRet, const std::string& name, in HandleMapIntersection() function in OHOS::Rosen::FontDescriptorCache
490 TEXT_INFO_CHECK(HandleMapIntersection(finishRet, desc->fontFamily, fontFamilyMap_), return, in MatchFromFontDescriptor()
492 TEXT_INFO_CHECK(HandleMapIntersection(finishRet, desc->fullName, fullNameMap_), return, "Failed to match fullName"); in MatchFromFontDescriptor()
493 TEXT_INFO_CHECK(HandleMapIntersection(finishRet, desc->postScriptName, postScriptNameMap_), return, in MatchFromFontDescriptor()
495 TEXT_INFO_CHECK(HandleMapIntersection(finishRet, desc->fontSubfamily, fontSubfamilyNameMap_), return, in MatchFromFontDescriptor()
H A Dfont_descriptor_cache.h52 bool HandleMapIntersection(std::set<FontDescSharedPtr>& finishRet, const std::string& name,

Completed in 1 milliseconds