HomeSort by: relevance | last modified time | path
    Searched refs:FT_LONG_MIN (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/freetype/dist/include/freetype/config/
ftstdlib.h 66 #define FT_LONG_MIN LONG_MIN
  /xsrc/external/mit/freetype/dist/src/base/
ftbitmap.c 854 if ( FT_LONG_MIN + (FT_Pos)( source_->rows << 6 ) + 64 > source_offset.y )
875 if ( FT_LONG_MIN + (FT_Pos)( target->rows << 6 ) > target_offset.y )
896 target_urx = FT_LONG_MIN;
897 target_ury = FT_LONG_MIN;
  /xsrc/external/mit/freetype/dist/src/cff/
cffparse.c 695 max_scaling = FT_LONG_MIN;
736 if ( FT_LONG_MIN + half_divisor < value )
739 values[i] = FT_LONG_MIN / divisor;
  /xsrc/external/mit/freetype/dist/src/psaux/
cffdecode.c 1688 if ( args[0] == FT_LONG_MIN )
1720 if ( args[0] == FT_LONG_MIN )

Completed in 8 milliseconds