Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/fb/
Dcfb.c128 uint8_t next_byte; in draw_char_vtmono() local
143 next_byte = get_glyph_byte(glyph_ptr, fptr, g_x, g_y / 8); in draw_char_vtmono()
146 next_byte = get_glyph_byte(glyph_ptr, fptr, g_x, (g_y + 8) / 8); in draw_char_vtmono()
153 byte = ((byte << 8) | next_byte) >> (offset); in draw_char_vtmono()
168 byte = ((next_byte << 8) | byte) >> (8 - offset); in draw_char_vtmono()