Searched refs:best_dist0 (Results 1 – 1 of 1) sorted by relevance
1299 FT_Pos best_dist0; /* initial threshold */ in af_cjk_hints_compute_blue_edges() local1303 best_dist0 = FT_MulFix( metrics->units_per_em / 40, scale ); in af_cjk_hints_compute_blue_edges()1305 if ( best_dist0 > 64 / 2 ) /* maximum 1/2 pixel */ in af_cjk_hints_compute_blue_edges()1306 best_dist0 = 64 / 2; in af_cjk_hints_compute_blue_edges()1319 FT_Pos best_dist = best_dist0; in af_cjk_hints_compute_blue_edges()