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

  /external/freetype/include/freetype/config/
ftstdlib.h 66 #define FT_LONG_MIN LONG_MIN
  /external/freetype/src/base/
ftbitmap.c 863 if ( FT_LONG_MIN + (FT_Pos)( source_->rows << 6 ) + 64 > source_offset.y )
884 if ( FT_LONG_MIN + (FT_Pos)( target->rows << 6 ) > target_offset.y )
905 target_urx = FT_LONG_MIN;
906 target_ury = FT_LONG_MIN;
  /external/freetype/src/cff/
cffparse.c 626 max_scaling = FT_LONG_MIN;
667 if ( FT_LONG_MIN + half_divisor < value )
670 values[i] = FT_LONG_MIN / divisor;
    [all...]
  /external/freetype/src/psaux/
cffdecode.c     [all...]

Completed in 590 milliseconds