Home
last modified time | relevance | path

Searched refs:VIDEO_FONT_HEIGHT (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dlcd_console_rotation.c23 uchar *pfont = video_fontdata + c * VIDEO_FONT_HEIGHT; in lcd_putc_xy90()
25 for (i = 0; i < VIDEO_FONT_HEIGHT; ++i) in lcd_putc_xy90()
28 dst += (pcons->lcdsizex + VIDEO_FONT_HEIGHT); in lcd_putc_xy90()
37 row*VIDEO_FONT_HEIGHT+1; in console_setrow90()
40 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) in console_setrow90()
42 dst += (pcons->lcdsizex + VIDEO_FONT_HEIGHT); in console_setrow90()
52 (rowdst*VIDEO_FONT_HEIGHT+1); in console_moverow90()
56 (rowsrc*VIDEO_FONT_HEIGHT+1); in console_moverow90()
59 for (i = 0; i < VIDEO_FONT_HEIGHT; i++) in console_moverow90()
61 src += (pcons->lcdsizex + VIDEO_FONT_HEIGHT); in console_moverow90()
[all …]
H A Dlcd_console.c54 for (row = 0; row < VIDEO_FONT_HEIGHT; row++) { in lcd_putc_xy0()
55 uchar bits = video_fontdata[c * VIDEO_FONT_HEIGHT + row]; in lcd_putc_xy0()
68 row * VIDEO_FONT_HEIGHT * in console_setrow0()
71 for (i = 0; i < (VIDEO_FONT_HEIGHT * pcons->lcdsizex); i++) in console_setrow0()
80 rowdst * VIDEO_FONT_HEIGHT * in console_moverow0()
84 rowsrc * VIDEO_FONT_HEIGHT * in console_moverow0()
87 for (i = 0; i < (VIDEO_FONT_HEIGHT * pcons->lcdsizex); i++) in console_moverow0()
101 cons.curr_row * VIDEO_FONT_HEIGHT, ' '); in console_back()
128 pcons->rows /= VIDEO_FONT_HEIGHT; in console_calc_rowcol()
130 pcons->rows = sizey / VIDEO_FONT_HEIGHT; in console_calc_rowcol()
[all …]
H A Dlcd.c278 lcd_set_row(7 + BMP_LOGO_HEIGHT / VIDEO_FONT_HEIGHT); in lcd_init()
745 lcd_set_row(LCD_INFO_Y / VIDEO_FONT_HEIGHT); in lcd_logo()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dconsole_rotate.c23 (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()
[all …]
H A Dconsole_normal.c21 int pixels = VIDEO_FONT_HEIGHT * vid_priv->xsize; in console_normal_set_row()
24 line = vid_priv->fb + row * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_normal_set_row()
67 dst = vid_priv->fb + rowdst * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_normal_move_rows()
68 src = vid_priv->fb + rowsrc * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_normal_move_rows()
69 memmove(dst, src, VIDEO_FONT_HEIGHT * vid_priv->line_length * count); in console_normal_move_rows()
87 for (row = 0; row < VIDEO_FONT_HEIGHT; row++) { in console_normal_putc_xy()
88 uchar bits = video_fontdata[ch * VIDEO_FONT_HEIGHT + row]; in console_normal_putc_xy()
143 vc_priv->y_charsize = VIDEO_FONT_HEIGHT; in console_normal_probe()
145 vc_priv->rows = vid_priv->ysize / VIDEO_FONT_HEIGHT; in console_normal_probe()
H A Dcfb_console.c172 #define VIDEO_INFO_Y (VIDEO_FONT_HEIGHT/2)
187 #define CONSOLE_ROWS ((VIDEO_ROWS - video_logo_height) / VIDEO_FONT_HEIGHT)
189 #define CONSOLE_ROWS (VIDEO_ROWS / VIDEO_FONT_HEIGHT)
193 #define CONSOLE_ROW_SIZE (VIDEO_FONT_HEIGHT * VIDEO_LINE_LEN)
333 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
334 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
357 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
358 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
391 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
392 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dvideo_font_4x6.h46 #define VIDEO_FONT_HEIGHT 6 macro
47 #define VIDEO_FONT_SIZE (VIDEO_FONT_CHARS * VIDEO_FONT_HEIGHT)
H A Dvideo_font_data.h13 #define VIDEO_FONT_HEIGHT 16 macro
14 #define VIDEO_FONT_SIZE (VIDEO_FONT_CHARS * VIDEO_FONT_HEIGHT)
H A Dlcd.h152 #define LCD_INFO_Y (BMP_LOGO_HEIGHT + VIDEO_FONT_HEIGHT)
155 #define LCD_INFO_Y VIDEO_FONT_HEIGHT
158 #define LCD_INFO_Y VIDEO_FONT_HEIGHT