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

  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 1019 FT_Pos len_threshold, len_score; local
1023 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
1024 if ( len_threshold == 0 )
1025 len_threshold = 1;
1062 if ( len >= len_threshold )
    [all...]
aflatin2.c 973 FT_Pos len_threshold, len_score; local
977 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
978 if ( len_threshold == 0 )
979 len_threshold = 1;
1024 if ( len >= len_threshold )
    [all...]
afcjk.c 738 FT_Pos len_threshold; local
742 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
780 if ( len >= len_threshold )
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 974 FT_Pos len_threshold, len_score; local
978 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
979 if ( len_threshold == 0 )
980 len_threshold = 1;
1025 if ( len >= len_threshold )
    [all...]
aflatin.c 1383 FT_Pos len_threshold, len_score, dist_score, max_width; local
    [all...]
afcjk.c 755 FT_Pos len_threshold; local
759 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
797 if ( len >= len_threshold )
    [all...]

Completed in 143 milliseconds