Searched refs:lv_obj_set_style_text_decor (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_label.c | 87 lv_obj_set_style_text_decor(label, decor, 0); in decor_label_create() 134 lv_obj_set_style_text_decor(label, decor, 0); in test_label_selection_and_recolor()
|
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 305 lv_obj_set_style_text_decor(obj, LV_TEXT_DECOR_UNDERLINE, 0); in text_cb() 308 lv_obj_set_style_text_decor(obj, LV_TEXT_DECOR_STRIKETHROUGH, 0); in text_cb() 311 lv_obj_set_style_text_decor(obj, LV_TEXT_DECOR_UNDERLINE | LV_TEXT_DECOR_STRIKETHROUGH, 0); in text_cb()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 661 void lv_obj_set_style_text_decor(lv_obj_t * obj, lv_text_decor_t value, lv_style_selector_t selecto… in lv_obj_set_style_text_decor() function
|
D | lv_obj_style_gen.h | 847 void lv_obj_set_style_text_decor(lv_obj_t * obj, lv_text_decor_t value, lv_style_selector_t selecto…
|