Searched refs:LV_OPA_100 (Results 1 – 16 of 16) sorted by relevance
/lvgl-latest/examples/others/snapshot/ |
D | lv_example_snapshot_1.c | 32 lv_obj_set_style_bg_opa(snapshot_obj, LV_OPA_100, 0); in lv_example_snapshot_1()
|
/lvgl-latest/examples/widgets/button/ |
D | lv_example_button_2.c | 15 lv_style_set_bg_opa(&style, LV_OPA_100); in lv_example_button_2()
|
/lvgl-latest/examples/widgets/msgbox/ |
D | lv_example_msgbox_2.c | 61 lv_obj_set_style_bg_opa(footer, LV_OPA_100, 0); in lv_example_msgbox_2()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_checkbox.c | 108 lv_obj_set_style_bg_opa(screen, LV_OPA_100, 0); in test_checkbox_rtl()
|
D | test_label.c | 580 lv_obj_set_style_bg_opa(screen, LV_OPA_100, 0); in test_label_rtl_dot_long_mode() 603 lv_obj_set_style_bg_opa(test_label1, LV_OPA_100, LV_PART_MAIN); in test_label_max_width() 612 lv_obj_set_style_bg_opa(test_label2, LV_OPA_100, LV_PART_MAIN); in test_label_max_width()
|
D | test_bar.c | 155 lv_obj_set_style_bg_opa(screen, LV_OPA_100, 0); in test_bar_normal()
|
/lvgl-latest/examples/widgets/canvas/ |
D | lv_example_canvas_1.c | 15 rect_dsc.bg_grad.stops[0].opa = LV_OPA_100; in lv_example_canvas_1()
|
/lvgl-latest/src/draw/nxp/pxp/ |
D | lv_draw_pxp_layer.c | 130 border_dsc.opa = LV_OPA_100; in lv_draw_pxp_layer()
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_draw_vglite_layer.c | 130 border_dsc.opa = LV_OPA_100; in lv_draw_vglite_layer()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike.c | 186 lv_obj_set_style_image_opa(lv_obj_get_child(menu_cont, idx), LV_OPA_100, 0); in menu_item_click_event_cb()
|
D | lv_demo_ebike_stats.c | 204 else lv_obj_set_style_image_opa(left_arrow, LV_OPA_100, 0); in current_week_observer_cb() 207 else lv_obj_set_style_image_opa(right_arrow, LV_OPA_100, 0); in current_week_observer_cb() 302 rect_dsc.bg_grad.stops[1].opa = LV_OPA_100; in chart_draw_event_cb()
|
/lvgl-latest/src/misc/ |
D | lv_color.h | 52 LV_OPA_100 = 255, enumerator
|
/lvgl-latest/src/drivers/glfw/ |
D | lv_opengles_driver.c | 253 lv_opengles_shader_set_uniform1f("u_Opa", (float)opa / (float)LV_OPA_100); in lv_opengles_render_internal()
|
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 870 LV_OPA_100, LV_OPA_0, in create_linear_gradient_obj() 946 LV_OPA_100, LV_OPA_0, in create_radial_gradient_obj() 1024 LV_OPA_100, LV_OPA_0, in create_conical_gradient_obj()
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style-properties.rst | 506 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE… 632 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE… 660 …oloring. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means no mixing, 255, `LV_OPA_100` or `LV_OPA_COVE… 707 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE… 796 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE… 899 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE… 918 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE… 946 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE… 1143 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE… 1274 … Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_100` or `LV_OPA_COVE… [all …]
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | lcd_stm32_guide.rst | 309 lv_obj_set_style_bg_opa(scr, LV_OPA_100, 0);
|