Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dgen_overlay_fonts.py156 glyph_height = glyph_ascender - glyph_descender
158 font_glyph_heights.append(glyph_height)
163 assert (glyph_height == font_glyph_heights[current_font_mip - 1] // 2)
172 font_data_size = char_count * glyph_width * glyph_height
191 offset_y = glyph_height - (top - glyph_descender)
201 assert (offset_y + rows <= glyph_height)
204 for y in range(glyph_height):
/external/mesa3d/src/gallium/auxiliary/hud/
Dfont.h52 unsigned glyph_height; member
Dhud_context.c159 y + hud->font.glyph_height); in hud_draw_string()
165 unsigned y2 = y + hud->font.glyph_height; in hud_draw_string()
167 unsigned ty1 = (*s / 16) * hud->font.glyph_height; in hud_draw_string()
169 unsigned ty2 = ty1 + hud->font.glyph_height; in hud_draw_string()
343 hud->font.glyph_height / 2; in hud_pane_accumulate_vertices()
354 unsigned y = pane->y2 + 2 + i*hud->font.glyph_height; in hud_pane_accumulate_vertices()
410 unsigned y = pane->y_simple + i*hud->font.glyph_height; in hud_pane_accumulate_vertices_simple()
429 unsigned y = pane->y2 + 2 + i*hud->font.glyph_height; in hud_pane_draw_colored_objects()
1447 y += height + hud->font.glyph_height * (pane->num_graphs + 2); in hud_parse_env_var()
1448 y_simple += hud->font.glyph_height * (pane->num_graphs + 1); in hud_parse_env_var()
Dfont.c440 out_font->glyph_height = 14; in util_font_create_fixed_8x13()