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.cpp28 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()
Dcfx_binarybuf.cpp59 ? FX_Realloc(uint8_t, m_pBuffer.release(), m_AllocSize) in ExpandBuf()
Dfx_memory.h97 #define FX_Realloc(type, ptr, size) \ macro
Dcfx_memorystream.cpp121 m_Blocks[0] = FX_Realloc(uint8_t, m_Blocks[0], m_nTotalSize); in WriteBlock()
/external/pdfium/core/fxcrt/css/
Dcfx_csstextbuf.cpp44 m_pBuffer = FX_Realloc(wchar_t, m_pBuffer, iDesiredSize); in ExpandBuf()
/external/pdfium/core/fpdfapi/page/
Dcpdf_function.cpp95 m_pRanges = FX_Realloc(float, m_pRanges, m_nOutputs * 2); in Init()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp308 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()
Dfx_codec_jpeg.cpp590 FX_Realloc(uint8_t, *dest_buf, dest_buf_length + JPEG_BLOCK_SIZE);
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp1016 FX_Realloc(uint8_t, pBuffer, sizeof(XFA_MAPDATABLOCK) + iBytes)); in SetMapModuleBuffer()
1129 pDstBuffer = (XFA_MAPDATABLOCK*)FX_Realloc( in MergeAllData()
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp238 FX_Realloc(uint8_t, m_pData.Release().release(), h * m_nStride))); in expand()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp1438 str->str = FX_Realloc(char, str->str, length + 1); in FPDF_BStr_Set()