Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/hud/
Dfont.h52 unsigned glyph_height; member
Dhud_context.c201 y + hud->font.glyph_height); in hud_draw_string()
207 unsigned y2 = y + hud->font.glyph_height; in hud_draw_string()
209 unsigned ty1 = (*s / 16) * hud->font.glyph_height; in hud_draw_string()
211 unsigned ty2 = ty1 + hud->font.glyph_height; in hud_draw_string()
380 hud->font.glyph_height / 2; in hud_pane_accumulate_vertices()
391 unsigned y = pane->y2 + 2 + i*hud->font.glyph_height; in hud_pane_accumulate_vertices()
446 unsigned y = pane->y2 + 2 + i*hud->font.glyph_height; in hud_pane_draw_colored_objects()
1299 y += height + hud->font.glyph_height * (pane->num_graphs + 2); in hud_parse_env_var()
Dfont.c440 out_font->glyph_height = 14; in util_font_create_fixed_8x13()