Home
last modified time | relevance | path

Searched defs:fontType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_font_descriptor_test.cpp44 OH_Drawing_SystemFontType fontType = OH_Drawing_SystemFontType(0b10000); variable
85 OH_Drawing_SystemFontType fontType = OH_Drawing_SystemFontType::INSTALLED; variable
110 OH_Drawing_SystemFontType fontType = OH_Drawing_SystemFontType::STYLISH; variable
132 OH_Drawing_SystemFontType fontType = OH_Drawing_SystemFontType::GENERIC; variable
158 OH_Drawing_SystemFontType fontType = OH_Drawing_SystemFontType(INSTALLED | STYLISH); variable
180 OH_Drawing_SystemFontType fontType = OH_Drawing_SystemFontType(ALL | STYLISH); variable
202 OH_Drawing_SystemFontType fontType = OH_Drawing_SystemFontType::GENERIC; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_font_descriptor.cpp55 OH_Drawing_SystemFontType fontType) in OH_Drawing_GetFontDescriptorByFullName()
82 OH_Drawing_Array* OH_Drawing_GetSystemFontFullNamesByType(OH_Drawing_SystemFontType fontType) in OH_Drawing_GetSystemFontFullNamesByType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp155 bool FontDescriptorCache::ProcessSystemFontType(const int32_t& systemFontType, int32_t& fontType) in ProcessSystemFontType()
180 int32_t fontType = 0; in GetSystemFontFullNamesByType() local
231 int32_t fontType = 0; in GetFontDescSharedPtrByFullName() local