Searched refs:cy (Results 1 – 1 of 1) sorted by relevance
77 static int cx, cy, cmaxx, cmaxy; variable84 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()