Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_grad.c362 vg_lite_color_ramp_t * color_ramp = lv_malloc(sizeof(vg_lite_color_ramp_t) * grad->stops_count); in grad_create_color_ramp() local
432 vg_lite_color_ramp_t * color_ramp = grad_create_color_ramp(&item->lv); in linear_ext_grad_create() local
485 vg_lite_color_ramp_t * color_ramp = grad_create_color_ramp(&item->lv); in radial_grad_create() local
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp1173 vg_lite_color_ramp_t * color_ramp, in vg_lite_set_linear_grad()
1303 vg_lite_color_ramp_t * color_ramp; in vg_lite_update_linear_grad() local
1484 vg_lite_color_ramp_t * color_ramp, in vg_lite_set_radial_grad()
Dvg_lite.h899 vg_lite_color_ramp_t color_ramp[VLC_MAX_COLOR_RAMP_STOPS]; member
917 vg_lite_color_ramp_t color_ramp[VLC_MAX_COLOR_RAMP_STOPS]; member