Searched refs:big_max (Results 1 – 2 of 2) sorted by relevance
58 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *segment ) ); in af_axis_hints_new_segment() local61 if ( old_max >= big_max ) in af_axis_hints_new_segment()68 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_segment()69 new_max = big_max; in af_axis_hints_new_segment()123 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *edge ) ); in af_axis_hints_new_edge() local126 if ( old_max >= big_max ) in af_axis_hints_new_edge()133 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_edge()134 new_max = big_max; in af_axis_hints_new_edge()
1304 Insert explicit cast to calculate `big_max' from