Home
last modified time | relevance | path

Searched refs:fb_index (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
338 fb_index = fb_offset + (screenx >> 3); in draw_xbmlogo()
347 s1[fb_index] |= mask; in draw_xbmlogo()
348 s2[fb_index] |= mask; in draw_xbmlogo()
349 s4[fb_index] |= mask; in draw_xbmlogo()
350 s8[fb_index] |= mask; in draw_xbmlogo()