Home
last modified time | relevance | path

Searched refs:lv_vector_dsc_set_fill_opa (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_vector.c114 lv_vector_dsc_set_fill_opa(ctx, LV_OPA_TRANSP); in draw_shapes()
126 lv_vector_dsc_set_fill_opa(ctx, LV_OPA_COVER); in draw_shapes()
147 lv_vector_dsc_set_fill_opa(ctx, LV_OPA_0); in draw_lines()
/lvgl-latest/demos/vector_graphic/
Dlv_demo_vector_graphic.c160 lv_vector_dsc_set_fill_opa(ctx, LV_OPA_0); in draw_lines()
169 lv_vector_dsc_set_fill_opa(ctx, LV_OPA_COVER); in draw_lines()
/lvgl-latest/src/draw/
Dlv_draw_vector.h266 void lv_vector_dsc_set_fill_opa(lv_vector_dsc_t * dsc, lv_opa_t opa);
Dlv_draw_vector.c534 void lv_vector_dsc_set_fill_opa(lv_vector_dsc_t * dsc, lv_opa_t opa) in lv_vector_dsc_set_fill_opa() function