Home
last modified time | relevance | path

Searched refs:big_max (Results 1 – 1 of 1) sorted by relevance

/external/freetype/src/autofit/
Dafhints.c37 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *segment ) ); in af_axis_hints_new_segment() local
40 if ( old_max >= big_max ) in af_axis_hints_new_segment()
47 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_segment()
48 new_max = big_max; in af_axis_hints_new_segment()
80 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *edge ) ); in af_axis_hints_new_edge() local
83 if ( old_max >= big_max ) in af_axis_hints_new_edge()
90 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_edge()
91 new_max = big_max; in af_axis_hints_new_edge()