Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/blend/helium/
Dlv_blend_helium.h83 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565(dsc, src_px_size) \ argument
84 lv_rgb888_blend_normal_to_rgb565_helium(dsc, src_px_size)
88 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565_WITH_OPA(dsc, src_px_size) \ argument
89 lv_rgb888_blend_normal_to_rgb565_with_opa_helium(dsc, src_px_size)
93 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565_WITH_MASK(dsc, src_px_size) \ argument
94 lv_rgb888_blend_normal_to_rgb565_with_mask_helium(dsc, src_px_size)
98 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565_MIX_MASK_OPA(dsc, src_px_size) \ argument
99 lv_rgb888_blend_normal_to_rgb565_mix_mask_opa_helium(dsc, src_px_size)
163 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB888(dsc, dst_px_size, src_px_size) \ argument
164 lv_rgb888_blend_normal_to_rgb888_helium(dsc, dst_px_size, src_px_size)
[all …]
/lvgl-latest/src/draw/sw/blend/neon/
Dlv_blend_neon.h75 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565(dsc, src_px_size) \ argument
76 lv_rgb888_blend_normal_to_rgb565_neon(dsc, src_px_size)
80 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565_WITH_OPA(dsc, src_px_size) \ argument
81 lv_rgb888_blend_normal_to_rgb565_with_opa_neon(dsc, src_px_size)
85 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565_WITH_MASK(dsc, src_px_size) \ argument
86 lv_rgb888_blend_normal_to_rgb565_with_mask_neon(dsc, src_px_size)
90 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565_MIX_MASK_OPA(dsc, src_px_size) \ argument
91 lv_rgb888_blend_normal_to_rgb565_mix_mask_opa_neon(dsc, src_px_size)
155 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB888(dsc, dst_px_size, src_px_size) \ argument
156 lv_rgb888_blend_normal_to_rgb888_neon(dsc, dst_px_size, src_px_size)
[all …]
/lvgl-latest/src/draw/sw/blend/arm2d/
Dlv_blend_arm2d.h87 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565(dsc, src_px_size) \ argument
88 lv_rgb888_blend_normal_to_rgb565_arm2d(dsc, src_px_size)
92 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565_WITH_OPA(dsc, src_px_size) \ argument
93 lv_rgb888_blend_normal_to_rgb565_with_opa_arm2d(dsc, src_px_size)
97 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565_WITH_MASK(dsc, src_px_size) \ argument
98 lv_rgb888_blend_normal_to_rgb565_with_mask_arm2d(dsc, src_px_size)
102 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565_MIX_MASK_OPA(dsc, src_px_size) \ argument
103 lv_rgb888_blend_normal_to_rgb565_mix_mask_opa_arm2d(dsc, src_px_size)
167 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB888(dsc, dst_px_size, src_px_size) \ argument
168 lv_rgb888_blend_normal_to_rgb888_arm2d(dsc, dst_px_size, src_px_size)
[all …]
/lvgl-latest/src/draw/nxp/pxp/
Dlv_draw_pxp_img.c130 uint8_t src_px_size = lv_color_format_get_size(src_cf); in _pxp_blit_recolor() local
138 .bufferAddr = (uint32_t)(src_buf + src_stride * src_area->y1 + src_px_size * src_area->x1), in _pxp_blit_recolor()
204 uint8_t src_px_size = lv_color_format_get_size(src_cf); in _pxp_blit_transform() local
264 .bufferAddr = (uint32_t)(src_buf + src_stride * src_area->y1 + src_px_size * src_area->x1), in _pxp_blit_transform()
303 uint8_t src_px_size = lv_color_format_get_size(src_cf); in _pxp_blit() local
343 .bufferAddr = (uint32_t)(src_buf + src_stride * src_area->y1 + src_px_size * src_area->x1), in _pxp_blit()
/lvgl-latest/src/draw/sw/blend/
Dlv_draw_sw_blend_to_l8.c59 const uint8_t src_px_size);
674 const uint8_t src_px_size) in rgb888_image_blend() argument
693 if(LV_RESULT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_L8(dsc, src_px_size)) { in rgb888_image_blend()
695 for(dest_x = 0, src_x = 0; dest_x < w; dest_x++, src_x += src_px_size) { in rgb888_image_blend()
704 …_RESULT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_L8_WITH_OPA(dsc, dest_px_size, src_px_size)) { in rgb888_image_blend()
706 for(dest_x = 0, src_x = 0; dest_x < w; dest_x++, src_x += src_px_size) { in rgb888_image_blend()
715 …RESULT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_L8_WITH_MASK(dsc, dest_px_size, src_px_size)) { in rgb888_image_blend()
718 … for(mask_x = 0, dest_x = 0, src_x = 0; dest_x < w; mask_x++, dest_x++, src_x += src_px_size) { in rgb888_image_blend()
728 …ULT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_L8_MIX_MASK_OPA(dsc, dest_px_size, src_px_size)) { in rgb888_image_blend()
731 … for(mask_x = 0, dest_x = 0, src_x = 0; dest_x < w; mask_x++, dest_x++, src_x += src_px_size) { in rgb888_image_blend()
[all …]
Dlv_draw_sw_blend_to_rgb888.c61 uint32_t src_px_size);
722 uint32_t src_px_size) in rgb888_image_blend() argument
741 …if(LV_RESULT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB888(dsc, dest_px_size, src_px_size)) { in rgb888_image_blend()
742 if(src_px_size == dest_px_size) { in rgb888_image_blend()
751 … for(dest_x = 0, src_x = 0; dest_x < w; dest_x += dest_px_size, src_x += src_px_size) { in rgb888_image_blend()
763 …ULT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB888_WITH_OPA(dsc, dest_px_size, src_px_size)) { in rgb888_image_blend()
765 … for(dest_x = 0, src_x = 0; dest_x < w; dest_x += dest_px_size, src_x += src_px_size) { in rgb888_image_blend()
774 …LT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB888_WITH_MASK(dsc, dest_px_size, src_px_size)) { in rgb888_image_blend()
777 …x = 0, dest_x = 0, src_x = 0; dest_x < w; mask_x++, dest_x += dest_px_size, src_x += src_px_size) { in rgb888_image_blend()
787 …INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB888_MIX_MASK_OPA(dsc, dest_px_size, src_px_size)) { in rgb888_image_blend()
[all …]
Dlv_draw_sw_blend_to_al88.c67 const uint8_t src_px_size);
725 const uint8_t src_px_size) in rgb888_image_blend() argument
747 if(LV_RESULT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_AL88(dsc, src_px_size)) { in rgb888_image_blend()
749 for(dest_x = 0, src_x = 0; dest_x < w; dest_x++, src_x += src_px_size) { in rgb888_image_blend()
759 …ESULT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_AL88_WITH_OPA(dsc, dest_px_size, src_px_size)) { in rgb888_image_blend()
761 for(dest_x = 0, src_x = 0; dest_x < w; dest_x++, src_x += src_px_size) { in rgb888_image_blend()
773 …SULT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_AL88_WITH_MASK(dsc, dest_px_size, src_px_size)) { in rgb888_image_blend()
776 … for(mask_x = 0, dest_x = 0, src_x = 0; dest_x < w; mask_x++, dest_x++, src_x += src_px_size) { in rgb888_image_blend()
789 …T_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_AL88_MIX_MASK_OPA(dsc, dest_px_size, src_px_size)) { in rgb888_image_blend()
792 … for(mask_x = 0, dest_x = 0, src_x = 0; dest_x < w; mask_x++, dest_x++, src_x += src_px_size) { in rgb888_image_blend()
[all …]
Dlv_draw_sw_blend_to_argb8888.c69 const uint8_t src_px_size);
744 …TTRIBUTE_FAST_MEM rgb888_image_blend(lv_draw_sw_blend_image_dsc_t * dsc, const uint8_t src_px_size) in rgb888_image_blend() argument
770 if(LV_RESULT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_ARGB8888(dsc, src_px_size)) { in rgb888_image_blend()
771 if(src_px_size == 4) { in rgb888_image_blend()
779 else if(src_px_size == 3) { in rgb888_image_blend()
795 … if(LV_RESULT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_ARGB8888_WITH_OPA(dsc, src_px_size)) { in rgb888_image_blend()
798 for(dest_x = 0, src_x = 0; dest_x < w; dest_x++, src_x += src_px_size) { in rgb888_image_blend()
811 … if(LV_RESULT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_ARGB8888_WITH_MASK(dsc, src_px_size)) { in rgb888_image_blend()
813 for(dest_x = 0, src_x = 0; dest_x < w; dest_x++, src_x += src_px_size) { in rgb888_image_blend()
827 …f(LV_RESULT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_ARGB8888_MIX_MASK_OPA(dsc, src_px_size)) { in rgb888_image_blend()
[all …]
Dlv_draw_sw_blend_to_rgb565.c59 const uint8_t src_px_size);
867 …TTRIBUTE_FAST_MEM rgb888_image_blend(lv_draw_sw_blend_image_dsc_t * dsc, const uint8_t src_px_size) in rgb888_image_blend() argument
885 if(LV_RESULT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565(dsc, src_px_size)) { in rgb888_image_blend()
887 for(dest_x = 0, src_x = 0; dest_x < w; dest_x++, src_x += src_px_size) { in rgb888_image_blend()
898 … if(LV_RESULT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565_WITH_OPA(dsc, src_px_size)) { in rgb888_image_blend()
900 for(dest_x = 0, src_x = 0; dest_x < w; dest_x++, src_x += src_px_size) { in rgb888_image_blend()
909 … if(LV_RESULT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565_WITH_MASK(dsc, src_px_size)) { in rgb888_image_blend()
911 for(dest_x = 0, src_x = 0; dest_x < w; dest_x++, src_x += src_px_size) { in rgb888_image_blend()
921 … if(LV_RESULT_INVALID == LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565_MIX_MASK_OPA(dsc, src_px_size)) { in rgb888_image_blend()
923 for(dest_x = 0, src_x = 0; dest_x < w; dest_x++, src_x += src_px_size) { in rgb888_image_blend()
[all …]
Dlv_draw_sw_blend.c155 uint32_t src_px_size = lv_color_format_get_bpp(blend_dsc->src_color_format); in lv_draw_sw_blend() local
157 src_buf += ((blend_area.x1 - blend_dsc->src_area->x1) * src_px_size) >> 3; in lv_draw_sw_blend()
Dlv_draw_sw_blend_to_i1.c55 const uint8_t src_px_size);
815 const uint8_t src_px_size) in rgb888_image_blend() argument
839 for(dest_x = 0, src_x = 0; dest_x < w; dest_x++, src_x += src_px_size) { in rgb888_image_blend()
856 for(dest_x = 0, src_x = 0; dest_x < w; dest_x++, src_x += src_px_size) { in rgb888_image_blend()
876 … for(mask_x = 0, dest_x = 0, src_x = 0; dest_x < w; mask_x++, dest_x++, src_x += src_px_size) { in rgb888_image_blend()
897 … for(mask_x = 0, dest_x = 0, src_x = 0; dest_x < w; mask_x++, dest_x++, src_x += src_px_size) { in rgb888_image_blend()
917 for(dest_x = 0, src_x = 0; dest_x < w; dest_x++, src_x += src_px_size) { in rgb888_image_blend()