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

  /xsrc/external/mit/freetype/dist/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 ) )
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftmemory.h 314 #define FT_REALLOC( ptr, cursz, newsz ) \
  /xsrc/external/mit/freetype/dist/src/sfnt/
sfwoff.c 329 if ( FT_REALLOC( sfnt,
sfwoff2.c 233 if ( FT_REALLOC( dst,
2258 if ( FT_REALLOC( sfnt,
  /xsrc/external/mit/freetype/dist/src/type42/
t42parse.c 614 if ( FT_REALLOC( string_buf, old_string_size, string_size ) )
712 if ( FT_REALLOC( face->ttf_data, 12, face->ttf_size ) )
751 if ( FT_REALLOC( face->ttf_data, 12 + 16 * num_tables,
  /xsrc/external/mit/freetype/dist/src/cff/
cffload.c 1297 FT_Memory memory = subFont->blend.font->memory; /* for FT_REALLOC */
1298 FT_Error error = FT_Err_Ok; /* for FT_REALLOC */
1325 if ( FT_REALLOC( subFont->blend_stack,
1398 FT_Error error = FT_Err_Ok; /* for FT_REALLOC */
1399 FT_Memory memory = blend->font->memory; /* for FT_REALLOC */
1440 if ( FT_REALLOC( blend->BV,
1546 if ( FT_REALLOC( blend->lastNDV,
  /xsrc/external/mit/freetype/dist/src/winfonts/
winfnt.c 900 if ( FT_REALLOC( font->family_name,
  /xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.c 370 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) )

Completed in 13 milliseconds