Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dcfb_console.c272 static const int video_font_draw_table24[16][3] = { variable
474 (video_font_draw_table24[bits >> 4][0] in video_drawchars()
477 (video_font_draw_table24[bits >> 4][1] in video_drawchars()
480 (video_font_draw_table24[bits >> 4][2] in video_drawchars()
487 (video_font_draw_table24[bits & 15][0] in video_drawchars()
490 (video_font_draw_table24[bits & 15][1] in video_drawchars()
493 (video_font_draw_table24[bits & 15][2] in video_drawchars()