Searched refs:glyph_width_pixels (Results 1 – 2 of 2) sorted by relevance
41 int glyph_width_pixels; in glamor_font_get() local71 … glyph_width_pixels = font->info.maxbounds.rightSideBearing - font->info.minbounds.leftSideBearing; in glamor_font_get()74 glyph_width_bytes = (glyph_width_pixels + 7) >> 3; in glamor_font_get()76 glamor_font->glyph_width_pixels = glyph_width_pixels; in glamor_font_get()
35 CARD16 glyph_width_pixels; member