Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c324 unsigned screenx, logox, logoy, fb_offset, fb_index; in draw_xbmlogo() local
335 for (logox = 0, screenx = (HPIXELS - 1) - logo_width - 4; in draw_xbmlogo()
336 logox < logo_width; logox++, screenx++) { in draw_xbmlogo()
337 mask = 0x80 >> (screenx & 7); in draw_xbmlogo()
338 fb_index = fb_offset + (screenx >> 3); in draw_xbmlogo()