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

  /external/freetype/src/cff/
cf2font.h 89 CF2_Fixed stdVW; /* in character space; depends on dict entry */
93 /* and private dict (StdVW) */
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 )

Completed in 22 milliseconds