Searched defs: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);
221 text[fonty * ROWBYTES + fontx] = ch;
222 text[fonty * ROWBYTES + fontx] &= 0x00ff;
224 text[fonty * ROWBYTES + fontx] |= 0x100;
228 if ((fontx + 1) >= x1) {
235 graphics_setxy(fontx + 1, fonty);
243 return (fontx << 8) | fonty;
580 fontx = col;
622 offset = cursorY * ROWBYTES + fontx;
[all...]

Completed in 46 milliseconds