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

  /external/freetype/src/autofit/
aflatin2.c 992 FT_Pos len_threshold, len_score; local
996 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
997 if ( len_threshold == 0 )
998 len_threshold = 1;
1041 if ( len >= len_threshold )
    [all...]
aflatin.c 1816 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...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aflatin2.c 987 FT_Pos len_threshold, len_score; local
991 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
992 if ( len_threshold == 0 )
993 len_threshold = 1;
1036 if ( len >= len_threshold )
    [all...]
aflatin.c 1484 FT_Pos len_threshold, len_score, dist_score, max_width; local
    [all...]
afcjk.c 771 FT_Pos len_threshold; local
775 len_threshold = AF_LATIN_CONSTANT( hints->metrics, 8 );
809 if ( len >= len_threshold )
    [all...]

Completed in 61 milliseconds