Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dcfb_console.c271 static const int video_font_draw_table24[16][3] = { variable
473 (video_font_draw_table24[bits >> 4][0] in video_drawchars()
476 (video_font_draw_table24[bits >> 4][1] in video_drawchars()
479 (video_font_draw_table24[bits >> 4][2] in video_drawchars()
486 (video_font_draw_table24[bits & 15][0] in video_drawchars()
489 (video_font_draw_table24[bits & 15][1] in video_drawchars()
492 (video_font_draw_table24[bits & 15][2] in video_drawchars()