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

  /external/chromium_org/third_party/freetype/src/cff/
cf2arrst.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/src/cff/
cf2arrst.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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2arrst.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/chromium_org/third_party/freetype/include/freetype/internal/
ftmemory.h 291 #define FT_REALLOC( ptr, cursz, newsz ) \
  /external/freetype/include/internal/
ftmemory.h 291 #define FT_REALLOC( ptr, cursz, newsz ) \
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftmemory.h 372 #define FT_REALLOC( ptr, cursz, newsz ) \
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftmemory.h 372 #define FT_REALLOC( ptr, cursz, newsz ) \
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c 537 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) )
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 537 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttinterp.c 537 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) )
    [all...]

Completed in 641 milliseconds