Searched refs:lv_vector_dsc_set_fill_linear_gradient (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/draw/ |
D | lv_draw_vector.h | 290 void lv_vector_dsc_set_fill_linear_gradient(lv_vector_dsc_t * dsc, float x1, float y1, float x2, fl…
|
D | lv_draw_vector.c | 550 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/ |
D | lv_demo_vector_graphic.c | 75 lv_vector_dsc_set_fill_linear_gradient(ctx, 200, 200, 400, 400); in draw_gradient()
|