Searched refs:glyph_height (Results 1 – 3 of 3) sorted by relevance
43 int glyph_height; in glamor_font_get() local72 glyph_height = font->info.maxbounds.ascent + font->info.maxbounds.descent; in glamor_font_get()78 glamor_font->glyph_height = glyph_height; in glamor_font_get()88 overall_height = glyph_height * ((num_rows + 1) / 2); in glamor_font_get()91 overall_height = glyph_height; in glamor_font_get()137 dst += (row / 2) * glyph_height * overall_width; in glamor_font_get()
36 CARD16 glyph_height; member
109 int glyph_spacing_y = glamor_font->glyph_height; in glamor_text()