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

/external/freetype/src/autofit/
H A Dafcjk.c1179 FT_Pos best_dist0; /* initial threshold */ local
1183 best_dist0 = FT_MulFix( metrics->units_per_em / 40, scale );
1185 if ( best_dist0 > 64 / 2 ) /* maximum 1/2 pixel */
1186 best_dist0 = 64 / 2;
1192 /* best_dist0, set the blue zone for the edge. Then search for */
1199 FT_Pos best_dist = best_dist0;
H A Daflatin2.c1367 FT_Pos best_dist0; /* initial threshold */ local
1371 best_dist0 = FT_MulFix( metrics->units_per_em / 40, scale );
1373 if ( best_dist0 > 64 / 2 )
1374 best_dist0 = 64 / 2;
1384 FT_Pos best_dist = best_dist0;

Completed in 361 milliseconds