Searched defs:DOTTED (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | outline_style.h | 22 enum class OutlineStyle : int16_t { SOLID = 0, DASHED = 1, DOTTED = 2 }; member in OHOS::Ace::OutlineStyle
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_border.h | 39 DOTTED, member in OHOS::Rosen::BorderStyle
|
/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | drawing_prop_convertor_test_ng.cpp | 613 EXPECT_EQ(ToRSTextStyle(nullptr, textStyle).decorationStyle_, RSTextDecorationStyle::DOTTED); in HWTEST_F() member in OHOS::Ace::RSTextDecorationStyle
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
H A D | typography_types.h | 131 DOTTED, member in OHOS::Rosen::TextEngine::TextDecorationStyle
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | text_types.h | 84 DOTTED, member in OHOS::Rosen::SPText::TextDecorationStyle
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_text_style.h | 53 DOTTED, member in OHOS::Ace::Testing::TestingTextDecorationStyle
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/ |
H A D | typography_types.h | 59 DOTTED, member in OHOS::Rosen::BreakStrategy::WordBreakType::TextDecorationStyle
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_text_typography_test.cpp | 453 EXPECT_EQ(ConvertToOriginalText(txtStyle)->decorationStyle, TextDecorationStyle::DOTTED); in HWTEST_F() member in OHOS::TextDecorationStyle
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 315 DOTTED, member in OHOS::Ace::TextDecorationStyle 394 DOTTED, member in OHOS::Ace::BorderStyle
|
Completed in 11 milliseconds