Searched refs:lv_obj_set_style_text_opa (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_label.c | 89 lv_obj_set_style_text_opa(label, opa, 0); in decor_label_create() 136 lv_obj_set_style_text_opa(label, LV_OPA_COVER, 0); in test_label_selection_and_recolor()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_smart_meter.c | 114 lv_obj_set_style_text_opa(back_label, LV_OPA_60, 0); in lv_demo_high_res_app_smart_meter() 194 lv_obj_set_style_text_opa(daily_kwh_label, LV_OPA_40, 0); in create_widget1_part() 217 lv_obj_set_style_text_opa(weekly_kwh_label, LV_OPA_40, 0); in create_widget1_part() 338 lv_obj_set_style_text_opa(label, LV_OPA_40, 0); in widget23_chart_label() 433 lv_obj_set_style_text_opa(amount_kwh, LV_OPA_40, 0); in create_widget2() 606 lv_obj_set_style_text_opa(kwh_label, LV_OPA_60, 0); in create_widget3_stat() 612 lv_obj_set_style_text_opa(detail_label, LV_OPA_60, 0); in create_widget3_stat()
|
D | lv_demo_high_res_app_thermostat.c | 101 lv_obj_set_style_text_opa(back_label, LV_OPA_60, 0); in lv_demo_high_res_app_thermostat() 140 lv_obj_set_style_text_opa(label, LV_OPA_40, 0); in widget1_chart_label() 228 lv_obj_set_style_text_opa(amount_kwh, LV_OPA_40, 0); in create_widget1() 274 lv_obj_set_style_text_opa(range_label, LV_OPA_40, 0); in create_widget2_value() 374 lv_obj_set_style_text_opa(slider_label_left, LV_OPA_40, 0); in create_widget2() 380 lv_obj_set_style_text_opa(slider_label_right, LV_OPA_40, 0); in create_widget2()
|
D | lv_demo_high_res_app_ev_charging.c | 135 lv_obj_set_style_text_opa(back_label, LV_OPA_60, 0); in lv_demo_high_res_app_ev_charging() 262 lv_obj_set_style_text_opa(estimated_values_label, LV_OPA_40, 0); in create_widget1() 329 lv_obj_set_style_text_opa(label, LV_OPA_40, 0); in widget2_chart_label() 427 lv_obj_set_style_text_opa(charged_amount_kwh, LV_OPA_40, 0); in create_widget2() 479 lv_obj_set_style_text_opa(label_unit, LV_OPA_60, 0); in create_widget3_info()
|
D | lv_demo_high_res_app_smart_home.c | 96 lv_obj_set_style_text_opa(back_label, LV_OPA_60, 0); in lv_demo_high_res_app_smart_home() 359 lv_obj_set_style_text_opa(song_artist, LV_OPA_40, 0); in create_widget3() 454 lv_obj_set_style_text_opa(temperature_value_label, LV_OPA_40, 0); in create_widget4()
|
D | lv_demo_high_res_top_margin.c | 284 lv_obj_set_style_text_opa(lab3, LV_OPA_60, 0); in create_perfmon() 324 lv_obj_set_style_text_opa(lv_obj_get_child(temperature_label_cont, 0), LV_OPA_60, 0); in create_settings()
|
D | lv_demo_high_res_app_about.c | 90 lv_obj_set_style_text_opa(back_label, LV_OPA_60, 0); in lv_demo_high_res_app_about()
|
/lvgl-latest/tests/src/test_cases/libs/ |
D | test_font_stress.c | 104 lv_obj_set_style_text_opa(label, opa, 0); in font_stress_label_create()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 629 void lv_obj_set_style_text_opa(lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector) in lv_obj_set_style_text_opa() function
|
D | lv_obj_style_gen.h | 843 void lv_obj_set_style_text_opa(lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector);
|