Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafcjk.c1301 FT_Pos best_dist0; /* initial threshold */ in af_cjk_hints_compute_blue_edges() local
1305 best_dist0 = FT_MulFix( metrics->units_per_em / 40, scale ); in af_cjk_hints_compute_blue_edges()
1307 if ( best_dist0 > 64 / 2 ) /* maximum 1/2 pixel */ in af_cjk_hints_compute_blue_edges()
1308 best_dist0 = 64 / 2; in af_cjk_hints_compute_blue_edges()
1321 FT_Pos best_dist = best_dist0; in af_cjk_hints_compute_blue_edges()
Daflatin2.c1418 FT_Pos best_dist0; /* initial threshold */ in af_latin2_hints_compute_blue_edges() local
1422 best_dist0 = FT_MulFix( metrics->units_per_em / 40, scale ); in af_latin2_hints_compute_blue_edges()
1424 if ( best_dist0 > 64 / 2 ) in af_latin2_hints_compute_blue_edges()
1425 best_dist0 = 64 / 2; in af_latin2_hints_compute_blue_edges()
1435 FT_Pos best_dist = best_dist0; in af_latin2_hints_compute_blue_edges()