Searched defs: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)
208 graphics_setxy(fontx, fonty + 1);
214 graphics_setxy(x0, fonty);
221 text[fonty * ROWBYTES + fontx] = ch;
222 text[fonty * ROWBYTES + fontx] &= 0x00ff;
224 text[fonty * ROWBYTES + fontx] |= 0x100;
229 graphics_setxy(x0, fonty);
230 if (fonty + 1 < y1)
231 graphics_setxy(x0, fonty
[all...]

Completed in 49 milliseconds