Searched refs:logox (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()344 if ((logo_bits[xbm_index + (logox >> 3)] & in draw_xbmlogo()345 (1 << (logox & 7))) == 0) { in draw_xbmlogo()