Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/fb/
Dcfb.c123 const size_t fb_index = (fb_y / 8U) * fb->x_res + fb_x; in draw_char_vtmono() local
191 fb->buf[fb_index] &= ~bg_mask; in draw_char_vtmono()
197 fb->buf[fb_index] |= byte; in draw_char_vtmono()