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

  /external/freetype/src/autofit/
afcjk.h 81 FT_Pos standard_width; /* the default stem thickness */ member in struct:AF_CJKAxisRec_
aflatin.h 90 FT_Pos standard_width; /* the default stem thickness */ member in struct:AF_LatinAxisRec_
aflatin2.c 159 axis->standard_width = stdw;
627 (FT_Bool)( FT_MulFix( axis->standard_width, scale ) < 32 + 8 );
1098 segment_length_threshold = ( laxis->standard_width * 10 ) >> 4;
    [all...]
aflatin.c 226 axis->standard_width = stdw;
238 FT_TRACE5(( " %d (standard)", axis->standard_width ));
1024 (FT_Bool)( FT_MulFix( axis->standard_width, scale ) < 32 + 8 );
    [all...]
afcjk.c 226 axis->standard_width = stdw;
238 FT_TRACE5(( " %d (standard)", axis->standard_width ));
    [all...]
  /external/freetype/src/cff/
cfftoken.h 82 CFF_FIELD_NUM ( 10, standard_width, "StdHW" )
cfftypes.h 166 FT_Pos standard_width; member in struct:CFF_PrivateRec_
cffobjs.c 139 priv->standard_width[0] = (FT_UShort)cpriv->standard_width;
    [all...]
cf2ft.c 457 decoder->current_subfont->private_dict.standard_width );
  /external/pdfium/third_party/freetype/src/cff/
cfftoken.h 82 CFF_FIELD_NUM ( 10, standard_width, "StdHW" )
cfftypes.h 166 FT_Pos standard_width; member in struct:CFF_PrivateRec_
cffobjs.c 139 priv->standard_width[0] = (FT_UShort)cpriv->standard_width;
    [all...]
cf2ft.c 457 decoder->current_subfont->private_dict.standard_width );
  /external/pdfium/third_party/freetype/src/cid/
cidtoken.h 94 T1_FIELD_NUM_TABLE2( "StdHW", standard_width, 1, 0 )
  /external/pdfium/third_party/freetype/src/type1/
t1tokens.h 83 T1_FIELD_NUM_TABLE2( "StdHW", standard_width, 1,
t1driver.c 342 retval = sizeof ( type1->private_dict.standard_width[0] );
344 *((FT_UShort *)value) = type1->private_dict.standard_width[0];
  /external/freetype/include/
t1tables.h 158 FT_UShort standard_width[1]; member in struct:PS_PrivateRec_
    [all...]
  /external/pdfium/third_party/freetype/include/
t1tables.h 158 FT_UShort standard_width[1]; member in struct:PS_PrivateRec_
    [all...]
  /external/freetype/src/pshinter/
pshglob.c 667 write->org = priv->standard_width[0];
  /external/pdfium/third_party/freetype/src/pshinter/
pshglob.c 667 write->org = priv->standard_width[0];
  /external/libpng/contrib/libtests/
pngvalid.c 3256 standard_width(png_const_structp pp, png_uint_32 id) function
    [all...]

Completed in 635 milliseconds