Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/arm2d/
Dlv_draw_sw_arm2d.h122 lv_color_to_u16(draw_dsc->recolor), \
342 lv_color_to_u16(draw_dsc->recolor), in lv_draw_sw_image_helium()
546 lv_color_to_u16(color), in lv_draw_sw_image_recolor_rgb565()
/lvgl-latest/src/draw/sw/blend/arm2d/
Dlv_blend_arm2d.h221 lv_color_to_u16(dsc->color)); in lv_color_blend_to_rgb565_arm2d()
232 lv_color_to_u16(dsc->color), in lv_color_blend_to_rgb565_with_opa_arm2d()
246 lv_color_to_u16(dsc->color)); in lv_color_blend_to_rgb565_with_mask_arm2d()
259 lv_color_to_u16(dsc->color), in lv_color_blend_to_rgb565_mix_mask_opa_arm2d()
/lvgl-latest/src/misc/
Dlv_color.h326 uint16_t lv_color_to_u16(lv_color_t color);
Dlv_color.c116 uint16_t lv_color_to_u16(lv_color_t color) in lv_color_to_u16() function
/lvgl-latest/src/draw/dma2d/
Dlv_draw_dma2d.c150 return lv_color_to_u16(color); in lv_draw_dma2d_color_to_dma2d_color()
/lvgl-latest/src/widgets/canvas/
Dlv_canvas.c308 uint16_t c16 = lv_color_to_u16(color); in lv_canvas_fill_bg()
/lvgl-latest/src/draw/sw/blend/
Dlv_draw_sw_blend_to_rgb565.c215 uint16_t color16 = lv_color_to_u16(dsc->color); in lv_draw_sw_blend_color_to_rgb565()
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c1779 *(buf++) = lv_color_to_u16(color); in color_fill_RGB565()