Home
last modified time | relevance | path

Searched defs:systemFontType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_mgr.cpp49 const int32_t& systemFontType, FontDescSharedPtr& result) in GetFontDescSharedPtrByFullName()
56 const int32_t &systemFontType, std::unordered_set<std::string> &fontList) in GetSystemFontFullNamesByType()
H A Dfont_descriptor_cache.cpp155 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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_font_descriptor.cpp60 auto systemFontType = static_cast<int32_t>(fontType); in OH_Drawing_GetFontDescriptorByFullName() local
84 auto systemFontType = static_cast<int32_t>(fontType); in OH_Drawing_GetSystemFontFullNamesByType() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontdescriptor_napi/src/
H A Djs_fontdescriptor.cpp108 TextEngine::FontParser::SystemFontType systemFontType; in GetSystemFontFullNamesByType() member
161 TextEngine::FontParser::SystemFontType systemFontType; in GetFontDescriptorByFullName() member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H A Dfont_descriptor_cache_test.cpp199 int32_t systemFontType = 16; variable