Home
last modified time | relevance | path

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

/bootable/bootloader/legacy/arch_msm7k/
Dmddi_console.c77 static int cx, cy, cmaxx, cmaxy; variable
84 cy = 0; in console_clear()
114 drawglyph(pixels + cy * 12 * fb_width + cx * 6, FGCOLOR, in console_putc()
121 cy++; in console_putc()
123 if(cy >= cmaxy) { in console_putc()
124 cy = cmaxy - 1; in console_putc()
148 cy = 0; in console_init()