Searched refs:glyph_width_pixels (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_font.h35 CARD16 glyph_width_pixels; member in struct:__anonbf58c7cb0108
H A Dglamor_font.c41 int glyph_width_pixels; local in function:glamor_font_get
71 glyph_width_pixels = font->info.maxbounds.rightSideBearing - font->info.minbounds.leftSideBearing;
74 glyph_width_bytes = (glyph_width_pixels + 7) >> 3;
76 glamor_font->glyph_width_pixels = glyph_width_pixels;

Completed in 2 milliseconds