Lines Matching refs:dst
28 u8 *dst; in fbcon_rotate_font() local
50 dst = kmalloc(d_cellsize * len, GFP_KERNEL); in fbcon_rotate_font()
52 if (dst == NULL) { in fbcon_rotate_font()
59 ops->fontbuffer = dst; in fbcon_rotate_font()
62 dst = ops->fontbuffer; in fbcon_rotate_font()
63 memset(dst, 0, ops->fd_size); in fbcon_rotate_font()
68 rotate_ud(src, dst, vc->vc_font.width, in fbcon_rotate_font()
72 dst += d_cellsize; in fbcon_rotate_font()
77 rotate_cw(src, dst, vc->vc_font.width, in fbcon_rotate_font()
80 dst += d_cellsize; in fbcon_rotate_font()
85 rotate_ccw(src, dst, vc->vc_font.width, in fbcon_rotate_font()
88 dst += d_cellsize; in fbcon_rotate_font()