Home | History | Annotate | Download | only in autofit

Lines Matching refs:best_y

453           FT_Pos   best_y;
487 best_y = 0; /* make compiler happy */
517 if ( best_point < 0 || points[pp].y > best_y )
520 best_y = points[pp].y;
521 ascender = FT_MAX( ascender, best_y + y_offset );
531 if ( best_point < 0 || points[pp].y < best_y )
534 best_y = points[pp].y;
535 best_y + y_offset );
589 dist = FT_ABS( points[prev].y - best_y );
614 dist = FT_ABS( points[next].y - best_y );
731 if ( FT_ABS( best_y - points[first].y ) > height_threshold )
794 best_y = points[first].y;
813 best_y += y_offset;
817 FT_TRACE5(( " U+%04lX: best_y = %5ld", ch, best_y ));
820 " best_y = %5ld", i, ch, best_y ));
856 if ( best_y > best_y_extremum )
858 best_y_extremum = best_y;
864 if ( best_y < best_y_extremum )
866 best_y_extremum = best_y;