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 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...]
  /external/freetype/src/autofit/
aflatin2.c 974 FT_Pos len_threshold, len_score; local
982 len_score = AF_LATIN_CONSTANT( hints->metrics, 6000 );
1027 score = dist + len_score / len;
    [all...]
aflatin.c 1383 FT_Pos len_threshold, len_score, dist_score, max_width; local
    [all...]

Completed in 60 milliseconds