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

  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 952 FT_Pos len_threshold, len_score; local
960 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 );
999 score = dist + len_score / len;
    [all...]
aflatin2.c 944 FT_Pos len_threshold, len_score; local
952 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 );
997 score = dist + len_score / len;
    [all...]
  /external/freetype/src/autofit/
aflatin.c 1019 FT_Pos len_threshold, len_score; local
1027 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 );
1066 score = dist + len_score / len;
    [all...]
aflatin2.c 973 FT_Pos len_threshold, len_score; local
981 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 );
1026 score = dist + len_score / len;
    [all...]

Completed in 113 milliseconds