Searched refs:FX_Realloc (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_memory_unittest.cpp | 38 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()
|
D | fx_memory.h | 39 #define FX_Realloc(type, ptr, size) \ macro
|
D | cfx_binarybuf.cpp | 67 ? FX_Realloc(uint8_t, m_pBuffer.release(), m_AllocSize) in ExpandBuf()
|
D | cfx_memorystream.cpp | 92 m_data.reset(FX_Realloc(uint8_t, m_data.release(), m_nTotalSize)); in WriteBlockAtOffset()
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_csstextbuf.cpp | 44 m_pBuffer = FX_Realloc(wchar_t, m_pBuffer, iDesiredSize); in ExpandBuf()
|
/external/pdfium/core/fxcodec/jpeg/ |
D | jpegmodule.cpp | 670 FX_Realloc(uint8_t, *dest_buf, dest_buf_length + kJpegBlockSize); in JpegEncode()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.cpp | 879 FX_Realloc(uint8_t, pBuffer, sizeof(XFA_MAPDATABLOCK) + iBytes)); in SetMapModuleBuffer() 995 pDstBuffer = (XFA_MAPDATABLOCK*)FX_Realloc( in MergeAllData()
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image.cpp | 247 m_pData.Reset(std::unique_ptr<uint8_t, FxFreeDeleter>(FX_Realloc( in Expand()
|
/external/pdfium/core/fxcodec/flate/ |
D | flatemodule.cpp | 184 dest_buf_.reset(FX_Realloc(uint8_t, dest_buf_.release(), dest_buf_size_)); in ExpandDestBuf()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_view.cpp | 1058 bstr->str = FX_Realloc(char, bstr->str, length + 1); in FPDF_BStr_Set()
|
/external/pdfium/core/fxcodec/ |
D | progressivedecoder.cpp | 437 m_pSrcPalette.reset(FX_Realloc(FX_ARGB, m_pSrcPalette.release(), pal_num)); in GifInputRecordPositionBuf()
|