HomeSort by relevance Sort by last modified time
    Searched refs:video_fontdata (Results 1 - 7 of 7) sorted by null

  /external/u-boot/common/
lcd_console_rotation.c 22 uchar *pfont = video_fontdata + c * VIDEO_FONT_HEIGHT;
76 uchar bits = video_fontdata[c * VIDEO_FONT_HEIGHT + row];
124 uchar *pfont = video_fontdata + c * VIDEO_FONT_HEIGHT;
lcd_console.c 54 uchar bits = video_fontdata[c * VIDEO_FONT_HEIGHT + row];
  /external/u-boot/drivers/video/
console_rotate.c 93 uchar *pfont = video_fontdata + ch * VIDEO_FONT_HEIGHT;
225 uchar bits = video_fontdata[ch * VIDEO_FONT_HEIGHT + row];
351 uchar *pfont = video_fontdata + ch * VIDEO_FONT_HEIGHT;
console_normal.c 87 uchar bits = video_fontdata[ch * VIDEO_FONT_HEIGHT + row];
cfb_console.c 332 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT;
356 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT;
390 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT;
424 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT;
467 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT;
    [all...]
  /external/u-boot/include/
video_font_4x6.h 49 static unsigned char video_fontdata[VIDEO_FONT_SIZE] = { variable
    [all...]
video_font_data.h 17 static unsigned char __maybe_unused video_fontdata[VIDEO_FONT_SIZE] = { variable
    [all...]

Completed in 233 milliseconds