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

  /external/freetype/include/freetype/config/
ftstdlib.h 67 #define FT_LONG_MAX LONG_MAX
  /external/freetype/src/cff/
cffparse.c 163 FT_LONG_MAX / 1L,
164 FT_LONG_MAX / 10L,
165 FT_LONG_MAX / 100L,
166 FT_LONG_MAX / 1000L,
167 FT_LONG_MAX / 10000L,
168 FT_LONG_MAX / 100000L,
169 FT_LONG_MAX / 1000000L,
170 FT_LONG_MAX / 10000000L,
171 FT_LONG_MAX / 100000000L,
172 FT_LONG_MAX / 1000000000L
    [all...]
  /external/freetype/src/psaux/
psarrst.c 107 if ( numElements > FT_LONG_MAX / arrstack->sizeItem )
cffdecode.c     [all...]
  /external/freetype/src/base/
ftrfork.c 115 if ( FT_LONG_MAX - rdata_len < *rdata_pos ||
116 FT_LONG_MAX - map_len < map_pos ||
118 FT_LONG_MAX - ( *rdata_pos + rdata_len ) < rfork_offset ||
119 FT_LONG_MAX - ( map_pos + map_len ) < rfork_offset ||
ftbitmap.c 871 if ( FT_LONG_MAX - (FT_Pos)( source_->width << 6 ) - 64 < source_llx )
892 if ( FT_LONG_MAX - (FT_Pos)( target->width << 6 ) < target_llx )
903 target_llx = FT_LONG_MAX;
904 target_lly = FT_LONG_MAX;
971 if ( FT_LONG_MAX / target->pitch < (int)target->rows )
998 if ( FT_LONG_MAX / new_pitch < (int)final_rows )
ftcalc.c 777 nonzero_minval = FT_LONG_MAX;
  /external/freetype/src/bdf/
bdflib.c 741 if ( v < ( FT_LONG_MAX - 9 ) / 10 )
745 v = FT_LONG_MAX;
    [all...]

Completed in 235 milliseconds