Searched refs:bottom_lines (Results 1 – 1 of 1) sorted by relevance
125 const uint8_t bottom_lines = ((offset + fptr->height) % 8); in draw_char_vtmono() local179 if (((fptr->height - g_y) < 8) && (bottom_lines != 0)) { in draw_char_vtmono()180 const uint8_t clip = font_is_msbfirst ? MSB_BIT_MASK(bottom_lines) in draw_char_vtmono()181 : LSB_BIT_MASK(bottom_lines); in draw_char_vtmono()204 g_y += bottom_lines; in draw_char_vtmono()