Lines Matching refs:VIDEO_FONT_HEIGHT

23 		(row + 1) * VIDEO_FONT_HEIGHT * pbytes;  in console_set_row_1()
30 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) in console_set_row_1()
39 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) in console_set_row_1()
48 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) in console_set_row_1()
72 (rowdst + count) * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_1()
74 (rowsrc + count) * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_1()
77 memmove(dst, src, VIDEO_FONT_HEIGHT * pbytes * count); in console_move_rows_1()
94 uchar *pfont = video_fontdata + ch * VIDEO_FONT_HEIGHT; in console_putc_xy_1()
101 for (col = 0; col < VIDEO_FONT_HEIGHT; col++) { in console_putc_xy_1()
107 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) { in console_putc_xy_1()
118 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) { in console_putc_xy_1()
129 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) { in console_putc_xy_1()
151 int pixels = VIDEO_FONT_HEIGHT * vid_priv->xsize; in console_set_row_2()
155 (row + 1) * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_set_row_2()
200 dst = end - (rowdst + count) * VIDEO_FONT_HEIGHT * in console_move_rows_2()
202 src = end - (rowsrc + count) * VIDEO_FONT_HEIGHT * in console_move_rows_2()
204 memmove(dst, src, VIDEO_FONT_HEIGHT * vid_priv->line_length * count); in console_move_rows_2()
225 for (row = 0; row < VIDEO_FONT_HEIGHT; row++) { in console_putc_xy_2()
226 uchar bits = video_fontdata[ch * VIDEO_FONT_HEIGHT + row]; in console_putc_xy_2()
281 line = vid_priv->fb + row * VIDEO_FONT_HEIGHT * pbytes; in console_set_row_3()
288 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) in console_set_row_3()
297 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) in console_set_row_3()
306 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) in console_set_row_3()
329 dst = vid_priv->fb + rowdst * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_3()
330 src = vid_priv->fb + rowsrc * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_3()
333 memmove(dst, src, VIDEO_FONT_HEIGHT * pbytes * count); in console_move_rows_3()
352 uchar *pfont = video_fontdata + ch * VIDEO_FONT_HEIGHT; in console_putc_xy_3()
357 for (col = 0; col < VIDEO_FONT_HEIGHT; col++) { in console_putc_xy_3()
363 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) { in console_putc_xy_3()
374 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) { in console_putc_xy_3()
385 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) { in console_putc_xy_3()
410 vc_priv->y_charsize = VIDEO_FONT_HEIGHT; in console_probe_2()
412 vc_priv->rows = vid_priv->ysize / VIDEO_FONT_HEIGHT; in console_probe_2()
424 vc_priv->y_charsize = VIDEO_FONT_HEIGHT; in console_probe_1_3()
426 vc_priv->rows = vid_priv->xsize / VIDEO_FONT_HEIGHT; in console_probe_1_3()