Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_misc/
Dlv_color.h161 # define LV_COLOR_SET_B(c, v) LV_COLOR_SET_B1(c,v) macro
172 # define LV_COLOR_SET_B(c, v) LV_COLOR_SET_B8(c,v) macro
187 # define LV_COLOR_SET_B(c, v) LV_COLOR_SET_B16(c,v) macro
202 # define LV_COLOR_SET_B(c, v) LV_COLOR_SET_B32(c,v) macro
463 LV_COLOR_SET_B(ret, LV_MATH_UDIV255((uint16_t) LV_COLOR_GET_B(c1) * mix + LV_COLOR_GET_B(c2) * in lv_color_mix()
507LV_COLOR_SET_B(ret, LV_MATH_UDIV255((uint16_t) premult_c1[2] + LV_COLOR_GET_B(c2) * mix + LV_COLOR… in lv_color_mix_premult()
515 LV_COLOR_SET_B(c1, premult_c1[2]); in lv_color_mix_premult()