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::Jbig2Decoder Class Reference

#include <jbig2_decoder.h>

+ Collaboration diagram for fxcodec::Jbig2Decoder:

Public Member Functions

 Jbig2Decoder ()=delete
 
 Jbig2Decoder (const Jbig2Decoder &)=delete
 
Jbig2Decoderoperator= (const Jbig2Decoder &)=delete
 

Static Public Member Functions

static FXCODEC_STATUS StartDecode (Jbig2Context *pJbig2Context, JBig2_DocumentContext *pJbig2DocumentContext, uint32_t width, uint32_t height, pdfium::span< const uint8_t > src_span, uint64_t src_key, pdfium::span< const uint8_t > global_span, uint64_t global_key, pdfium::span< uint8_t > dest_buf, uint32_t dest_pitch, PauseIndicatorIface *pPause)
 
static FXCODEC_STATUS ContinueDecode (Jbig2Context *pJbig2Context, PauseIndicatorIface *pPause)
 

Detailed Description

Definition at line 38 of file jbig2_decoder.h.

Constructor & Destructor Documentation

◆ Jbig2Decoder() [1/2]

fxcodec::Jbig2Decoder::Jbig2Decoder ( )
delete

◆ Jbig2Decoder() [2/2]

fxcodec::Jbig2Decoder::Jbig2Decoder ( const Jbig2Decoder & )
delete

Member Function Documentation

◆ ContinueDecode()

FXCODEC_STATUS fxcodec::Jbig2Decoder::ContinueDecode ( Jbig2Context * pJbig2Context,
PauseIndicatorIface * pPause )
static

Definition at line 73 of file jbig2_decoder.cpp.

◆ operator=()

Jbig2Decoder & fxcodec::Jbig2Decoder::operator= ( const Jbig2Decoder & )
delete

◆ StartDecode()

FXCODEC_STATUS fxcodec::Jbig2Decoder::StartDecode ( Jbig2Context * pJbig2Context,
JBig2_DocumentContext * pJbig2DocumentContext,
uint32_t width,
uint32_t height,
pdfium::span< const uint8_t > src_span,
uint64_t src_key,
pdfium::span< const uint8_t > global_span,
uint64_t global_key,
pdfium::span< uint8_t > dest_buf,
uint32_t dest_pitch,
PauseIndicatorIface * pPause )
static

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