Home
last modified time | relevance | path

Searched refs:FONT_WIDTH_ULTRA_EXPANDED (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h561 FONT_WIDTH_ULTRA_EXPANDED = 9, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp2711 normalStyle.width = FONT_WIDTH_ULTRA_EXPANDED;
2717 EXPECT_EQ(style.width, FONT_WIDTH_ULTRA_EXPANDED);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp3654 case FONT_WIDTH_ULTRA_EXPANDED: { in GetFontWidth()