Searched refs:dst_lines (Results 1 – 2 of 2) sorted by relevance
445 static void vc_uniscr_copy_area(u32 **dst_lines, in vc_uniscr_copy_area() argument455 if (!dst_lines) in vc_uniscr_copy_area()460 u32 *dst_line = dst_lines[dst_row]; in vc_uniscr_copy_area()469 u32 *dst_line = dst_lines[dst_row]; in vc_uniscr_copy_area()
9285 + const size_t dst_lines = ((fmt->i_visible_height + 15) & ~15);9286 + const size_t dst_size = dst_stride * dst_lines;9345 …, fmt->i_visible_width, fmt->i_visible_height, fmt->i_width, fmt->i_height, dst_stride, dst_lines);9366 + ent->height = dst_lines;