Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafwarp.c77 AF_WarpScore base_distort, in af_warper_compute_line_best() argument
141 AF_WarpScore distort = base_distort + ( idx - idx0 ); in af_warper_compute_line_best()
178 AF_WarpScore base_distort; in af_warper_compute() local
332 base_distort = warper->x1 - xx1; in af_warper_compute()
334 base_distort = xx1 - warper->x1; in af_warper_compute()
337 base_distort += warper->x2 - xx2; in af_warper_compute()
339 base_distort += xx2 - warper->x2; in af_warper_compute()
342 base_distort *= 10; in af_warper_compute()
348 base_distort, in af_warper_compute()