Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_color.h111 } lv_color16_t; typedef
403 void lv_color16_premultiply(lv_color16_t * c, lv_opa_t a);
417 uint8_t lv_color16_luminance(const lv_color16_t c);
Dlv_color.c352 void lv_color16_premultiply(lv_color16_t * c, lv_opa_t a) in lv_color16_premultiply()
359 lv_memzero(c, sizeof(lv_color16_t)); in lv_color16_premultiply()
373 uint8_t lv_color16_luminance(const lv_color16_t c) in lv_color16_luminance()
/lvgl-latest/src/draw/sw/blend/
Dlv_draw_sw_blend_to_rgb565.c596 lv_color16_t * dest_buf_c16 = (lv_color16_t *)dest_buf_u16; in al88_image_blend()
711 lv_color16_t * dest_buf_c16 = (lv_color16_t *)dest_buf_u16; in l8_image_blend()
822 lv_color16_t * dest_buf_c16 = (lv_color16_t *) dest_buf_u16; in rgb565_image_blend()
823 lv_color16_t * src_buf_c16 = (lv_color16_t *) src_buf_u16; in rgb565_image_blend()
936 lv_color16_t * dest_buf_c16 = (lv_color16_t *) dest_buf_u16; in rgb888_image_blend()
1049 lv_color16_t * dest_buf_c16 = (lv_color16_t *) dest_buf_u16; in argb8888_image_blend()
Dlv_draw_sw_blend_to_l8.c594 const lv_color16_t * src_buf_c16 = (const lv_color16_t *)dsc->src_buf; in rgb565_image_blend()
Dlv_draw_sw_blend_to_al88.c636 const lv_color16_t * src_buf_c16 = (const lv_color16_t *)dsc->src_buf; in rgb565_image_blend()
Dlv_draw_sw_blend_to_rgb888.c630 const lv_color16_t * src_buf_c16 = (const lv_color16_t *) dsc->src_buf; in rgb565_image_blend()
Dlv_draw_sw_blend_to_argb8888.c652 const lv_color16_t * src_buf_c16 = (const lv_color16_t *) dsc->src_buf; in rgb565_image_blend()
Dlv_draw_sw_blend_to_i1.c943 const lv_color16_t * src_buf_c16 = (const lv_color16_t *)dsc->src_buf; in rgb565_image_blend()
/lvgl-latest/src/widgets/canvas/
Dlv_canvas.c150 lv_color16_t * buf = (lv_color16_t *)data; in lv_canvas_set_px()
226 lv_color16_t * c16 = (lv_color16_t *) px; in lv_canvas_get_px()
/lvgl-latest/tests/unity/
Dunity_support.c392 const lv_color16_t * c16 = (const lv_color16_t *)&buf_in[x * 2]; in buf_to_xrgb8888()
/lvgl-latest/src/draw/
Dlv_draw_buf.c549 lv_color16_t * pixel = (lv_color16_t *)line; in lv_draw_buf_premultiply()
567 lv_color16_premultiply((lv_color16_t *)pixel, alpha); in lv_draw_buf_premultiply()
/lvgl-latest/src/drivers/x11/
Dlv_x11_display.c88 typedef lv_color16_t color_t;