Home
last modified time | relevance | path

Searched refs:CFX_BitStream (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxcrt/
Dcfx_bitstream.cpp13 CFX_BitStream::CFX_BitStream(const uint8_t* pData, uint32_t dwSize) in CFX_BitStream() function in CFX_BitStream
18 CFX_BitStream::~CFX_BitStream() {} in ~CFX_BitStream()
20 void CFX_BitStream::ByteAlign() { in ByteAlign()
24 uint32_t CFX_BitStream::GetBits(uint32_t nBits) { in GetBits()
Dcfx_bitstream.h14 class CFX_BitStream {
16 CFX_BitStream(const uint8_t* pData, uint32_t dwSize);
17 ~CFX_BitStream();
/external/pdfium/core/fpdfapi/parser/
Dcpdf_hint_tables.h16 class CFX_BitStream; variable
37 bool ReadPageHintTable(CFX_BitStream* hStream);
38 bool ReadSharedObjHintTable(CFX_BitStream* hStream, uint32_t offset);
Dcpdf_hint_tables.cpp25 bool CanReadFromBitStream(const CFX_BitStream* hStream, in CanReadFromBitStream()
60 bool CPDF_HintTables::ReadPageHintTable(CFX_BitStream* hStream) { in ReadPageHintTable()
248 bool CPDF_HintTables::ReadSharedObjHintTable(CFX_BitStream* hStream, in ReadSharedObjHintTable()
490 CFX_BitStream bs(pAcc->GetData(), size); in LoadHintStream()
/external/pdfium/core/fpdfapi/page/
Dcpdf_meshstream.h60 CFX_BitStream* BitStream() { return m_BitStream.get(); } in BitStream()
84 std::unique_ptr<CFX_BitStream> m_BitStream;
Dcpdf_meshstream.cpp120 m_BitStream = pdfium::MakeUnique<CFX_BitStream>(m_pStream->GetData(), in Load()
/external/pdfium/testing/libfuzzer/
Dpdf_hint_table_fuzzer.cc39 CFX_BitStream bs(data, size); in Fuzz()