Searched refs:lv_style_set_text_opa (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/examples/widgets/label/ |
D | lv_example_label_2.c | 12 lv_style_set_text_opa(&style_shadow, LV_OPA_30); in lv_example_label_2()
|
/lvgl-latest/examples/widgets/scale/ |
D | lv_example_scale_5.c | 61 lv_style_set_text_opa(§ion_label_style, LV_OPA_50); in lv_example_scale_5()
|
/lvgl-latest/examples/widgets/span/ |
D | lv_example_span_1.c | 42 lv_style_set_text_opa(lv_span_get_style(span), LV_OPA_50); in lv_example_span_1()
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_label.c | 75 lv_style_set_text_opa(&style, LV_OPA_50); in test_draw_label_color_and_opa()
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_list.c | 116 lv_style_set_text_opa(&style_button_dis, LV_OPA_40); in lv_demo_music_list_create()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_ev_charging.c | 290 lv_style_set_text_opa(&total_spent_label->style, LV_OPA_40); in create_widget1() 320 lv_style_set_text_opa(&gas_equivalent_label->style, LV_OPA_40); in create_widget1()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_span.c | 400 lv_style_set_text_opa(lv_span_get_style(spans[0]), LV_OPA_50); in test_spangroup_get_span_coords()
|
/lvgl-latest/src/misc/ |
D | lv_style_gen.c | 629 void lv_style_set_text_opa(lv_style_t * style, lv_opa_t value) in lv_style_set_text_opa() function
|
D | lv_style_gen.h | 94 void lv_style_set_text_opa(lv_style_t * style, lv_opa_t value);
|
/lvgl-latest/docs/details/widgets/ |
D | scale.rst | 262 :LV_STYLE_TEXT_OPA: :cpp:func:`lv_style_set_text_opa`
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 172 lv_style_set_text_opa(&style_text_muted, LV_OPA_50); in lv_demo_widgets()
|