Home
last modified time | relevance | path

Searched refs:video_fontdata (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/common/
Dlcd_console_rotation.c22 uchar *pfont = video_fontdata + c * VIDEO_FONT_HEIGHT; in lcd_putc_xy90()
76 uchar bits = video_fontdata[c * VIDEO_FONT_HEIGHT + row]; in lcd_putc_xy180()
124 uchar *pfont = video_fontdata + c * VIDEO_FONT_HEIGHT; in lcd_putc_xy270()
Dlcd_console.c54 uchar bits = video_fontdata[c * VIDEO_FONT_HEIGHT + row]; in lcd_putc_xy0()
/external/u-boot/include/
Dvideo_font_4x6.h49 static unsigned char video_fontdata[VIDEO_FONT_SIZE] = { variable
Dvideo_font_data.h17 static unsigned char __maybe_unused video_fontdata[VIDEO_FONT_SIZE] = { variable
/external/u-boot/drivers/video/
Dconsole_rotate.c93 uchar *pfont = video_fontdata + ch * VIDEO_FONT_HEIGHT; in console_putc_xy_1()
225 uchar bits = video_fontdata[ch * VIDEO_FONT_HEIGHT + row]; in console_putc_xy_2()
351 uchar *pfont = video_fontdata + ch * VIDEO_FONT_HEIGHT; in console_putc_xy_3()
Dcfb_console.c332 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
356 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
390 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
424 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
467 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
Dconsole_normal.c87 uchar bits = video_fontdata[ch * VIDEO_FONT_HEIGHT + row]; in console_normal_putc_xy()