Searched refs:FPDF_FileHandlerContext (Results 1 – 1 of 1) sorted by relevance
61 class FPDF_FileHandlerContext final : public IFX_SeekableStream { class82 explicit FPDF_FileHandlerContext(FPDF_FILEHANDLER* pFS);83 ~FPDF_FileHandlerContext() override;89 FPDF_FileHandlerContext::FPDF_FileHandlerContext(FPDF_FILEHANDLER* pFS) { in FPDF_FileHandlerContext() function in __anond7ba9f580111::FPDF_FileHandlerContext94 FPDF_FileHandlerContext::~FPDF_FileHandlerContext() { in ~FPDF_FileHandlerContext()99 FX_FILESIZE FPDF_FileHandlerContext::GetSize() { in GetSize()105 bool FPDF_FileHandlerContext::IsEOF() { in IsEOF()109 FX_FILESIZE FPDF_FileHandlerContext::GetPosition() { in GetPosition()113 bool FPDF_FileHandlerContext::ReadBlockAtOffset(void* buffer, in ReadBlockAtOffset()127 size_t FPDF_FileHandlerContext::ReadBlock(void* buffer, size_t size) { in ReadBlock()[all …]