Lines Matching refs:g_y
116 for (size_t g_y = 0; g_y < fptr->height;) { in draw_char_vtmono() local
122 const int16_t fb_y = y + g_y; in draw_char_vtmono()
131 g_y++; in draw_char_vtmono()
135 if (offset == 0 || g_y == 0) { in draw_char_vtmono()
143 next_byte = get_glyph_byte(glyph_ptr, fptr, g_x, g_y / 8); in draw_char_vtmono()
145 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()
155 if (g_y == 0) { in draw_char_vtmono()
169 if (g_y == 0) { in draw_char_vtmono()
179 if (((fptr->height - g_y) < 8) && (bottom_lines != 0)) { in draw_char_vtmono()
199 if (g_y == 0) { in draw_char_vtmono()
200 g_y += (8 - offset); in draw_char_vtmono()
201 } else if ((fptr->height - g_y) >= 8) { in draw_char_vtmono()
202 g_y += 8; in draw_char_vtmono()
204 g_y += bottom_lines; in draw_char_vtmono()