Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/vg_lite/
Dlv_draw_vg_lite_vector.c401 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()
Dlv_draw_vg_lite_box_shadow.c76 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/
Dlv_example_canvas_2.c43 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/
Dlv_demo_vector_graphic.c160 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/
Dlv_demo_ebike_home.c201 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()
Dlv_demo_ebike_stats.c299 rect_dsc.bg_grad.stops[0].opa = LV_OPA_0; in chart_draw_event_cb()
/lvgl-latest/src/misc/
Dlv_color.h42 LV_OPA_0 = 0, enumerator
/lvgl-latest/src/others/ime/
Dlv_ime_pinyin.c557 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/
Dtest_draw_vector.c147 lv_vector_dsc_set_fill_opa(ctx, LV_OPA_0); in draw_lines()
/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 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/
Dlv_svg_render.c710 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/
Dlv_file_explorer.c353 lv_obj_set_style_bg_opa(explorer->cont, LV_OPA_0, 0); in init_style()
/lvgl-latest/src/draw/opengles/
Dlv_draw_opengles.c308 rect_dsc.bg_opa = LV_OPA_0; in draw_to_texture()
/lvgl-latest/src/draw/sdl/
Dlv_draw_sdl.c268 rect_dsc.bg_opa = LV_OPA_0; in draw_to_texture()
/lvgl-latest/src/draw/
Dlv_draw_vector.c487 stroke_dsc->opa = LV_OPA_0; /*default no stroke*/ in lv_vector_dsc_create()