/lvgl-latest/src/draw/vg_lite/ |
D | lv_draw_vg_lite_vector.c | 401 if(fill_opa > LV_OPA_0 && stroke_opa > LV_OPA_0) { in lv_path_opa_to_path_type() 405 if(fill_opa == LV_OPA_0 && stroke_opa > LV_OPA_0) { in lv_path_opa_to_path_type() 409 if(fill_opa > LV_OPA_0) { in lv_path_opa_to_path_type()
|
D | lv_draw_vg_lite_box_shadow.c | 76 border_dsc.opa = lv_map(w, 0, half_w, dsc->opa / 4, LV_OPA_0); in lv_draw_vg_lite_box_shadow()
|
/lvgl-latest/examples/widgets/canvas/ |
D | lv_example_canvas_2.c | 43 lv_canvas_set_px(canvas, x, y, lv_palette_main(LV_PALETTE_BLUE), LV_OPA_0); in lv_example_canvas_2()
|
/lvgl-latest/demos/vector_graphic/ |
D | lv_demo_vector_graphic.c | 160 lv_vector_dsc_set_fill_opa(ctx, LV_OPA_0); in draw_lines() 168 lv_vector_dsc_set_stroke_opa(ctx, LV_OPA_0); in draw_lines()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_home.c | 201 lv_obj_set_style_bg_opa(arc, LV_OPA_0, LV_PART_KNOB); in left_cont_create() 202 lv_obj_set_style_arc_opa(arc, LV_OPA_0, 0); in left_cont_create() 213 lv_obj_set_style_bg_opa(obj, LV_OPA_0, 0); in left_cont_create()
|
D | lv_demo_ebike_stats.c | 299 rect_dsc.bg_grad.stops[0].opa = LV_OPA_0; in chart_draw_event_cb()
|
/lvgl-latest/src/misc/ |
D | lv_color.h | 42 LV_OPA_0 = 0, enumerator
|
/lvgl-latest/src/others/ime/ |
D | lv_ime_pinyin.c | 557 lv_obj_set_style_bg_opa(pinyin_ime->cand_panel, LV_OPA_0, 0); in lv_ime_pinyin_constructor() 568 lv_obj_set_style_bg_opa(pinyin_ime->cand_panel, LV_OPA_0, LV_PART_ITEMS); in lv_ime_pinyin_constructor() 569 lv_obj_set_style_shadow_opa(pinyin_ime->cand_panel, LV_OPA_0, LV_PART_ITEMS); in lv_ime_pinyin_constructor()
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_vector.c | 147 lv_vector_dsc_set_fill_opa(ctx, LV_OPA_0); in draw_lines()
|
/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 Set opacity of the background. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255,… 632 Set opacity of the background image. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent… 660 Set intensity of background image recoloring. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means no mixin… 707 Set opacity of the border. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV… 796 Set opacity of outline. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OP… 899 Set opacity of shadow. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA… 918 Set opacity of an image. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_O… 946 Set intensity of color mixing. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255,… 1143 Set opacity of text. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_1… 1274 Scale down all opacity values of the Widget by this factor. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` … [all …]
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_render.c | 710 dsc->fill_dsc.opa = LV_OPA_0; in _set_attr() 732 if(obj->dsc.fill_dsc.opa == LV_OPA_0) { in _set_attr() 741 dsc->stroke_dsc.opa = LV_OPA_0; in _set_attr() 765 if(obj->dsc.stroke_dsc.opa == LV_OPA_0) { in _set_attr() 957 stroke_dsc->opa = LV_OPA_0; // default no stroke in _init_draw_dsc()
|
/lvgl-latest/src/others/file_explorer/ |
D | lv_file_explorer.c | 353 lv_obj_set_style_bg_opa(explorer->cont, LV_OPA_0, 0); in init_style()
|
/lvgl-latest/src/draw/opengles/ |
D | lv_draw_opengles.c | 308 rect_dsc.bg_opa = LV_OPA_0; in draw_to_texture()
|
/lvgl-latest/src/draw/sdl/ |
D | lv_draw_sdl.c | 268 rect_dsc.bg_opa = LV_OPA_0; in draw_to_texture()
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.c | 487 stroke_dsc->opa = LV_OPA_0; /*default no stroke*/ in lv_vector_dsc_create()
|