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

  /external/freetype/src/autofit/
afindic.c 97 FT_Pos* stdHW,
100 if ( stdHW )
101 *stdHW = metrics->axis[AF_DIMENSION_VERT].standard_width;
afloader.c 102 FT_Pos stdHW = 0;
130 &stdHW,
158 ( stdHW > 0 && stdHW != globals->standard_horizontal_width ) )
166 stdHW ) );
171 globals->standard_horizontal_width = stdHW;
aftypes.h 218 FT_Pos* stdHW,
afcjk.c 781 FT_Pos* stdHW,
784 if ( stdHW )
785 *stdHW = metrics->axis[AF_DIMENSION_VERT].standard_width;
    [all...]
aflatin2.c 709 FT_Pos* stdHW,
712 if ( stdHW )
713 *stdHW = metrics->axis[AF_DIMENSION_VERT].standard_width;
    [all...]
aflatin.c     [all...]
  /external/freetype/src/psaux/
psfont.h 108 CF2_Fixed stdHW; /* in character space; depends on dict entry */
psfont.c 389 CF2_Fixed stdHW;
452 /* choose a constant for StdHW that depends on font contrast */
453 stdHW = cf2_getStdHW( decoder );
455 if ( stdHW > 0 && font->stdVW > MUL_INT32( 2, stdHW ) )
456 font->stdHW = FT_DivFix( cf2_intToFixed( 75 ), emRatio );
460 font->stdHW = FT_DivFix( cf2_intToFixed( 110 ), emRatio );
465 font->stdHW,

Completed in 810 milliseconds