HomeSort by relevance Sort by last modified time
    Searched defs:glyph_width (Results 1 - 5 of 5) 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/cff/
cffgload.h 175 FT_Pos glyph_width; member in struct:CFF_Decoder_
cffgload.c 457 decoder->glyph_width = sub->private_dict.default_width;
744 FT_Pos glyph_width; local
843 glyph_width = decoder->glyph_width;
872 decoder->glyph_width = glyph_width;
2032 FT_Pos glyph_width = decoder->glyph_width; local
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffgload.h 175 FT_Pos glyph_width; member in struct:CFF_Decoder_
cffgload.c 457 decoder->glyph_width = sub->private_dict.default_width;
744 FT_Pos glyph_width; local
843 glyph_width = decoder->glyph_width;
872 decoder->glyph_width = glyph_width;
1980 FT_Pos glyph_width = decoder->glyph_width; local
    [all...]

Completed in 115 milliseconds