Home
last modified time | relevance | path

Searched refs:LV_OPA_100 (Results 1 – 16 of 16) sorted by relevance

/lvgl-latest/examples/others/snapshot/
Dlv_example_snapshot_1.c32 lv_obj_set_style_bg_opa(snapshot_obj, LV_OPA_100, 0); in lv_example_snapshot_1()
/lvgl-latest/examples/widgets/button/
Dlv_example_button_2.c15 lv_style_set_bg_opa(&style, LV_OPA_100); in lv_example_button_2()
/lvgl-latest/examples/widgets/msgbox/
Dlv_example_msgbox_2.c61 lv_obj_set_style_bg_opa(footer, LV_OPA_100, 0); in lv_example_msgbox_2()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_checkbox.c108 lv_obj_set_style_bg_opa(screen, LV_OPA_100, 0); in test_checkbox_rtl()
Dtest_label.c580 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()
Dtest_bar.c155 lv_obj_set_style_bg_opa(screen, LV_OPA_100, 0); in test_bar_normal()
/lvgl-latest/examples/widgets/canvas/
Dlv_example_canvas_1.c15 rect_dsc.bg_grad.stops[0].opa = LV_OPA_100; in lv_example_canvas_1()
/lvgl-latest/src/draw/nxp/pxp/
Dlv_draw_pxp_layer.c130 border_dsc.opa = LV_OPA_100; in lv_draw_pxp_layer()
/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_vglite_layer.c130 border_dsc.opa = LV_OPA_100; in lv_draw_vglite_layer()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike.c186 lv_obj_set_style_image_opa(lv_obj_get_child(menu_cont, idx), LV_OPA_100, 0); in menu_item_click_event_cb()
Dlv_demo_ebike_stats.c204 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/
Dlv_color.h52 LV_OPA_100 = 255, enumerator
/lvgl-latest/src/drivers/glfw/
Dlv_opengles_driver.c253 lv_opengles_shader_set_uniform1f("u_Opa", (float)opa / (float)LV_OPA_100); in lv_opengles_render_internal()
/lvgl-latest/demos/render/
Dlv_demo_render.c870 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/
Dstyle-properties.rst506 … 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/
Dlcd_stm32_guide.rst309 lv_obj_set_style_bg_opa(scr, LV_OPA_100, 0);