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

  /external/freetype/include/freetype/config/
ftstdlib.h 63 #define FT_INT_MAX INT_MAX
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftstdlib.h 64 #define FT_INT_MAX INT_MAX
  /external/freetype/src/base/
ftsynth.c 130 if ( ( ystr >> 6 ) > FT_INT_MAX || ( ystr >> 6 ) < FT_INT_MIN )
ftutil.c 138 else if ( new_count > FT_INT_MAX / item_size )
ftbitmap.c 314 if ( ( ( FT_PIX_ROUND( xStrength ) >> 6 ) > FT_INT_MAX ) ||
315 ( ( FT_PIX_ROUND( yStrength ) >> 6 ) > FT_INT_MAX ) )
ftrfork.c 609 if ( base_file_len + 6 > FT_INT_MAX )
645 if ( base_file_len + 18 > FT_INT_MAX )
  /external/freetype/src/pfr/
pfrsbit.c 741 if ( xpos > FT_INT_MAX ||
743 ysize > FT_INT_MAX ||
744 ypos > FT_INT_MAX - (FT_Long)ysize ||
  /external/freetype/include/freetype/internal/
ftmemory.h 260 #define FT_ARRAY_MAX( ptr ) ( FT_INT_MAX / sizeof ( *(ptr) ) )
  /external/freetype/src/cff/
cffdrivr.c 733 dict->cid_supplement > FT_INT_MAX )
    [all...]
  /external/freetype/src/autofit/
afhints.c 58 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *segment ) );
123 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *edge ) );
    [all...]
aflatin.c 447 best_y_extremum = FT_INT_MAX;
874 best_y_extremum == FT_INT_MAX ) )
    [all...]
  /external/freetype/src/bdf/
bdfdrivr.c 816 if ( glyph.bpr > FT_INT_MAX )
bdflib.c 323 unsigned long bigsize = (unsigned long)( FT_INT_MAX / sizeof ( char* ) );
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 141 #define FT_INT_MAX INT_MAX
    [all...]

Completed in 471 milliseconds