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

  /external/freetype/src/autofit/
aflatin2.c 995 FT_Pos len_threshold, len_score; local
999 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
1000 if ( len_threshold == 0 )
1001 len_threshold = 1;
1044 if ( len >= len_threshold )
    [all...]
aflatin.c 1914 FT_Pos len_threshold, len_score, dist_score, max_width; local
    [all...]
afcjk.c 832 FT_Pos len_threshold; local
836 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
870 if ( len >= len_threshold )
    [all...]

Completed in 97 milliseconds