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

  /external/freetype/src/cff/
cf2font.c 217 /* StdVW is found in the private dictionary; */
247 font->stdVW = cf2_getStdVW( decoder );
249 if ( font->stdVW <= 0 )
250 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio );
266 font->stdVW,
274 font->stdVW,
291 if ( stdHW > 0 && font->stdVW > 2 * stdHW )
cf2font.h 89 CF2_Fixed stdVW; /* in character space; depends on dict entry */
93 /* and private dict (StdVW) */
cfftoken.h 83 CFF_FIELD_NUM ( 11, standard_height, "StdVW" )
  /external/chromium_org/third_party/freetype/src/psaux/
afmparse.c 337 "StdVW",
  /external/freetype/src/psaux/
afmparse.c 340 "StdVW",
  /external/chromium_org/third_party/ots/src/
cff.cc 389 case 11: // StdVW

Completed in 584 milliseconds