Searched refs:CFX_FileBufferArchive (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_buffer.cpp504 CFX_FileBufferArchive::CFX_FileBufferArchive(FX_STRSIZE size, IFX_Allocator* pAllocator) function in class:CFX_FileBufferArchive
510 CFX_FileBufferArchive::~CFX_FileBufferArchive()
514 void CFX_FileBufferArchive::Clear()
523 FX_BOOL CFX_FileBufferArchive::AttachFile(IFX_StreamWrite *pFile, FX_BOOL bTakeover )
535 FX_BOOL CFX_FileBufferArchive::AttachFile(FX_LPCWSTR filename)
550 FX_BOOL CFX_FileBufferArchive::AttachFile(FX_LPCSTR filename)
565 FX_BOOL CFX_FileBufferArchive::DoWork(const void* pBuf, size_t size)
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_serial.h169 CFX_FileBufferArchive m_File;
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_create.cpp15 FX_INT32 PDF_CreatorAppendObject(const CPDF_Object* pObj, CFX_FileBufferArchive *pFile, FX_FILESIZE& offset)
174 FX_INT32 PDF_CreatorWriteTrailer(CPDF_Document* pDocument, CFX_FileBufferArchive* pFile, CPDF_Array* pIDArray, FX_BOOL bCompress)
262 FX_INT32 PDF_CreatorWriteEncrypt(const CPDF_Dictionary* pEncryptDict, FX_DWORD dwObjNum, CFX_FileBufferArchive *pFile)
465 CFX_FileBufferArchive *pFile = &pCreator->m_File;
690 CFX_FileBufferArchive *pFile = &pCreator->m_File;
1728 static FX_INT32 _OutPutIndex(CFX_FileBufferArchive* pFile, FX_FILESIZE offset)
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h269 class CFX_FileBufferArchive : public IFX_BufferArchive, public CFX_Object class in inherits:IFX_BufferArchive,CFX_Object
272 CFX_FileBufferArchive(FX_STRSIZE size = 32768, IFX_Allocator* pAllocator = NULL);
273 ~CFX_FileBufferArchive();

Completed in 181 milliseconds