HomeSort by relevance Sort by last modified time
    Searched refs:stdHW (Results 1 - 10 of 10) 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 101 FT_Pos stdHW = 0;
129 &stdHW,
157 ( stdHW > 0 && stdHW != globals->standard_horizontal_width ) )
165 stdHW ) );
170 globals->standard_horizontal_width = stdHW;
aftypes.h 216 FT_Pos* stdHW,
afcjk.c 757 FT_Pos* stdHW,
760 if ( stdHW )
761 *stdHW = metrics->axis[AF_DIMENSION_VERT].standard_width;
    [all...]
aflatin2.c 706 FT_Pos* stdHW,
709 if ( stdHW )
710 *stdHW = metrics->axis[AF_DIMENSION_VERT].standard_width;
    [all...]
aflatin.c     [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2font.c 335 CF2_Fixed stdHW;
398 /* choose a constant for StdHW that depends on font contrast */
399 stdHW = cf2_getStdHW( decoder );
401 if ( stdHW > 0 && font->stdVW > 2 * stdHW )
402 font->stdHW = FT_DivFix( cf2_intToFixed( 75 ), emRatio );
406 font->stdHW = FT_DivFix( cf2_intToFixed( 110 ), emRatio );
411 font->stdHW,
cf2font.h 97 CF2_Fixed stdHW; /* in character space; depends on dict entry */
  /external/freetype/src/cff/
cf2font.h 106 CF2_Fixed stdHW; /* in character space; depends on dict entry */
cf2font.c 384 CF2_Fixed stdHW;
447 /* choose a constant for StdHW that depends on font contrast */
448 stdHW = cf2_getStdHW( decoder );
450 if ( stdHW > 0 && font->stdVW > 2 * stdHW )
451 font->stdHW = FT_DivFix( cf2_intToFixed( 75 ), emRatio );
455 font->stdHW = FT_DivFix( cf2_intToFixed( 110 ), emRatio );
460 font->stdHW,

Completed in 156 milliseconds