Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/blend/
Dlv_draw_sw_blend_to_l8.c771 const lv_color32_t * src_buf_c32 = dsc->src_buf; in argb8888_image_blend() local
784 … lv_color_8_8_mix(lv_color32_luminance(src_buf_c32[x]), &dest_buf_l8[x], src_buf_c32[x].alpha); in argb8888_image_blend()
787 src_buf_c32 = drawbuf_next_row(src_buf_c32, src_stride); in argb8888_image_blend()
795 …lv_color_8_8_mix(lv_color32_luminance(src_buf_c32[x]), &dest_buf_l8[x], LV_OPA_MIX2(src_buf_c32[x]… in argb8888_image_blend()
798 src_buf_c32 = drawbuf_next_row(src_buf_c32, src_stride); in argb8888_image_blend()
806 …lv_color_8_8_mix(lv_color32_luminance(src_buf_c32[x]), &dest_buf_l8[x], LV_OPA_MIX2(src_buf_c32[x]… in argb8888_image_blend()
809 src_buf_c32 = drawbuf_next_row(src_buf_c32, src_stride); in argb8888_image_blend()
818 …lv_color_8_8_mix(lv_color32_luminance(src_buf_c32[x]), &dest_buf_l8[x], LV_OPA_MIX3(src_buf_c32[x]… in argb8888_image_blend()
822 src_buf_c32 = drawbuf_next_row(src_buf_c32, src_stride); in argb8888_image_blend()
831 lv_color32_t color_argb = src_buf_c32[x]; in argb8888_image_blend()
[all …]
Dlv_draw_sw_blend_to_al88.c833 const lv_color32_t * src_buf_c32 = dsc->src_buf; in argb8888_image_blend() local
850 src_color.lumi = lv_color32_luminance(src_buf_c32[x]); in argb8888_image_blend()
851 src_color.alpha = src_buf_c32[x].alpha; in argb8888_image_blend()
855 src_buf_c32 = drawbuf_next_row(src_buf_c32, src_stride); in argb8888_image_blend()
864 src_color.lumi = lv_color32_luminance(src_buf_c32[x]); in argb8888_image_blend()
865 src_color.alpha = LV_OPA_MIX2(src_buf_c32[x].alpha, opa); in argb8888_image_blend()
869 src_buf_c32 = drawbuf_next_row(src_buf_c32, src_stride); in argb8888_image_blend()
878 src_color.lumi = lv_color32_luminance(src_buf_c32[x]); in argb8888_image_blend()
879 src_color.alpha = LV_OPA_MIX2(src_buf_c32[x].alpha, mask_buf[x]); in argb8888_image_blend()
883 src_buf_c32 = drawbuf_next_row(src_buf_c32, src_stride); in argb8888_image_blend()
[all …]
Dlv_draw_sw_blend_to_rgb888.c828 const lv_color32_t * src_buf_c32 = dsc->src_buf; in argb8888_image_blend() local
842 …lv_color_24_24_mix((const uint8_t *)&src_buf_c32[src_x], &dest_buf[dest_x], src_buf_c32[src_x].alp… in argb8888_image_blend()
845 src_buf_c32 = drawbuf_next_row(src_buf_c32, src_stride); in argb8888_image_blend()
853 …lv_color_24_24_mix((const uint8_t *)&src_buf_c32[src_x], &dest_buf[dest_x], LV_OPA_MIX2(src_buf_c3… in argb8888_image_blend()
856 src_buf_c32 = drawbuf_next_row(src_buf_c32, src_stride); in argb8888_image_blend()
864 lv_color_24_24_mix((const uint8_t *)&src_buf_c32[src_x], &dest_buf[dest_x], in argb8888_image_blend()
865 LV_OPA_MIX2(src_buf_c32[src_x].alpha, mask_buf[src_x])); in argb8888_image_blend()
868 src_buf_c32 = drawbuf_next_row(src_buf_c32, src_stride); in argb8888_image_blend()
877 lv_color_24_24_mix((const uint8_t *)&src_buf_c32[src_x], &dest_buf[dest_x], in argb8888_image_blend()
878 … LV_OPA_MIX3(src_buf_c32[src_x].alpha, mask_buf[src_x], opa)); in argb8888_image_blend()
[all …]
Dlv_draw_sw_blend_to_i1.c707 const lv_color32_t * src_buf_c32 = dsc->src_buf; in argb8888_image_blend() local
722 uint8_t src = lv_color32_luminance(src_buf_c32[x]); in argb8888_image_blend()
724 lv_color_8_8_mix(src, &dest, src_buf_c32[x].alpha); in argb8888_image_blend()
733 src_buf_c32 = drawbuf_next_row(src_buf_c32, src_stride); in argb8888_image_blend()
741 uint8_t src = lv_color32_luminance(src_buf_c32[x]); in argb8888_image_blend()
743 lv_color_8_8_mix(src, &dest, LV_OPA_MIX2(opa, src_buf_c32[x].alpha)); in argb8888_image_blend()
752 src_buf_c32 = drawbuf_next_row(src_buf_c32, src_stride); in argb8888_image_blend()
760 uint8_t src = lv_color32_luminance(src_buf_c32[x]); in argb8888_image_blend()
762 … lv_color_8_8_mix(src, &dest, LV_OPA_MIX2(mask_buf[x], src_buf_c32[x].alpha)); in argb8888_image_blend()
771 src_buf_c32 = drawbuf_next_row(src_buf_c32, src_stride); in argb8888_image_blend()
[all …]
Dlv_draw_sw_blend_to_argb8888.c871 const lv_color32_t * src_buf_c32 = dsc->src_buf; in argb8888_image_blend() local
888 … dest_buf_c32[x] = lv_color_32_32_mix(src_buf_c32[x], dest_buf_c32[x], &cache); in argb8888_image_blend()
891 src_buf_c32 = drawbuf_next_row(src_buf_c32, src_stride); in argb8888_image_blend()
899 color_argb = src_buf_c32[x]; in argb8888_image_blend()
904 src_buf_c32 = drawbuf_next_row(src_buf_c32, src_stride); in argb8888_image_blend()
912 color_argb = src_buf_c32[x]; in argb8888_image_blend()
917 src_buf_c32 = drawbuf_next_row(src_buf_c32, src_stride); in argb8888_image_blend()
926 color_argb = src_buf_c32[x]; in argb8888_image_blend()
931 src_buf_c32 = drawbuf_next_row(src_buf_c32, src_stride); in argb8888_image_blend()
940 color_argb = src_buf_c32[x]; in argb8888_image_blend()
[all …]