Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c90 static int fonty = 0; variable
207 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()
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()
235 graphics_setxy(fontx + 1, fonty); in graphics_putchar()
243 return (fontx << 8) | fonty; in graphics_getxy()
[all …]