Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fxcodec::Jbig2Context Class Reference

#include <jbig2_decoder.h>

+ Collaboration diagram for fxcodec::Jbig2Context:

Public Member Functions

 Jbig2Context ()
 
 ~Jbig2Context ()
 

Public Attributes

uint32_t m_width = 0
 
uint32_t m_height = 0
 
uint64_t m_nGlobalKey = 0
 
uint64_t m_nSrcKey = 0
 
pdfium::span< const uint8_t > m_pGlobalSpan
 
pdfium::span< const uint8_t > m_pSrcSpan
 
UNOWNED_PTR_EXCLUSION uint8_t * m_dest_buf = nullptr
 
uint32_t m_dest_pitch = 0
 
std::unique_ptr< CJBig2_Contextm_pContext
 

Detailed Description

Definition at line 22 of file jbig2_decoder.h.

Constructor & Destructor Documentation

◆ Jbig2Context()

fxcodec::Jbig2Context::Jbig2Context ( )
default

◆ ~Jbig2Context()

fxcodec::Jbig2Context::~Jbig2Context ( )
default

Member Data Documentation

◆ m_dest_buf

UNOWNED_PTR_EXCLUSION uint8_t* fxcodec::Jbig2Context::m_dest_buf = nullptr

Definition at line 33 of file jbig2_decoder.h.

Referenced by fxcodec::Jbig2Decoder::StartDecode().

◆ m_dest_pitch

uint32_t fxcodec::Jbig2Context::m_dest_pitch = 0

Definition at line 34 of file jbig2_decoder.h.

Referenced by fxcodec::Jbig2Decoder::StartDecode().

◆ m_height

uint32_t fxcodec::Jbig2Context::m_height = 0

Definition at line 28 of file jbig2_decoder.h.

Referenced by fxcodec::Jbig2Decoder::StartDecode().

◆ m_nGlobalKey

uint64_t fxcodec::Jbig2Context::m_nGlobalKey = 0

Definition at line 29 of file jbig2_decoder.h.

Referenced by fxcodec::Jbig2Decoder::StartDecode().

◆ m_nSrcKey

uint64_t fxcodec::Jbig2Context::m_nSrcKey = 0

Definition at line 30 of file jbig2_decoder.h.

Referenced by fxcodec::Jbig2Decoder::StartDecode().

◆ m_pContext

std::unique_ptr<CJBig2_Context> fxcodec::Jbig2Context::m_pContext

Definition at line 35 of file jbig2_decoder.h.

◆ m_pGlobalSpan

pdfium::span<const uint8_t> fxcodec::Jbig2Context::m_pGlobalSpan

Definition at line 31 of file jbig2_decoder.h.

◆ m_pSrcSpan

pdfium::span<const uint8_t> fxcodec::Jbig2Context::m_pSrcSpan

Definition at line 32 of file jbig2_decoder.h.

◆ m_width

uint32_t fxcodec::Jbig2Context::m_width = 0

Definition at line 27 of file jbig2_decoder.h.

Referenced by fxcodec::Jbig2Decoder::StartDecode().


The documentation for this class was generated from the following files: