Home
last modified time | relevance | path

Searched refs:LV_OPA_10 (Results 1 – 13 of 13) sorted by relevance

/lvgl-latest/examples/widgets/table/
Dlv_example_table_1.c37 …_draw_dsc->color = lv_color_mix(lv_palette_main(LV_PALETTE_GREY), fill_draw_dsc->color, LV_OPA_10); in draw_event_cb()
/lvgl-latest/src/draw/nxp/pxp/
Dlv_draw_pxp_layer.c124 fill_dsc.opa = LV_OPA_10; in lv_draw_pxp_layer()
Dlv_draw_pxp.c425 rect_dsc.bg_opa = LV_OPA_10; in _pxp_execute_drawing()
/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_vglite_layer.c124 fill_dsc.opa = LV_OPA_10; in lv_draw_vglite_layer()
Dlv_draw_vglite.c458 rect_dsc.bg_opa = LV_OPA_10; in _vglite_execute_drawing()
/lvgl-latest/src/misc/
Dlv_color.h43 LV_OPA_10 = 25, enumerator
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_table.c165 …_draw_dsc->color = lv_color_mix(lv_palette_main(LV_PALETTE_GREY), fill_draw_dsc->color, LV_OPA_10); in draw_part_event_cb()
/lvgl-latest/docs/details/main-components/
Dcolor.rst140 - :cpp:enumerator:`LV_OPA_10` Value: 25, means the color covers only a little
/lvgl-latest/src/draw/sw/
Dlv_draw_sw.c312 fill_dsc.opa = LV_OPA_10; in execute_drawing()
Dlv_draw_sw_img.c158 fill_dsc.opa = LV_OPA_10; in lv_draw_sw_layer()
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst506 …5, `LV_OPA_100` or `LV_OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc …
632 …5, `LV_OPA_100` or `LV_OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc …
660 …, `LV_OPA_100` or `LV_OPA_COVER` means full recoloring, other values or LV_OPA_10, LV_OPA_20, etc …
707 …5, `LV_OPA_100` or `LV_OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc …
796 …5, `LV_OPA_100` or `LV_OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc …
899 …5, `LV_OPA_100` or `LV_OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc …
918 …5, `LV_OPA_100` or `LV_OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc …
946 …5, `LV_OPA_100` or `LV_OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc …
1143 …5, `LV_OPA_100` or `LV_OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc …
1274 …5, `LV_OPA_100` or `LV_OPA_COVER` means fully covering, other values or LV_OPA_10, LV_OPA_20, etc …
[all …]
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_top_margin.c277 lv_obj_set_style_line_opa(divider, LV_OPA_10, 0); in create_perfmon()
/lvgl-latest/src/themes/default/
Dlv_theme_default.c494 lv_style_set_border_opa(&theme->styles.menu_cont, LV_OPA_10); in style_init()
502 lv_style_set_border_opa(&theme->styles.menu_sidebar_cont, LV_OPA_10); in style_init()