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

  /external/freetype/src/autofit/
aflatin.c 952 FT_Pos len_threshold, len_score; local
956 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
957 if ( len_threshold == 0 )
958 len_threshold = 1;
995 if ( len >= len_threshold )
    [all...]
aflatin2.c 944 FT_Pos len_threshold, len_score; local
948 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
949 if ( len_threshold == 0 )
950 len_threshold = 1;
995 if ( len >= len_threshold )
    [all...]
afcjk.c 734 FT_Pos len_threshold; local
738 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
776 if ( len >= len_threshold )
    [all...]

Completed in 30 milliseconds