Home | History | Annotate | Download | only in autofit

Lines Matching refs:best_dist

2438       FT_Pos    best_dist;                 /* initial threshold */
2443 best_dist = FT_MulFix( metrics->units_per_em / 40, scale );
2446 if ( best_dist > 64 / 2 )
2447 best_dist = 64 / 2;
2483 if ( dist < best_dist )
2485 best_dist = dist;
2509 if ( dist < best_dist )
2511 best_dist = dist;