Home
last modified time | relevance | path

Searched refs:FONT_WIDTH_NORMAL (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_font_mgr_test.cpp107 normalStyle.width = FONT_WIDTH_NORMAL;
129 normalStyle.width = FONT_WIDTH_NORMAL;
173 normalStyle.width = FONT_WIDTH_NORMAL;
189 normalStyle.width = FONT_WIDTH_NORMAL;
245 normalStyle.width = FONT_WIDTH_NORMAL;
H A Ddrawing_text_typography_test.cpp2376 normalStyle.width = FONT_WIDTH_NORMAL;
2398 normalStyle.width = FONT_WIDTH_NORMAL;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font_mgr.cpp219 fontStyleStruct.width = FONT_WIDTH_NORMAL; in OH_Drawing_FontStyleSetGetStyle()
H A Ddrawing_text_typography.cpp3638 case FONT_WIDTH_NORMAL: { in GetFontWidth()
3682 fontStyle.width = FONT_WIDTH_NORMAL; in OH_Drawing_TextStyleGetFontStyleStruct()
3710 fontStyle.width = FONT_WIDTH_NORMAL; in OH_Drawing_TypographyStyleGetFontStyleStruct()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h553 FONT_WIDTH_NORMAL = 5, enumerator