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

  /external/freetype/src/autofit/
afcjk.c 169 FT_Pos len_threshold; local
173 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
211 if ( len >= len_threshold )
    [all...]
aflatin.c 884 FT_Pos len_threshold, len_score; local
888 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
889 if ( len_threshold == 0 )
890 len_threshold = 1;
926 if ( len >= len_threshold )
    [all...]
aflatin2.c 928 FT_Pos len_threshold, len_score; local
932 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
933 if ( len_threshold == 0 )
934 len_threshold = 1;
979 if ( len >= len_threshold )
    [all...]

Completed in 473 milliseconds