Home
last modified time | relevance | path

Searched refs:dest_w (Results 1 – 16 of 16) sorted by relevance

/lvgl-latest/src/draw/sw/blend/helium/
Dlv_blend_helium.h306 .dst_w = dsc->dest_w, in lv_color_blend_to_rgb565_helium()
322 .dst_w = dsc->dest_w, in lv_color_blend_to_rgb565_with_opa_helium()
336 .dst_w = dsc->dest_w, in lv_color_blend_to_rgb565_with_mask_helium()
353 .dst_w = dsc->dest_w, in lv_color_blend_to_rgb565_mix_mask_opa_helium()
369 .dst_w = dsc->dest_w, in lv_rgb565_blend_normal_to_rgb565_helium()
385 .dst_w = dsc->dest_w, in lv_rgb565_blend_normal_to_rgb565_with_opa_helium()
400 .dst_w = dsc->dest_w, in lv_rgb565_blend_normal_to_rgb565_with_mask_helium()
418 .dst_w = dsc->dest_w, in lv_rgb565_blend_normal_to_rgb565_mix_mask_opa_helium()
437 .dst_w = dsc->dest_w, in lv_rgb888_blend_normal_to_rgb565_helium()
460 .dst_w = dsc->dest_w, in lv_rgb888_blend_normal_to_rgb565_with_opa_helium()
[all …]
/lvgl-latest/src/draw/sw/blend/neon/
Dlv_blend_neon.h298 .dst_w = dsc->dest_w, in lv_color_blend_to_rgb565_neon()
314 .dst_w = dsc->dest_w, in lv_color_blend_to_rgb565_with_opa_neon()
328 .dst_w = dsc->dest_w, in lv_color_blend_to_rgb565_with_mask_neon()
345 .dst_w = dsc->dest_w, in lv_color_blend_to_rgb565_mix_mask_opa_neon()
361 .dst_w = dsc->dest_w, in lv_rgb565_blend_normal_to_rgb565_neon()
377 .dst_w = dsc->dest_w, in lv_rgb565_blend_normal_to_rgb565_with_opa_neon()
392 .dst_w = dsc->dest_w, in lv_rgb565_blend_normal_to_rgb565_with_mask_neon()
410 .dst_w = dsc->dest_w, in lv_rgb565_blend_normal_to_rgb565_mix_mask_opa_neon()
429 .dst_w = dsc->dest_w, in lv_rgb888_blend_normal_to_rgb565_neon()
452 .dst_w = dsc->dest_w, in lv_rgb888_blend_normal_to_rgb565_with_opa_neon()
[all …]
/lvgl-latest/src/draw/sw/blend/arm2d/
Dlv_blend_arm2d.h216 arm_2d_size_t draw_size = {dsc->dest_w, dsc->dest_h}; in lv_color_blend_to_rgb565_arm2d()
227 arm_2d_size_t draw_size = {dsc->dest_w, dsc->dest_h}; in lv_color_blend_to_rgb565_with_opa_arm2d()
239 arm_2d_size_t draw_size = {dsc->dest_w, dsc->dest_h}; in lv_color_blend_to_rgb565_with_mask_arm2d()
252 arm_2d_size_t draw_size = {dsc->dest_w, dsc->dest_h}; in lv_color_blend_to_rgb565_mix_mask_opa_arm2d()
267 arm_2d_size_t draw_size = {dsc->dest_w, dsc->dest_h}; in lv_rgb565_blend_normal_to_rgb565_arm2d()
280 arm_2d_size_t draw_size = {dsc->dest_w, dsc->dest_h}; in lv_rgb565_blend_normal_to_rgb565_with_opa_arm2d()
294 arm_2d_size_t draw_size = {dsc->dest_w, dsc->dest_h}; in lv_rgb565_blend_normal_to_rgb565_with_mask_arm2d()
310 arm_2d_size_t draw_size = {dsc->dest_w, dsc->dest_h}; in lv_rgb565_blend_normal_to_rgb565_mix_mask_opa_arm2d()
333 arm_2d_size_t draw_size = {dsc->dest_w, dsc->dest_h}; in lv_rgb888_blend_normal_to_rgb565_arm2d()
353 arm_2d_size_t draw_size = {dsc->dest_w, dsc->dest_h}; in lv_rgb888_blend_normal_to_rgb565_with_opa_arm2d()
[all …]
/lvgl-latest/src/draw/nxp/pxp/
Dlv_draw_pxp_img.c124 int32_t dest_w = lv_area_get_width(dest_area); in _pxp_blit_recolor() local
155 .width = dest_w, in _pxp_blit_recolor()
191 int32_t dest_w = lv_area_get_width(dest_area); in _pxp_blit_transform() local
252 dest_w = src_w * fp_scale_x + trim_x; in _pxp_blit_transform()
270 PXP_SetProcessSurfacePosition(PXP_ID, 0U, 0U, dest_w - trim_x - 1U, dest_h - trim_y - 1U); in _pxp_blit_transform()
273 PXP_SetProcessSurfaceScaler(PXP_ID, src_w, src_h, dest_w, dest_h); in _pxp_blit_transform()
285 .width = dest_w - trim_x, in _pxp_blit_transform()
297 int32_t dest_w = lv_area_get_width(dest_area); in _pxp_blit() local
337 PXP_SetProcessSurfacePosition(PXP_ID, 0U, 0U, dest_w - 1U, dest_h - 1U); in _pxp_blit()
358 .width = dest_w, in _pxp_blit()
Dlv_draw_pxp_fill.c81 int32_t dest_w = lv_area_get_width(dest_area); in _pxp_fill() local
95 .width = dest_w, in _pxp_fill()
115 PXP_SetAlphaSurfacePosition(PXP_ID, 0U, 0U, dest_w - 1U, dest_h - 1U); in _pxp_fill()
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_transform.c128 int32_t dest_w = lv_area_get_width(dest_area); in lv_draw_sw_transform() local
131 int32_t dest_stride_a8 = dest_w; in lv_draw_sw_transform()
134 dest_stride = dest_w * lv_color_format_get_size(LV_COLOR_FORMAT_ARGB8888); in lv_draw_sw_transform()
137 dest_stride = dest_w * 2; in lv_draw_sw_transform()
140 dest_stride = dest_w * lv_color_format_get_size(src_cf); in lv_draw_sw_transform()
194 if(dest_w > 1) { in lv_draw_sw_transform()
195 xs_step_256 = (256 * xs_diff) / (dest_w - 1); in lv_draw_sw_transform()
220 if(dest_w > 1) { in lv_draw_sw_transform()
221 xs_step_256 = (256 * xs_diff) / (dest_w - 1); in lv_draw_sw_transform()
222 ys_step_256 = (256 * ys_diff) / (dest_w - 1); in lv_draw_sw_transform()
[all …]
/lvgl-latest/src/draw/sw/blend/
Dlv_draw_sw_blend_private.h51 int32_t dest_w; member
63 int32_t dest_w; member
Dlv_draw_sw_blend.c71 fill_dsc.dest_w = lv_area_get_width(&blend_area); in lv_draw_sw_blend()
145 image_dsc.dest_w = lv_area_get_width(&blend_area); in lv_draw_sw_blend()
Dlv_draw_sw_blend_to_l8.c183 int32_t w = dsc->dest_w; in lv_draw_sw_blend_color_to_l8()
332 int32_t w = dsc->dest_w; in i1_image_blend()
419 int32_t w = dsc->dest_w; in l8_image_blend()
501 int32_t w = dsc->dest_w; in al88_image_blend()
589 int32_t w = dsc->dest_w; in rgb565_image_blend()
676 int32_t w = dsc->dest_w; in rgb888_image_blend()
766 int32_t w = dsc->dest_w; in argb8888_image_blend()
Dlv_draw_sw_blend_to_al88.c199 int32_t w = dsc->dest_w; in lv_draw_sw_blend_color_to_al88()
357 int32_t w = dsc->dest_w; in i1_image_blend()
450 int32_t w = dsc->dest_w; in l8_image_blend()
543 int32_t w = dsc->dest_w; in al88_image_blend()
631 int32_t w = dsc->dest_w; in rgb565_image_blend()
727 int32_t w = dsc->dest_w; in rgb888_image_blend()
828 int32_t w = dsc->dest_w; in argb8888_image_blend()
Dlv_draw_sw_blend_to_rgb888.c186 int32_t w = dsc->dest_w; in lv_draw_sw_blend_color_to_rgb888()
361 int32_t w = dsc->dest_w; in i1_image_blend()
451 int32_t w = dsc->dest_w; in al88_image_blend()
537 int32_t w = dsc->dest_w; in l8_image_blend()
625 int32_t w = dsc->dest_w; in rgb565_image_blend()
724 int32_t w = dsc->dest_w * dest_px_size; in rgb888_image_blend()
823 int32_t w = dsc->dest_w; in argb8888_image_blend()
Dlv_draw_sw_blend_to_argb8888.c211 int32_t w = dsc->dest_w; in lv_draw_sw_blend_color_to_argb8888()
367 int32_t w = dsc->dest_w; in i1_image_blend()
460 int32_t w = dsc->dest_w; in al88_image_blend()
556 int32_t w = dsc->dest_w; in l8_image_blend()
647 int32_t w = dsc->dest_w; in rgb565_image_blend()
747 int32_t w = dsc->dest_w; in rgb888_image_blend()
866 int32_t w = dsc->dest_w; in argb8888_image_blend()
Dlv_draw_sw_blend_to_i1.c205 int32_t w = dsc->dest_w; in lv_draw_sw_blend_color_to_i1()
357 int32_t w = dsc->dest_w; in i1_image_blend()
475 int32_t w = dsc->dest_w; in l8_image_blend()
588 int32_t w = dsc->dest_w; in al88_image_blend()
702 int32_t w = dsc->dest_w; in argb8888_image_blend()
817 int32_t w = dsc->dest_w; in rgb888_image_blend()
938 int32_t w = dsc->dest_w; in rgb565_image_blend()
Dlv_draw_sw_blend_to_rgb565.c213 int32_t w = dsc->dest_w; in lv_draw_sw_blend_color_to_rgb565()
411 int32_t w = dsc->dest_w; in i1_image_blend()
528 int32_t w = dsc->dest_w; in al88_image_blend()
646 int32_t w = dsc->dest_w; in l8_image_blend()
759 int32_t w = dsc->dest_w; in rgb565_image_blend()
869 int32_t w = dsc->dest_w; in rgb888_image_blend()
981 int32_t w = dsc->dest_w; in argb8888_image_blend()
/lvgl-latest/src/draw/renesas/dave2d/
Dlv_draw_dave2d.c154 static void _dave2d_buf_copy(void * dest_buf, uint32_t dest_w, uint32_t dest_h, const lv_area_t * d…
189 D2_FIX4(dest_w), D2_FIX4(dest_h),
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_util.c441 int32_t dest_w = header.w * scale / 256; in lv_demo_high_res_image_preload() local
443 dest = lv_draw_buf_create(dest_w, dest_h, cf, LV_STRIDE_AUTO); in lv_demo_high_res_image_preload()