Searched refs:glyph_width_bytes (Results 1 – 3 of 3) sorted by relevance
42 int glyph_width_bytes; in glamor_font_get() local74 glyph_width_bytes = (glyph_width_pixels + 7) >> 3; in glamor_font_get()77 glamor_font->glyph_width_bytes = glyph_width_bytes; in glamor_font_get()84 glamor_font->row_width = glyph_width_bytes * num_cols; in glamor_font_get()141 dst += col * glyph_width_bytes; in glamor_font_get()
34 CARD16 glyph_width_bytes; member
108 int glyph_spacing_x = glamor_font->glyph_width_bytes * 8; in glamor_text()