Home
last modified time | relevance | path

Searched refs:lv_vector_dsc_set_fill_linear_gradient (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/draw/
Dlv_draw_vector.h290 void lv_vector_dsc_set_fill_linear_gradient(lv_vector_dsc_t * dsc, float x1, float y1, float x2, fl…
Dlv_draw_vector.c550 void lv_vector_dsc_set_fill_linear_gradient(lv_vector_dsc_t * dsc, float x1, float y1, float x2, fl… in lv_vector_dsc_set_fill_linear_gradient() function
/lvgl-latest/demos/vector_graphic/
Dlv_demo_vector_graphic.c75 lv_vector_dsc_set_fill_linear_gradient(ctx, 200, 200, 400, 400); in draw_gradient()