Lines Matching refs:line_length
22 line = vid_priv->fb + vid_priv->line_length - in console_set_row_1()
56 line += vid_priv->line_length; in console_set_row_1()
71 dst = vid_priv->fb + vid_priv->line_length - in console_move_rows_1()
73 src = vid_priv->fb + vid_priv->line_length - in console_move_rows_1()
78 src += vid_priv->line_length; in console_move_rows_1()
79 dst += vid_priv->line_length; in console_move_rows_1()
97 vid_priv->line_length - (y + 1) * pbytes; in console_putc_xy_1()
139 line += vid_priv->line_length; in console_putc_xy_1()
154 line = vid_priv->fb + vid_priv->ysize * vid_priv->line_length - in console_set_row_2()
155 (row + 1) * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_set_row_2()
199 end = vid_priv->fb + vid_priv->ysize * vid_priv->line_length; in console_move_rows_2()
201 vid_priv->line_length; in console_move_rows_2()
203 vid_priv->line_length; in console_move_rows_2()
204 memmove(dst, src, VIDEO_FONT_HEIGHT * vid_priv->line_length * count); in console_move_rows_2()
221 vid_priv->line_length + in console_putc_xy_2()
268 line -= vid_priv->line_length; in console_putc_xy_2()
314 line += vid_priv->line_length; in console_set_row_3()
334 src += vid_priv->line_length; in console_move_rows_3()
335 dst += vid_priv->line_length; in console_move_rows_3()
351 vid_priv->line_length + y * pbytes; in console_putc_xy_3()
395 line -= vid_priv->line_length; in console_putc_xy_3()