HomeSort by: relevance | last modified time | path
    Searched defs:glyph_width_bytes (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_font.h 34 CARD16 glyph_width_bytes; member in struct:__anon9845
glamor_font.c 42 int glyph_width_bytes; local
77 glyph_width_bytes = (glyph_width_pixels + 7) >> 3;
80 glamor_font->glyph_width_bytes = glyph_width_bytes;
87 glamor_font->row_width = glyph_width_bytes * num_cols;
152 gw > glyph_width_bytes || gh > glyph_height) {
165 dst += col * glyph_width_bytes;

Completed in 5 milliseconds