#include <jbig2_decoder.h>
|
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) |
|
Definition at line 38 of file jbig2_decoder.h.
◆ Jbig2Decoder() [1/2]
fxcodec::Jbig2Decoder::Jbig2Decoder |
( |
| ) |
|
|
delete |
◆ Jbig2Decoder() [2/2]
fxcodec::Jbig2Decoder::Jbig2Decoder |
( |
const Jbig2Decoder & | | ) |
|
|
delete |
◆ ContinueDecode()
◆ operator=()
◆ 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: