HomeSort by relevance Sort by last modified time
    Searched full:big_max (Results 1 - 1 of 1) sorted by null

  /external/freetype/src/autofit/
afhints.c 39 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *segment ) ); local
42 if ( old_max >= big_max )
49 if ( new_max < old_max || new_max > big_max )
50 new_max = big_max;
84 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *edge ) ); local
87 if ( old_max >= big_max )
94 if ( new_max < old_max || new_max > big_max )
95 new_max = big_max;

Completed in 26 milliseconds