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

  /external/freetype/src/autofit/
afhints.c 58 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *segment ) ); local
61 if ( old_max >= big_max )
68 if ( new_max < old_max || new_max > big_max )
69 new_max = big_max;
123 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *edge ) ); local
126 if ( old_max >= big_max )
133 if ( new_max < old_max || new_max > big_max )
134 new_max = big_max;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afhints.c 58 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *segment ) ); local
61 if ( old_max >= big_max )
68 if ( new_max < old_max || new_max > big_max )
69 new_max = big_max;
122 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *edge ) ); local
125 if ( old_max >= big_max )
132 if ( new_max < old_max || new_max > big_max )
133 new_max = big_max;
    [all...]

Completed in 224 milliseconds