Searched refs:font_is_msbfirst (Results 1 – 1 of 1) sorted by relevance
99 const bool font_is_msbfirst = ((fptr->caps & CFB_FONT_MSB_FIRST) != 0); in draw_char_vtmono() local101 (((fb->screen_info & SCREEN_INFO_MONO_MSB_FIRST) != 0) != font_is_msbfirst); in draw_char_vtmono()149 if (font_is_msbfirst) { in draw_char_vtmono()180 const uint8_t clip = font_is_msbfirst ? MSB_BIT_MASK(bottom_lines) in draw_char_vtmono()