Lines Matching refs:dst
27 u8 *dst; in fbcon_rotate_font() local
49 dst = kmalloc(d_cellsize * len, GFP_KERNEL); in fbcon_rotate_font()
51 if (dst == NULL) { in fbcon_rotate_font()
58 ops->fontbuffer = dst; in fbcon_rotate_font()
61 dst = ops->fontbuffer; in fbcon_rotate_font()
62 memset(dst, 0, ops->fd_size); in fbcon_rotate_font()
67 rotate_ud(src, dst, vc->vc_font.width, in fbcon_rotate_font()
71 dst += d_cellsize; in fbcon_rotate_font()
76 rotate_cw(src, dst, vc->vc_font.width, in fbcon_rotate_font()
79 dst += d_cellsize; in fbcon_rotate_font()
84 rotate_ccw(src, dst, vc->vc_font.width, in fbcon_rotate_font()
87 dst += d_cellsize; in fbcon_rotate_font()