Home | History | Annotate | Download | only in autofit

Lines Matching refs:best_y

227         FT_Int      best_point, best_y, best_first, best_last;
244 best_y = 0; /* make compiler happy */
271 if ( best_point < 0 || points[pp].y > best_y )
274 best_y = points[pp].y;
280 if ( best_point < 0 || points[pp].y < best_y )
283 best_y = points[pp].y;
293 FT_TRACE5(( " %c %d", *p, best_y ));
315 dist = FT_ABS( points[prev].y - best_y );
332 dist = FT_ABS( points[next].y - best_y );
350 rounds[num_rounds++] = best_y;
352 flats[num_flats++] = best_y;