HomeSort by relevance Sort by last modified time
    Searched defs:glyph_width (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/hud/
font.h 44 * x1 = (glyph % 16) * glyph_width;
46 * x2 = x1 + glyph_width;
51 unsigned glyph_width; member in struct:util_font
  /external/freetype/src/psaux/
cffdecode.c 229 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
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 617 FT_Pos* glyph_width; member in struct:PS_Decoder_
1117 FT_Pos glyph_width; member in struct:CFF_Decoder_
    [all...]

Completed in 235 milliseconds