HomeSort by relevance Sort by last modified time
    Searched refs:stdVW (Results 1 - 10 of 10) 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 100 FT_Pos stdVW = 0;
130 &stdVW );
138 ( stdVW > 0 && stdVW != globals->standard_vertical_width ) )
146 stdVW ) );
151 globals->standard_vertical_width = stdVW;
aftypes.h 217 FT_Pos* stdVW );
afcjk.c 758 FT_Pos* stdVW )
763 if ( stdVW )
764 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width;
    [all...]
aflatin2.c 707 FT_Pos* stdVW )
712 if ( stdVW )
713 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width;
    [all...]
aflatin.c     [all...]
  /external/freetype/src/cff/
cf2font.h 105 CF2_Fixed stdVW; /* in character space; depends on dict entry */
109 /* and private dict (StdVW) */
cf2font.c 374 /* StdVW is found in the private dictionary; */
404 font->stdVW = cf2_getStdVW( decoder );
406 if ( font->stdVW <= 0 )
407 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio );
423 font->stdVW,
432 font->stdVW,
450 if ( stdHW > 0 && font->stdVW > 2 * stdHW )
  /external/pdfium/third_party/freetype/src/cff/
cf2font.h 96 CF2_Fixed stdVW; /* in character space; depends on dict entry */
100 /* and private dict (StdVW) */
cf2font.c 325 /* StdVW is found in the private dictionary; */
355 font->stdVW = cf2_getStdVW( decoder );
357 if ( font->stdVW <= 0 )
358 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio );
374 font->stdVW,
383 font->stdVW,
401 if ( stdHW > 0 && font->stdVW > 2 * stdHW )

Completed in 893 milliseconds