Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_font.c42 int glyph_width_bytes; in glamor_font_get() local
74 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()
H A Dglamor_font.h34 CARD16 glyph_width_bytes; member
H A Dglamor_text.c108 int glyph_spacing_x = glamor_font->glyph_width_bytes * 8; in glamor_text()