HomeSort by relevance Sort by last modified time
    Searched full:standard_width (Results 1 - 8 of 8) sorted by null

  /external/freetype/src/cff/
cfftoken.h 82 CFF_FIELD_NUM ( 10, standard_width )
cfftypes.h 165 FT_Pos standard_width; member in struct:CFF_PrivateRec_
cffobjs.c 136 priv->standard_width[0] = (FT_UShort)cpriv->standard_width;
  /external/freetype/src/autofit/
aflatin.h 104 FT_Pos standard_width; member in struct:AF_LatinAxisRec_
aflatin2.c 146 axis->standard_width = stdw;
584 (FT_Bool)( FT_MulFix( axis->standard_width, scale ) < 32 + 8 );
1057 segment_length_threshold = (laxis->standard_width * 10 ) >> 4;
1106 if (dist >= laxis->standard_width >> 1)
    [all...]
aflatin.c 139 axis->standard_width = stdw;
587 (FT_Bool)( FT_MulFix( axis->standard_width, scale ) < 32 + 8 );
    [all...]
  /external/freetype/include/freetype/
t1tables.h 138 FT_UShort standard_width[1]; member in struct:PS_PrivateRec_
  /external/freetype/src/pshinter/
pshglob.c 645 write->org = priv->standard_width[0];

Completed in 995 milliseconds