Searched refs:fonty (Results 1 – 1 of 1) sorted by relevance
90 static int fonty = 0; variable207 if (fonty + 1 < y1) in graphics_putchar()208 graphics_setxy(fontx, fonty + 1); in graphics_putchar()214 graphics_setxy(x0, fonty); 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()229 graphics_setxy(x0, fonty); in graphics_putchar()230 if (fonty + 1 < y1) in graphics_putchar()231 graphics_setxy(x0, fonty + 1); in graphics_putchar()[all …]