Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_font.c41 int glyph_width_pixels; in glamor_font_get() local
71glyph_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()
H A Dglamor_font.h35 CARD16 glyph_width_pixels; member