Searched defs:base_distort (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/freetype/src/autofit/
H A Dafwarp.c69 /* value with a smaller distortion (around `base_distort'). */
77 AF_WarpScore base_distort,
141 AF_WarpScore distort = base_distort + ( idx - idx0 );
178 AF_WarpScore base_distort; local
332 base_distort = warper->x1 - xx1;
334 base_distort = xx1 - warper->x1;
337 base_distort += warper->x2 - xx2;
339 base_distort += xx2 - warper->x2;
342 base_distort *= 10;
348 base_distort,
72 af_warper_compute_line_best( AF_Warper warper, FT_Fixed scale, FT_Pos delta, FT_Pos xx1, FT_Pos xx2, AF_WarpScore base_distort, AF_Segment segments, FT_UInt num_segments ) argument
[all...]
/external/freetype/src/autofit/
H A Dafwarp.c69 /* value with a smaller distortion (around `base_distort'). */
77 AF_WarpScore base_distort,
141 AF_WarpScore distort = base_distort + ( idx - idx0 );
178 AF_WarpScore base_distort; local
332 base_distort = warper->x1 - xx1;
334 base_distort = xx1 - warper->x1;
337 base_distort += warper->x2 - xx2;
339 base_distort += xx2 - warper->x2;
342 base_distort *= 10;
348 base_distort,
72 af_warper_compute_line_best( AF_Warper warper, FT_Fixed scale, FT_Pos delta, FT_Pos xx1, FT_Pos xx2, AF_WarpScore base_distort, AF_Segment segments, FT_UInt num_segments ) argument
[all...]

Completed in 103 milliseconds