Searched defs:systemFontType (Results 1 – 5 of 5) sorted by relevance
49 const int32_t& systemFontType, FontDescSharedPtr& result) in GetFontDescSharedPtrByFullName()56 const int32_t &systemFontType, std::unordered_set<std::string> &fontList) in GetSystemFontFullNamesByType()
155 bool FontDescriptorCache::ProcessSystemFontType(const int32_t& systemFontType, int32_t& fontType) in ProcessSystemFontType()174 const int32_t &systemFontType, std::unordered_set<std::string> &fontList) in GetSystemFontFullNamesByType()224 const int32_t& systemFontType, FontDescSharedPtr& result) in GetFontDescSharedPtrByFullName()
60 auto systemFontType = static_cast<int32_t>(fontType); in OH_Drawing_GetFontDescriptorByFullName() local84 auto systemFontType = static_cast<int32_t>(fontType); in OH_Drawing_GetSystemFontFullNamesByType() local
108 TextEngine::FontParser::SystemFontType systemFontType; in GetSystemFontFullNamesByType() member161 TextEngine::FontParser::SystemFontType systemFontType; in GetFontDescriptorByFullName() member
199 int32_t systemFontType = 16; variable