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

  /external/freetype/include/freetype/config/
ftstdlib.h 64 #define FT_INT_MIN INT_MIN
  /external/freetype/src/base/
ftsynth.c 130 if ( ( ystr >> 6 ) > FT_INT_MAX || ( ystr >> 6 ) < FT_INT_MIN )
  /external/freetype/src/pfr/
pfrsbit.c 742 xpos < FT_INT_MIN ||
745 ypos + (FT_Long)ysize < FT_INT_MIN )
  /external/freetype/src/autofit/
afwarp.c 195 warper->best_score = FT_INT_MIN;
aflatin.c 459 best_y_extremum = FT_INT_MIN;
887 if ( !( best_y_extremum == FT_INT_MIN ||
    [all...]
  /external/freetype/src/cff/
cffdrivr.c 739 if ( dict->cid_supplement < FT_INT_MIN ||
    [all...]

Completed in 111 milliseconds