Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/fb/
Dcfb.c126 uint8_t bg_mask; in draw_char_vtmono() local
159 bg_mask = BIT_MASK(8 - offset); in draw_char_vtmono()
165 bg_mask = 0xFF; in draw_char_vtmono()
170 bg_mask = BIT_MASK(8 - offset) << offset; in draw_char_vtmono()
172 bg_mask = 0xFF; in draw_char_vtmono()
183 bg_mask &= clip; in draw_char_vtmono()
189 bg_mask = byte_reverse(bg_mask); in draw_char_vtmono()
191 fb->buf[fb_index] &= ~bg_mask; in draw_char_vtmono()