Searched defs:fonty (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c91 static int fonty = 0; variable
208 if (fonty + 1 < y1)
209 graphics_setxy(fontx, fonty + 1);
215 graphics_setxy(x0, fonty);
222 text[fonty * ROWBYTES + fontx] = ch;
223 text[fonty * ROWBYTES + fontx] &= 0x00ff;
225 text[fonty * ROWBYTES + fontx] |= 0x100;
230 graphics_setxy(x0, fonty);
231 if (fonty + 1 < y1)
232 graphics_setxy(x0, fonty
[all...]

Completed in 28 milliseconds