Searched refs:video_fontdata (Results 1 – 10 of 10) sorted by relevance
23 uchar *pfont = video_fontdata + c * VIDEO_FONT_HEIGHT; in lcd_putc_xy90()77 uchar bits = video_fontdata[c * VIDEO_FONT_HEIGHT + row]; in lcd_putc_xy180()125 uchar *pfont = video_fontdata + c * VIDEO_FONT_HEIGHT; in lcd_putc_xy270()
55 uchar bits = video_fontdata[c * VIDEO_FONT_HEIGHT + row]; in lcd_putc_xy0()
49 static unsigned char video_fontdata[VIDEO_FONT_SIZE] = { variable
16 static unsigned char __maybe_unused video_fontdata[VIDEO_FONT_SIZE] = { variable
94 uchar *pfont = video_fontdata + ch * VIDEO_FONT_HEIGHT; in console_putc_xy_1()226 uchar bits = video_fontdata[ch * VIDEO_FONT_HEIGHT + row]; in console_putc_xy_2()352 uchar *pfont = video_fontdata + ch * VIDEO_FONT_HEIGHT; in console_putc_xy_3()
333 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()357 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()391 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()425 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()468 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
88 uchar bits = video_fontdata[ch * VIDEO_FONT_HEIGHT + row]; in console_normal_putc_xy()