HomeSort by relevance Sort by last modified time
    Searched refs:IFX_MemoryStream (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/include/fxcrt/
fx_stream.h 164 class IFX_MemoryStream : public IFX_FileStream
178 IFX_MemoryStream* FX_CreateMemoryStream(FX_LPBYTE pBuffer, size_t nSize, FX_BOOL bTakeOver = FALSE, IFX_Allocator* pAllocator = NULL);
179 IFX_MemoryStream* FX_CreateMemoryStream(FX_BOOL bConsecutive = FALSE, IFX_Allocator* pAllocator = NULL);
  /external/pdfium/core/src/fxcrt/
fx_extension.cpp 131 IFX_MemoryStream* FX_CreateMemoryStream(FX_LPBYTE pBuffer, size_t dwSize, FX_BOOL bTakeOver, IFX_Allocator* pAllocator)
139 IFX_MemoryStream* FX_CreateMemoryStream(FX_BOOL bConsecutive, IFX_Allocator* pAllocator)
extension.h 125 class CFX_MemoryStream : public IFX_MemoryStream, public CFX_Object

Completed in 37 milliseconds