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

  /external/pdfium/core/fxcrt/
cfx_bitstream.h 14 class CFX_BitStream {
16 CFX_BitStream(const uint8_t* pData, uint32_t dwSize);
17 ~CFX_BitStream();
cfx_bitstream.cpp 7 #include "core/fxcrt/cfx_bitstream.h"
13 CFX_BitStream::CFX_BitStream(const uint8_t* pData, uint32_t dwSize)
18 CFX_BitStream::~CFX_BitStream() {}
20 void CFX_BitStream::ByteAlign() {
24 uint32_t CFX_BitStream::GetBits(uint32_t nBits) {
  /external/pdfium/core/fpdfapi/parser/
cpdf_hint_tables.h 16 class CFX_BitStream;
37 bool ReadPageHintTable(CFX_BitStream* hStream);
38 bool ReadSharedObjHintTable(CFX_BitStream* hStream, uint32_t offset);
cpdf_hint_tables.cpp 19 #include "core/fxcrt/cfx_bitstream.h"
25 bool CanReadFromBitStream(const CFX_BitStream* hStream,
60 bool CPDF_HintTables::ReadPageHintTable(CFX_BitStream* hStream) {
248 bool CPDF_HintTables::ReadSharedObjHintTable(CFX_BitStream* hStream,
490 CFX_BitStream bs(pAcc->GetData(), size);
  /external/pdfium/core/fpdfapi/page/
cpdf_meshstream.h 16 #include "core/fxcrt/cfx_bitstream.h"
60 CFX_BitStream* BitStream() { return m_BitStream.get(); }
84 std::unique_ptr<CFX_BitStream> m_BitStream;
cpdf_meshstream.cpp 120 m_BitStream = pdfium::MakeUnique<CFX_BitStream>(m_pStream->GetData(),
  /external/pdfium/testing/libfuzzer/
pdf_hint_table_fuzzer.cc 13 #include "core/fxcrt/cfx_bitstream.h"
39 CFX_BitStream bs(data, size);

Completed in 98 milliseconds