Searched refs:fb_index (Results 1 – 1 of 1) sorted by relevance
123 const size_t fb_index = (fb_y / 8U) * fb->x_res + fb_x; in draw_char_vtmono() local191 fb->buf[fb_index] &= ~bg_mask; in draw_char_vtmono()197 fb->buf[fb_index] |= byte; in draw_char_vtmono()