Searched refs:VIDEO_FONT_HEIGHT (Results 1 – 9 of 9) sorted by relevance
22 uchar *pfont = video_fontdata + c * VIDEO_FONT_HEIGHT; in lcd_putc_xy90()24 for (i = 0; i < VIDEO_FONT_HEIGHT; ++i) in lcd_putc_xy90()27 dst += (pcons->lcdsizex + VIDEO_FONT_HEIGHT); in lcd_putc_xy90()36 row*VIDEO_FONT_HEIGHT+1; in console_setrow90()39 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) in console_setrow90()41 dst += (pcons->lcdsizex + VIDEO_FONT_HEIGHT); in console_setrow90()51 (rowdst*VIDEO_FONT_HEIGHT+1); in console_moverow90()55 (rowsrc*VIDEO_FONT_HEIGHT+1); in console_moverow90()58 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) in console_moverow90()60 src += (pcons->lcdsizex + VIDEO_FONT_HEIGHT); in console_moverow90()[all …]
53 for (row = 0; row < VIDEO_FONT_HEIGHT; row++) { in lcd_putc_xy0()54 uchar bits = video_fontdata[c * VIDEO_FONT_HEIGHT + row]; in lcd_putc_xy0()67 row * VIDEO_FONT_HEIGHT * in console_setrow0()70 for (i = 0; i < (VIDEO_FONT_HEIGHT * pcons->lcdsizex); i++) in console_setrow0()79 rowdst * VIDEO_FONT_HEIGHT * in console_moverow0()83 rowsrc * VIDEO_FONT_HEIGHT * in console_moverow0()86 for (i = 0; i < (VIDEO_FONT_HEIGHT * pcons->lcdsizex); i++) in console_moverow0()100 cons.curr_row * VIDEO_FONT_HEIGHT, ' '); in console_back()127 pcons->rows /= VIDEO_FONT_HEIGHT; in console_calc_rowcol()129 pcons->rows = sizey / VIDEO_FONT_HEIGHT; in console_calc_rowcol()[all …]
277 lcd_set_row(7 + BMP_LOGO_HEIGHT / VIDEO_FONT_HEIGHT); in lcd_init()744 lcd_set_row(LCD_INFO_Y / VIDEO_FONT_HEIGHT); in lcd_logo()
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()[all …]
20 int pixels = VIDEO_FONT_HEIGHT * vid_priv->xsize; in console_normal_set_row()23 line = vid_priv->fb + row * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_normal_set_row()66 dst = vid_priv->fb + rowdst * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_normal_move_rows()67 src = vid_priv->fb + rowsrc * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_normal_move_rows()68 memmove(dst, src, VIDEO_FONT_HEIGHT * vid_priv->line_length * count); in console_normal_move_rows()86 for (row = 0; row < VIDEO_FONT_HEIGHT; row++) { in console_normal_putc_xy()87 uchar bits = video_fontdata[ch * VIDEO_FONT_HEIGHT + row]; in console_normal_putc_xy()142 vc_priv->y_charsize = VIDEO_FONT_HEIGHT; in console_normal_probe()144 vc_priv->rows = vid_priv->ysize / VIDEO_FONT_HEIGHT; in console_normal_probe()
171 #define VIDEO_INFO_Y (VIDEO_FONT_HEIGHT/2)186 #define CONSOLE_ROWS ((VIDEO_ROWS - video_logo_height) / VIDEO_FONT_HEIGHT)188 #define CONSOLE_ROWS (VIDEO_ROWS / VIDEO_FONT_HEIGHT)192 #define CONSOLE_ROW_SIZE (VIDEO_FONT_HEIGHT * VIDEO_LINE_LEN)332 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()333 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()356 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()357 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()390 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()391 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()[all …]
46 #define VIDEO_FONT_HEIGHT 6 macro47 #define VIDEO_FONT_SIZE (VIDEO_FONT_CHARS * VIDEO_FONT_HEIGHT)
14 #define VIDEO_FONT_HEIGHT 16 macro15 #define VIDEO_FONT_SIZE (VIDEO_FONT_CHARS * VIDEO_FONT_HEIGHT)
151 #define LCD_INFO_Y (BMP_LOGO_HEIGHT + VIDEO_FONT_HEIGHT)154 #define LCD_INFO_Y VIDEO_FONT_HEIGHT157 #define LCD_INFO_Y VIDEO_FONT_HEIGHT