Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_font.c43 int glyph_height; in glamor_font_get() local
72 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()
H A Dglamor_font.h36 CARD16 glyph_height; member
H A Dglamor_text.c109 int glyph_spacing_y = glamor_font->glyph_height; in glamor_text()