Home
last modified time | relevance | path

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

/u-boot/common/
A Dlcd_console_rotation.c22 uchar *pfont = video_fontdata + c * VIDEO_FONT_HEIGHT; in lcd_putc_xy90() local
25 *dst-- = (*(pfont + i) & msk) ? fg_color : bg_color; in lcd_putc_xy90()
124 uchar *pfont = video_fontdata + c * VIDEO_FONT_HEIGHT; in lcd_putc_xy270() local
127 *dst++ = (*(pfont + i) & msk) ? fg_color : bg_color; in lcd_putc_xy270()
/u-boot/drivers/video/
A Dconsole_rotate.c94 uchar *pfont = video_fontdata + (u8)ch * VIDEO_FONT_HEIGHT; in console_putc_xy_1() local
114 *dst-- = (pfont[i] & mask) ? in console_putc_xy_1()
125 *dst-- = (pfont[i] & mask) ? in console_putc_xy_1()
136 *dst-- = (pfont[i] & mask) ? in console_putc_xy_1()
370 uchar *pfont = video_fontdata + (u8)ch * VIDEO_FONT_HEIGHT; in console_putc_xy_3() local
388 *dst++ = (pfont[i] & mask) ? in console_putc_xy_3()
399 *dst++ = (pfont[i] & mask) ? in console_putc_xy_3()
410 *dst++ = (pfont[i] & mask) ? in console_putc_xy_3()

Completed in 4 milliseconds