Searched refs:video_fontdata (Results 1 – 7 of 7) sorted by relevance
22 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()
54 uchar bits = video_fontdata[c * VIDEO_FONT_HEIGHT + row]; in lcd_putc_xy0()
49 static unsigned char video_fontdata[VIDEO_FONT_SIZE] = { variable
17 static unsigned char __maybe_unused video_fontdata[VIDEO_FONT_SIZE] = { variable
93 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()
332 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()
87 uchar bits = video_fontdata[ch * VIDEO_FONT_HEIGHT + row]; in console_normal_putc_xy()