Searched refs:LV_OPA_10 (Results 1 – 13 of 13) sorted by relevance
/lvgl-latest/examples/widgets/table/ |
D | lv_example_table_1.c | 37 …_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/ |
D | lv_draw_pxp_layer.c | 124 fill_dsc.opa = LV_OPA_10; in lv_draw_pxp_layer()
|
D | lv_draw_pxp.c | 425 rect_dsc.bg_opa = LV_OPA_10; in _pxp_execute_drawing()
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_draw_vglite_layer.c | 124 fill_dsc.opa = LV_OPA_10; in lv_draw_vglite_layer()
|
D | lv_draw_vglite.c | 458 rect_dsc.bg_opa = LV_OPA_10; in _vglite_execute_drawing()
|
/lvgl-latest/src/misc/ |
D | lv_color.h | 43 LV_OPA_10 = 25, enumerator
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_table.c | 165 …_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/ |
D | color.rst | 140 - :cpp:enumerator:`LV_OPA_10` Value: 25, means the color covers only a little
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw.c | 312 fill_dsc.opa = LV_OPA_10; in execute_drawing()
|
D | lv_draw_sw_img.c | 158 fill_dsc.opa = LV_OPA_10; in lv_draw_sw_layer()
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style-properties.rst | 506 …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/ |
D | lv_demo_high_res_top_margin.c | 277 lv_obj_set_style_line_opa(divider, LV_OPA_10, 0); in create_perfmon()
|
/lvgl-latest/src/themes/default/ |
D | lv_theme_default.c | 494 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()
|