Searched refs:lv_gradient_stop_t (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/draw/ |
D | lv_draw_vector_private.h | 37 lv_gradient_stop_t stops[LV_GRADIENT_MAX_STOPS]; /**< A gradient stop array */
|
D | lv_draw_vector.h | 315 void lv_vector_dsc_set_fill_gradient_color_stops(lv_vector_dsc_t * dsc, const lv_gradient_stop_t * … 413 void lv_vector_dsc_set_stroke_gradient_color_stops(lv_vector_dsc_t * dsc, const lv_gradient_stop_t …
|
D | lv_draw_vector.c | 574 void lv_vector_dsc_set_fill_gradient_color_stops(lv_vector_dsc_t * dsc, const lv_gradient_stop_t * … in lv_vector_dsc_set_fill_gradient_color_stops() 582 … lv_memcpy(&(dsc->current_dsc.fill_dsc.gradient.stops), stops, sizeof(lv_gradient_stop_t) * count); in lv_vector_dsc_set_fill_gradient_color_stops() 677 void lv_vector_dsc_set_stroke_gradient_color_stops(lv_vector_dsc_t * dsc, const lv_gradient_stop_t … in lv_vector_dsc_set_stroke_gradient_color_stops() 685 …lv_memcpy(&(dsc->current_dsc.stroke_dsc.gradient.stops), stops, sizeof(lv_gradient_stop_t) * count… in lv_vector_dsc_set_stroke_gradient_color_stops()
|
/lvgl-latest/src/misc/ |
D | lv_style.h | 137 } lv_gradient_stop_t; typedef 141 lv_gradient_stop_t stops[LV_GRADIENT_MAX_STOPS]; /**< A gradient stop array */
|
/lvgl-latest/demos/vector_graphic/ |
D | lv_demo_vector_graphic.c | 61 lv_gradient_stop_t stops[2]; in draw_gradient() 93 lv_gradient_stop_t stops[2]; in draw_radial_gradient()
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_vector.c | 51 lv_gradient_stop_t stops[2]; in draw_shapes() 213 lv_gradient_stop_t stops[2]; in draw_lines()
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_grad.c | 243 lv_memcpy(grad.stops, grad_dsc->stops, sizeof(lv_gradient_stop_t) * grad_dsc->stops_count); in lv_vg_lite_draw_grad_helper() 676 sizeof(lv_gradient_stop_t) * lhs->lv.stops_count); in grad_compare_cb()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_vector.c | 189 const lv_gradient_stop_t * s = &(grad->stops[i]); in _setup_gradient()
|