Searched refs:big_max (Results 1 – 1 of 1) sorted by relevance
50 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *segment ) ); in af_axis_hints_new_segment() local53 if ( old_max >= big_max ) in af_axis_hints_new_segment()60 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_segment()61 new_max = big_max; in af_axis_hints_new_segment()95 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *edge ) ); in af_axis_hints_new_edge() local98 if ( old_max >= big_max ) in af_axis_hints_new_edge()105 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_edge()106 new_max = big_max; in af_axis_hints_new_edge()
Completed in 5 milliseconds