Searched refs:lv_vector_dsc_set_stroke_linear_gradient (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/draw/ |
D | lv_draw_vector.h | 390 void lv_vector_dsc_set_stroke_linear_gradient(lv_vector_dsc_t * dsc, float x1, float y1, float x2, …
|
D | lv_draw_vector.c | 653 void lv_vector_dsc_set_stroke_linear_gradient(lv_vector_dsc_t * dsc, float x1, float y1, float x2, … in lv_vector_dsc_set_stroke_linear_gradient() function
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_vector.c | 228 lv_vector_dsc_set_stroke_linear_gradient(ctx, 250, 300, 350, 300); in draw_lines()
|