Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c60 #define ROWBYTES (HPIXELS / HPIXELSPERBYTE) macro
61 #define SCREENBYTES (ROWBYTES * VPIXELS)
76 const int x1 = ROWBYTES;
82 unsigned short text[ROWBYTES * 30];
221 text[fonty * ROWBYTES + fontx] = ch; in graphics_putchar()
222 text[fonty * ROWBYTES + fontx] &= 0x00ff; in graphics_putchar()
263 for (i = 0; i < ROWBYTES * 30; i++) in graphics_cls()
355 fb_offset += ROWBYTES; in draw_xbmlogo()
554 len += ROWBYTES; in read_image()
622 offset = cursorY * ROWBYTES + fontx; in graphics_cursor()
[all …]