Home
last modified time | relevance | path

Searched refs:AF_WarpScore (Results 1 – 2 of 2) 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()
140 AF_WarpScore score = scores[idx]; in af_warper_compute_line_best()
141 AF_WarpScore distort = base_distort + ( idx - idx0 ); in af_warper_compute_line_best()
178 AF_WarpScore base_distort; in af_warper_compute()