Home
last modified time | relevance | path

Searched refs:GRAD_CONV (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_gradient.c18 #define GRAD_CONV(t, x) t.full = lv_color_to32(x) macro
21 #define GRAD_CONV(t, x) t = x macro
302 GRAD_CONV(tmp, dsc->stops[0].color); in lv_gradient_calculate()
308 GRAD_CONV(tmp, dsc->stops[dsc->stops_count - 1].color); in lv_gradient_calculate()