Home
last modified time | relevance | path

Searched refs:CJBig2_Context (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.h35 class CJBig2_Context {
37 static std::unique_ptr<CJBig2_Context> Create(
44 ~CJBig2_Context();
58 CJBig2_Context(pdfium::span<const uint8_t> pSrcSpan,
89 std::unique_ptr<CJBig2_Context> m_pGlobalContext;
DJBig2_Context.cpp54 std::unique_ptr<CJBig2_Context> CJBig2_Context::Create( in Create()
61 new CJBig2_Context(pSrcSpan, dwSrcObjNum, pSymbolDictCache, false)); in Create()
63 result->m_pGlobalContext = pdfium::WrapUnique(new CJBig2_Context( in Create()
69 CJBig2_Context::CJBig2_Context(pdfium::span<const uint8_t> pSrcSpan, in CJBig2_Context() function in CJBig2_Context
78 CJBig2_Context::~CJBig2_Context() {} in ~CJBig2_Context()
80 JBig2_Result CJBig2_Context::DecodeSequential(PauseIndicatorIface* pPause) { in DecodeSequential()
129 bool CJBig2_Context::GetFirstPage(uint8_t* pBuf, in GetFirstPage()
152 bool CJBig2_Context::Continue(PauseIndicatorIface* pPause) { in Continue()
176 CJBig2_Segment* CJBig2_Context::FindSegmentByNumber(uint32_t dwNumber) { in FindSegmentByNumber()
189 CJBig2_Segment* CJBig2_Context::FindReferredTableSegmentByIndex( in FindReferredTableSegmentByIndex()
[all …]
Djbig2module.h15 class CJBig2_Context; variable
35 std::unique_ptr<CJBig2_Context> m_pContext;
DJBig2_HuffmanTable.cpp159 return CJBig2_Context::HuffmanAssignCode(CODES.data(), NTEMP); in ParseFromStandardTable()
225 return CJBig2_Context::HuffmanAssignCode(CODES.data(), NTEMP); in ParseFromCodedBuffer()
Djbig2module.cpp57 CJBig2_Context::Create(global_span, global_objnum, src_span, src_objnum, in StartDecode()