Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafhints.c156 FT_UInt big_max = FT_INT_MAX / sizeof ( *segment ); in af_axis_hints_new_segment() local
159 if ( old_max >= big_max ) in af_axis_hints_new_segment()
166 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_segment()
167 new_max = big_max; in af_axis_hints_new_segment()
221 FT_UInt big_max = FT_INT_MAX / sizeof ( *edge ); in af_axis_hints_new_edge() local
224 if ( old_max >= big_max ) in af_axis_hints_new_edge()
231 if ( new_max < old_max || new_max > big_max ) in af_axis_hints_new_edge()
232 new_max = big_max; in af_axis_hints_new_edge()
/external/freetype/docs/oldlogs/
DChangeLog.231304 Insert explicit cast to calculate `big_max' from