Searched defs:glyph_width (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/hud/
H A Dfont.h44 * x1 = (glyph % 16) * glyph_width;
46 * x2 = x1 + glyph_width;
51 unsigned glyph_width; member in struct:util_font
/external/freetype/src/psaux/
H A Dcffdecode.c229 FT_Pos glyph_width; local
328 glyph_width = decoder->glyph_width;
357 decoder->glyph_width = glyph_width;
874 /* `glyph_width' to `nominal_width' plus number on the stack */
912 decoder->glyph_width = decoder->nominal_width +
1626 FT_Pos glyph_width = decoder->glyph_width; local
1634 decoder->glyph_width
[all...]
/external/freetype/include/freetype/internal/
H A Dpsaux.h617 FT_Pos* glyph_width; member in struct:PS_Decoder_
1117 FT_Pos glyph_width; member in struct:CFF_Decoder_

Completed in 413 milliseconds