Searched refs:screenx (Results 1 – 1 of 1) sorted by relevance
324 unsigned screenx, logox, logoy, fb_offset, fb_index; in draw_xbmlogo() local335 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()