Home
last modified time | relevance | path

Searched refs:lv_style_set_text_opa (Results 1 – 11 of 11) sorted by relevance

/lvgl-latest/examples/widgets/label/
Dlv_example_label_2.c12 lv_style_set_text_opa(&style_shadow, LV_OPA_30); in lv_example_label_2()
/lvgl-latest/examples/widgets/scale/
Dlv_example_scale_5.c61 lv_style_set_text_opa(&section_label_style, LV_OPA_50); in lv_example_scale_5()
/lvgl-latest/examples/widgets/span/
Dlv_example_span_1.c42 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/
Dtest_draw_label.c75 lv_style_set_text_opa(&style, LV_OPA_50); in test_draw_label_color_and_opa()
/lvgl-latest/demos/music/
Dlv_demo_music_list.c116 lv_style_set_text_opa(&style_button_dis, LV_OPA_40); in lv_demo_music_list_create()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_ev_charging.c290 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/
Dtest_span.c400 lv_style_set_text_opa(lv_span_get_style(spans[0]), LV_OPA_50); in test_spangroup_get_span_coords()
/lvgl-latest/src/misc/
Dlv_style_gen.c629 void lv_style_set_text_opa(lv_style_t * style, lv_opa_t value) in lv_style_set_text_opa() function
Dlv_style_gen.h94 void lv_style_set_text_opa(lv_style_t * style, lv_opa_t value);
/lvgl-latest/docs/details/widgets/
Dscale.rst262 :LV_STYLE_TEXT_OPA: :cpp:func:`lv_style_set_text_opa`
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c172 lv_style_set_text_opa(&style_text_muted, LV_OPA_50); in lv_demo_widgets()