Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c89 static int fontx = 0; variable
208 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 …]