Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_color.c256 uint32_t lv_color_to_int(lv_color_t c) in lv_color_to_int() function
264 return lv_color_to_int(c1) == lv_color_to_int(c2); in lv_color_eq()
Dlv_color.h270 uint32_t lv_color_to_int(lv_color_t c);
/lvgl-latest/src/draw/sw/arm2d/
Dlv_draw_sw_arm2d.h356 lv_color_to_int(draw_dsc->recolor), in lv_draw_sw_image_helium()