Searched refs:FX_Realloc (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_memory_unittest.cpp | 28 EXPECT_DEATH_IF_SUPPORTED((void)FX_Realloc(int, ptr, kMaxIntAlloc), ""); in TEST() 40 EXPECT_DEATH_IF_SUPPORTED((void)FX_Realloc(int, ptr, kOverflowIntAlloc), ""); in TEST()
|
D | cfx_binarybuf.cpp | 59 ? FX_Realloc(uint8_t, m_pBuffer.release(), m_AllocSize) in ExpandBuf()
|
D | fx_memory.h | 97 #define FX_Realloc(type, ptr, size) \ macro
|
D | cfx_memorystream.cpp | 121 m_Blocks[0] = FX_Realloc(uint8_t, m_Blocks[0], m_nTotalSize); in WriteBlock()
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_csstextbuf.cpp | 44 m_pBuffer = FX_Realloc(wchar_t, m_pBuffer, iDesiredSize); in ExpandBuf()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_function.cpp | 95 m_pRanges = FX_Realloc(float, m_pRanges, m_nOutputs * 2); in Init()
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_progress.cpp | 308 m_pSrcBuf = FX_Realloc(uint8_t, m_pSrcBuf, m_SrcSize); in JpegReadMoreData() 570 m_pSrcBuf = FX_Realloc(uint8_t, m_pSrcBuf, m_SrcSize); in GifReadMoreData() 626 m_pSrcPalette = FX_Realloc(FX_ARGB, m_pSrcPalette, pal_num); in GifInputRecordPositionBuf() 846 m_pSrcBuf = FX_Realloc(uint8_t, m_pSrcBuf, m_SrcSize); in BmpReadMoreData()
|
D | fx_codec_jpeg.cpp | 590 FX_Realloc(uint8_t, *dest_buf, dest_buf_length + JPEG_BLOCK_SIZE);
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.cpp | 1016 FX_Realloc(uint8_t, pBuffer, sizeof(XFA_MAPDATABLOCK) + iBytes)); in SetMapModuleBuffer() 1129 pDstBuffer = (XFA_MAPDATABLOCK*)FX_Realloc( in MergeAllData()
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image.cpp | 238 FX_Realloc(uint8_t, m_pData.Release().release(), h * m_nStride))); in expand()
|
/external/pdfium/fpdfsdk/ |
D | fpdfview.cpp | 1438 str->str = FX_Realloc(char, str->str, length + 1); in FPDF_BStr_Set()
|