Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/
Dlv_draw_sw_gradient.c20 #define GRAD_CONV(t, x) t = x macro
171 GRAD_CONV(tmp, dsc->stops[0].color); in lv_gradient_color_calculate()
179 GRAD_CONV(tmp, dsc->stops[dsc->stops_count - 1].color); in lv_gradient_color_calculate()