Lines Matching refs:VIDEO_FONT_HEIGHT

22 		(row + 1) * VIDEO_FONT_HEIGHT * pbytes;  in console_set_row_1()
29 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) in console_set_row_1()
38 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) in console_set_row_1()
47 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) in console_set_row_1()
71 (rowdst + count) * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_1()
73 (rowsrc + count) * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_1()
76 memmove(dst, src, VIDEO_FONT_HEIGHT * pbytes * count); in console_move_rows_1()
93 uchar *pfont = video_fontdata + ch * VIDEO_FONT_HEIGHT; in console_putc_xy_1()
100 for (col = 0; col < VIDEO_FONT_HEIGHT; col++) { in console_putc_xy_1()
106 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) { in console_putc_xy_1()
117 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) { in console_putc_xy_1()
128 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) { in console_putc_xy_1()
150 int pixels = VIDEO_FONT_HEIGHT * vid_priv->xsize; in console_set_row_2()
154 (row + 1) * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_set_row_2()
199 dst = end - (rowdst + count) * VIDEO_FONT_HEIGHT * in console_move_rows_2()
201 src = end - (rowsrc + count) * VIDEO_FONT_HEIGHT * in console_move_rows_2()
203 memmove(dst, src, VIDEO_FONT_HEIGHT * vid_priv->line_length * count); in console_move_rows_2()
224 for (row = 0; row < VIDEO_FONT_HEIGHT; row++) { in console_putc_xy_2()
225 uchar bits = video_fontdata[ch * VIDEO_FONT_HEIGHT + row]; in console_putc_xy_2()
280 line = vid_priv->fb + row * VIDEO_FONT_HEIGHT * pbytes; in console_set_row_3()
287 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) in console_set_row_3()
296 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) in console_set_row_3()
305 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) in console_set_row_3()
328 dst = vid_priv->fb + rowdst * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_3()
329 src = vid_priv->fb + rowsrc * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_3()
332 memmove(dst, src, VIDEO_FONT_HEIGHT * pbytes * count); in console_move_rows_3()
351 uchar *pfont = video_fontdata + ch * VIDEO_FONT_HEIGHT; in console_putc_xy_3()
356 for (col = 0; col < VIDEO_FONT_HEIGHT; col++) { in console_putc_xy_3()
362 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) { in console_putc_xy_3()
373 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) { in console_putc_xy_3()
384 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) { in console_putc_xy_3()
409 vc_priv->y_charsize = VIDEO_FONT_HEIGHT; in console_probe_2()
411 vc_priv->rows = vid_priv->ysize / VIDEO_FONT_HEIGHT; in console_probe_2()
423 vc_priv->y_charsize = VIDEO_FONT_HEIGHT; in console_probe_1_3()
425 vc_priv->rows = vid_priv->xsize / VIDEO_FONT_HEIGHT; in console_probe_1_3()