Home
last modified time | relevance | path

Searched defs:_lv_vector_gradient_t (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/draw/
Dlv_draw_vector_private.h35 struct _lv_vector_gradient_t { struct
36 lv_vector_gradient_style_t style;
37 lv_gradient_stop_t stops[LV_GRADIENT_MAX_STOPS]; /**< A gradient stop array */
38 … uint16_t stops_count; /**< The number of used stops in the array */
39 float x1;
40 float y1;
41 float x2;
42 float y2;
43 float cx;
44 float cy;
[all …]