Searched refs:fontx (Results 1 – 1 of 1) sorted by relevance
89 static int fontx = 0; variable208 graphics_setxy(fontx, fonty + 1); in graphics_putchar()221 text[fonty * ROWBYTES + fontx] = ch; in graphics_putchar()222 text[fonty * ROWBYTES + fontx] &= 0x00ff; in graphics_putchar()224 text[fonty * ROWBYTES + fontx] |= 0x100; in graphics_putchar()228 if ((fontx + 1) >= x1) { in graphics_putchar()235 graphics_setxy(fontx + 1, fonty); in graphics_putchar()243 return (fontx << 8) | fonty; in graphics_getxy()580 fontx = col; in graphics_setxy()622 offset = cursorY * ROWBYTES + fontx; in graphics_cursor()[all …]