Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_text_opa (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_label.c89 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/
Dlv_demo_high_res_app_smart_meter.c114 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()
Dlv_demo_high_res_app_thermostat.c101 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()
Dlv_demo_high_res_app_ev_charging.c135 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()
Dlv_demo_high_res_app_smart_home.c96 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()
Dlv_demo_high_res_top_margin.c284 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()
Dlv_demo_high_res_app_about.c90 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/
Dtest_font_stress.c104 lv_obj_set_style_text_opa(label, opa, 0); in font_stress_label_create()
/lvgl-latest/src/core/
Dlv_obj_style_gen.c629 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
Dlv_obj_style_gen.h843 void lv_obj_set_style_text_opa(lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector);