Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafcjk.c1203 FT_Pos best_dist0; /* initial threshold */ in af_cjk_hints_compute_blue_edges() local
1207 best_dist0 = FT_MulFix( metrics->units_per_em / 40, scale ); in af_cjk_hints_compute_blue_edges()
1209 if ( best_dist0 > 64 / 2 ) /* maximum 1/2 pixel */ in af_cjk_hints_compute_blue_edges()
1210 best_dist0 = 64 / 2; in af_cjk_hints_compute_blue_edges()
1223 FT_Pos best_dist = best_dist0; in af_cjk_hints_compute_blue_edges()
Daflatin2.c1394 FT_Pos best_dist0; /* initial threshold */ in af_latin2_hints_compute_blue_edges() local
1398 best_dist0 = FT_MulFix( metrics->units_per_em / 40, scale ); in af_latin2_hints_compute_blue_edges()
1400 if ( best_dist0 > 64 / 2 ) in af_latin2_hints_compute_blue_edges()
1401 best_dist0 = 64 / 2; in af_latin2_hints_compute_blue_edges()
1411 FT_Pos best_dist = best_dist0; in af_latin2_hints_compute_blue_edges()