Home | History | Annotate | Download | only in autofit

Lines Matching refs:best_y

202         FT_Pos      best_y; /* same as points.y */
222 best_y = 0; /* make compiler happy */
249 if ( best_point < 0 || points[pp].y > best_y )
252 best_y = points[pp].y;
258 if ( best_point < 0 || points[pp].y < best_y )
261 best_y = points[pp].y;
271 AF_LOG(( "%5d", best_y ));
295 dist = points[prev].y - best_y;
308 dist = points[next].y - best_y;
323 rounds[num_rounds++] = best_y;
325 flats[num_flats++] = best_y;