Lines Matching refs:buf_h
389 int32_t buf_h; in recolor_only() local
394 buf_h = MAX_BUF_SIZE / buf_stride; in recolor_only()
395 if(buf_h > blend_h) buf_h = blend_h; in recolor_only()
396 tmp_buf = lv_malloc(buf_stride * buf_h); in recolor_only()
416 blend_area.y2 = blend_area.y1 + buf_h - 1; in recolor_only()
427 blend_area.y2 = blend_area.y1 + buf_h - 1; in recolor_only()
471 int32_t buf_h; in transform_and_recolor() local
474 buf_h = MAX_BUF_SIZE / buf_stride; in transform_and_recolor()
475 if(buf_h > blend_h) buf_h = blend_h; in transform_and_recolor()
476 transformed_buf = lv_malloc(buf_stride * buf_h); in transform_and_recolor()
480 buf_h = MAX_BUF_SIZE / buf_stride; in transform_and_recolor()
481 if(buf_h > blend_h) buf_h = blend_h; in transform_and_recolor()
482 transformed_buf = lv_malloc(buf_stride * buf_h); in transform_and_recolor()
489 blend_area.y2 = blend_area.y1 + buf_h - 1; in transform_and_recolor()
499 blend_dsc.mask_buf = transformed_buf + blend_w * 2 * buf_h; in transform_and_recolor()
533 blend_area.y2 = blend_area.y1 + buf_h - 1; in transform_and_recolor()