Home
last modified time | relevance | path

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

/bootable/bootloader/legacy/arch_msm7k/
Dmddi_console.c35 static void drawglyph(unsigned short *pixels, unsigned short paint, in drawglyph() function
71 drawglyph(pixels + y*stride + x, paint, stride, font5x12 + c);
114 drawglyph(pixels + cy * 12 * fb_width + cx * 6, FGCOLOR, in console_putc()