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

  /external/freetype/src/autofit/
afindic.c 98 FT_Pos* stdVW )
103 if ( stdVW )
104 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width;
afloader.c 101 FT_Pos stdVW = 0;
131 &stdVW );
139 ( stdVW > 0 && stdVW != globals->standard_vertical_width ) )
147 stdVW ) );
152 globals->standard_vertical_width = stdVW;
aftypes.h 219 FT_Pos* stdVW );
afcjk.c 782 FT_Pos* stdVW )
787 if ( stdVW )
788 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width;
    [all...]
aflatin2.c 710 FT_Pos* stdVW )
715 if ( stdVW )
716 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width;
    [all...]
aflatin.c     [all...]
  /external/freetype/src/psaux/
psfont.h 107 CF2_Fixed stdVW; /* in character space; depends on dict entry */
111 /* and private dict (StdVW) */
psfont.c 379 /* StdVW is found in the private dictionary; */
409 font->stdVW = cf2_getStdVW( decoder );
411 if ( font->stdVW <= 0 )
412 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio );
428 font->stdVW,
437 font->stdVW,
455 if ( stdHW > 0 && font->stdVW > MUL_INT32( 2, stdHW ) )

Completed in 727 milliseconds