Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafcjk.c1303 FT_Pos best_dist0; /* initial threshold */ in af_cjk_hints_compute_blue_edges() local
1307 best_dist0 = FT_MulFix( metrics->units_per_em / 40, scale ); in af_cjk_hints_compute_blue_edges()
1309 if ( best_dist0 > 64 / 2 ) /* maximum 1/2 pixel */ in af_cjk_hints_compute_blue_edges()
1310 best_dist0 = 64 / 2; in af_cjk_hints_compute_blue_edges()
1323 FT_Pos best_dist = best_dist0; in af_cjk_hints_compute_blue_edges()
Daflatin2.c1419 FT_Pos best_dist0; /* initial threshold */ in af_latin2_hints_compute_blue_edges() local
1423 best_dist0 = FT_MulFix( metrics->units_per_em / 40, scale ); in af_latin2_hints_compute_blue_edges()
1425 if ( best_dist0 > 64 / 2 ) in af_latin2_hints_compute_blue_edges()
1426 best_dist0 = 64 / 2; in af_latin2_hints_compute_blue_edges()
1436 FT_Pos best_dist = best_dist0; in af_latin2_hints_compute_blue_edges()