Searched refs:src_cols (Results 1 – 1 of 1) sorted by relevance
468 unsigned int src_cols, in vc_uniscr_copy_area() argument481 memcpy(dst_line, src_line, src_cols * sizeof(char32_t)); in vc_uniscr_copy_area()482 if (dst_cols - src_cols) in vc_uniscr_copy_area()483 memset32(dst_line + src_cols, ' ', dst_cols - src_cols); in vc_uniscr_copy_area()