Searched refs:CFX_MemoryStream (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dextension.h125 class CFX_MemoryStream : public IFX_MemoryStream, public CFX_Object class in inherits:IFX_MemoryStream,CFX_Object
128 CFX_MemoryStream(FX_BOOL bConsecutive, IFX_Allocator* pAllocator) function in class:CFX_MemoryStream
139 CFX_MemoryStream(FX_LPBYTE pBuffer, size_t nSize, FX_BOOL bTakeOver, IFX_Allocator* pAllocator) function in class:CFX_MemoryStream
151 ~CFX_MemoryStream()
174 FX_DeleteAtAllocator(this, pAllocator, CFX_MemoryStream);
H A Dfx_extension.cpp134 return FX_NewAtAllocator(pAllocator)CFX_MemoryStream(pBuffer, dwSize, bTakeOver, pAllocator);
136 return FX_NEW CFX_MemoryStream(pBuffer, dwSize, bTakeOver, NULL);
142 return FX_NewAtAllocator(pAllocator)CFX_MemoryStream(bConsecutive, pAllocator);
144 return FX_NEW CFX_MemoryStream(bConsecutive, NULL);

Completed in 1149 milliseconds