Home
last modified time | relevance | path

Searched refs:FX_Realloc (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_memory_unittest.cpp38 EXPECT_DEATH_IF_SUPPORTED((void)FX_Realloc(int, ptr, kMaxIntAlloc), ""); in TEST()
50 EXPECT_DEATH_IF_SUPPORTED((void)FX_Realloc(int, ptr, kOverflowIntAlloc), ""); in TEST()
Dfx_memory.h39 #define FX_Realloc(type, ptr, size) \ macro
Dcfx_binarybuf.cpp67 ? FX_Realloc(uint8_t, m_pBuffer.release(), m_AllocSize) in ExpandBuf()
Dcfx_memorystream.cpp92 m_data.reset(FX_Realloc(uint8_t, m_data.release(), m_nTotalSize)); in WriteBlockAtOffset()
/external/pdfium/core/fxcrt/css/
Dcfx_csstextbuf.cpp44 m_pBuffer = FX_Realloc(wchar_t, m_pBuffer, iDesiredSize); in ExpandBuf()
/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.cpp670 FX_Realloc(uint8_t, *dest_buf, dest_buf_length + kJpegBlockSize); in JpegEncode()
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp879 FX_Realloc(uint8_t, pBuffer, sizeof(XFA_MAPDATABLOCK) + iBytes)); in SetMapModuleBuffer()
995 pDstBuffer = (XFA_MAPDATABLOCK*)FX_Realloc( in MergeAllData()
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp247 m_pData.Reset(std::unique_ptr<uint8_t, FxFreeDeleter>(FX_Realloc( in Expand()
/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp184 dest_buf_.reset(FX_Realloc(uint8_t, dest_buf_.release(), dest_buf_size_)); in ExpandDestBuf()
/external/pdfium/fpdfsdk/
Dfpdf_view.cpp1058 bstr->str = FX_Realloc(char, bstr->str, length + 1); in FPDF_BStr_Set()
/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp437 m_pSrcPalette.reset(FX_Realloc(FX_ARGB, m_pSrcPalette.release(), pal_num)); in GifInputRecordPositionBuf()