Searched refs:transformed_buf (Results 1 – 1 of 1) sorted by relevance
470 uint8_t * transformed_buf; in transform_and_recolor() local476 transformed_buf = lv_malloc(buf_stride * buf_h); in transform_and_recolor()482 transformed_buf = lv_malloc(buf_stride * buf_h); in transform_and_recolor()484 LV_ASSERT_MALLOC(transformed_buf); in transform_and_recolor()486 blend_dsc.src_buf = transformed_buf; in transform_and_recolor()499 blend_dsc.mask_buf = transformed_buf + blend_w * 2 * buf_h; in transform_and_recolor()503 blend_dsc.mask_buf = transformed_buf; in transform_and_recolor()519 draw_dsc, sup, cf, transformed_buf); in transform_and_recolor()525 …recolor(relative_area2, transformed_buf, transformed_buf, blend_dsc.src_stride, cf_final, draw_dsc… in transform_and_recolor()537 … blend_dsc.mask_buf = transformed_buf + blend_w * 2 * lv_area_get_height(&blend_area); in transform_and_recolor()[all …]