![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <jbig2_decoder.h>
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::raw_span< const uint8_t > | m_pGlobalSpan |
pdfium::raw_span< const uint8_t > | m_pSrcSpan |
pdfium::raw_span< uint8_t > | m_dest_buf |
uint32_t | m_dest_pitch = 0 |
std::unique_ptr< CJBig2_Context > | m_pContext |
Definition at line 24 of file jbig2_decoder.h.
|
default |
|
default |
pdfium::raw_span<uint8_t> fxcodec::Jbig2Context::m_dest_buf |
Definition at line 35 of file jbig2_decoder.h.
uint32_t fxcodec::Jbig2Context::m_dest_pitch = 0 |
Definition at line 36 of file jbig2_decoder.h.
Referenced by fxcodec::Jbig2Decoder::StartDecode().
uint32_t fxcodec::Jbig2Context::m_height = 0 |
Definition at line 30 of file jbig2_decoder.h.
Referenced by fxcodec::Jbig2Decoder::StartDecode().
uint64_t fxcodec::Jbig2Context::m_nGlobalKey = 0 |
Definition at line 31 of file jbig2_decoder.h.
Referenced by fxcodec::Jbig2Decoder::StartDecode().
uint64_t fxcodec::Jbig2Context::m_nSrcKey = 0 |
Definition at line 32 of file jbig2_decoder.h.
Referenced by fxcodec::Jbig2Decoder::StartDecode().
std::unique_ptr<CJBig2_Context> fxcodec::Jbig2Context::m_pContext |
Definition at line 37 of file jbig2_decoder.h.
pdfium::raw_span<const uint8_t> fxcodec::Jbig2Context::m_pGlobalSpan |
Definition at line 33 of file jbig2_decoder.h.
pdfium::raw_span<const uint8_t> fxcodec::Jbig2Context::m_pSrcSpan |
Definition at line 34 of file jbig2_decoder.h.
uint32_t fxcodec::Jbig2Context::m_width = 0 |
Definition at line 29 of file jbig2_decoder.h.
Referenced by fxcodec::Jbig2Decoder::StartDecode().