Home
last modified time | relevance | path

Searched refs:lv_style_set_text_decor (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/examples/widgets/span/
Dlv_example_span_1.c41 lv_style_set_text_decor(lv_span_get_style(span), LV_TEXT_DECOR_UNDERLINE); in lv_example_span_1()
61 lv_style_set_text_decor(lv_span_get_style(span), LV_TEXT_DECOR_UNDERLINE); in lv_example_span_1()
65 lv_style_set_text_decor(lv_span_get_style(span), LV_TEXT_DECOR_STRIKETHROUGH); in lv_example_span_1()
/lvgl-latest/examples/styles/
Dlv_example_style_8.c22 lv_style_set_text_decor(&style, LV_TEXT_DECOR_UNDERLINE); in lv_example_style_8()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_span.c228 lv_style_set_text_decor(&span_2->style, LV_TEXT_DECOR_STRIKETHROUGH); in test_spangroup_draw()
399 lv_style_set_text_decor(lv_span_get_style(spans[0]), LV_TEXT_DECOR_UNDERLINE); in test_spangroup_get_span_coords()
415 lv_style_set_text_decor(lv_span_get_style(spans[3]), LV_TEXT_DECOR_UNDERLINE); in test_spangroup_get_span_coords()
419 lv_style_set_text_decor(lv_span_get_style(spans[4]), LV_TEXT_DECOR_STRIKETHROUGH); in test_spangroup_get_span_coords()
/lvgl-latest/src/misc/
Dlv_style_gen.c661 void lv_style_set_text_decor(lv_style_t * style, lv_text_decor_t value) in lv_style_set_text_decor() function
Dlv_style_gen.h98 void lv_style_set_text_decor(lv_style_t * style, lv_text_decor_t value);
/lvgl-latest/src/themes/mono/
Dlv_theme_mono.c159 lv_style_set_text_decor(&theme->styles.underline, LV_TEXT_DECOR_UNDERLINE); in style_init()