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

  /external/freetype/src/psaux/
psarrst.c 101 FT_Error error = FT_Err_Ok; /* for FT_REALLOC */
102 FT_Memory memory = arrstack->memory; /* for FT_REALLOC */
113 if ( !FT_REALLOC( arrstack->ptr, arrstack->totalSize, newSize ) )
  /external/freetype/include/freetype/internal/
ftmemory.h 306 #define FT_REALLOC( ptr, cursz, newsz ) \
  /external/freetype/src/type42/
t42parse.c 603 if ( FT_REALLOC( string_buf, old_string_size, string_size ) )
701 if ( FT_REALLOC( face->ttf_data, 12, face->ttf_size ) )
740 if ( FT_REALLOC( face->ttf_data, 12 + 16 * num_tables,
    [all...]
  /external/freetype/src/cff/
cffload.c     [all...]
  /external/freetype/src/winfonts/
winfnt.c 897 if ( FT_REALLOC( font->family_name,
    [all...]
  /external/freetype/src/sfnt/
sfobjs.c 633 if ( FT_REALLOC( sfnt,
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 353 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) )
    [all...]

Completed in 721 milliseconds