Home
last modified time | relevance | path

Searched refs:AF_WarpScore (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/autofit/
Dafwarp.h32 typedef FT_Int32 AF_WarpScore; typedef
44 AF_WarpScore best_score;
45 AF_WarpScore best_distort;
Dafwarp.c44 static const AF_WarpScore
54 static const AF_WarpScore
77 AF_WarpScore base_distort, in af_warper_compute_line_best()
83 AF_WarpScore scores[65]; in af_warper_compute_line_best()
139 AF_WarpScore score = scores[idx]; in af_warper_compute_line_best()
140 AF_WarpScore distort = base_distort + ( idx - idx0 ); in af_warper_compute_line_best()
177 AF_WarpScore base_distort; in af_warper_compute()
/external/freetype/
DChangeLog.236466 * src/autofit/afwarp.c (AF_WarpScore): Fine-tune again.
6508 * src/autofit/afwarp.c (AF_WarpScore): Tune table.