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

  /external/pdfium/core/include/fxcrt/
fx_memory.h 56 #define FX_Realloc(type, ptr, size) (type*)FXMEM_DefaultRealloc2(ptr, size, sizeof(type), 0)
140 ((fxAllocator) ? (type*)(fxAllocator)->m_ReallocDebug((fxAllocator), (ptr), (new_size) * sizeof(type), __FILE__, __LINE__) : (FX_Realloc(type, ptr, new_size)))
147 ((fxAllocator) ? (type*)(fxAllocator)->m_Realloc((fxAllocator), (ptr), (new_size) * sizeof(type)) : (FX_Realloc(type, ptr, new_size)))
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 225 return FX_Realloc(FX_BYTE, pMem, dwSize);
fx_codec_flate.cpp 793 guess_buf = FX_Realloc(FX_BYTE, guess_buf, guess_size + 1);
836 guess_buf = FX_Realloc(FX_BYTE, guess_buf, dest_size + 1);
    [all...]
fx_codec_jpeg.cpp 256 dest_buf = FX_Realloc(FX_BYTE, dest_buf, dest_buf_length + JPEG_BLOCK_SIZE);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_func.cpp 855 m_pRanges = FX_Realloc(FX_FLOAT, m_pRanges, m_nOutputs * 2);
  /external/pdfium/core/src/fxge/dib/
fx_dib_composite.cpp     [all...]

Completed in 293 milliseconds