Home
last modified time | relevance | path

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

/bootable/bootloader/legacy/arch_msm7k/
Dmddi_console.c77 static int cx, cy, cmaxx, cmaxy; variable
83 cx = 0; in console_clear()
114 drawglyph(pixels + cy * 12 * fb_width + cx * 6, FGCOLOR, in console_putc()
117 cx++; in console_putc()
118 if(cx < cmaxx) return; in console_putc()
122 cx = 0; in console_putc()
147 cx = 0; in console_init()