#include <basicmodule.h>
Definition at line 21 of file basicmodule.h.
◆ BasicModule() [1/2]
fxcodec::BasicModule::BasicModule |
( |
| ) |
|
|
delete |
◆ BasicModule() [2/2]
fxcodec::BasicModule::BasicModule |
( |
const BasicModule & | | ) |
|
|
delete |
◆ A85Encode()
DataVector< uint8_t > fxcodec::BasicModule::A85Encode |
( |
pdfium::span< const uint8_t > | src_span | ) |
|
|
static |
◆ CreateRunLengthDecoder()
std::unique_ptr< ScanlineDecoder > fxcodec::BasicModule::CreateRunLengthDecoder |
( |
pdfium::span< const uint8_t > | src_buf, |
|
|
int | width, |
|
|
int | height, |
|
|
int | nComps, |
|
|
int | bpc ) |
|
static |
◆ operator=()
◆ RunLengthEncode()
DataVector< uint8_t > fxcodec::BasicModule::RunLengthEncode |
( |
pdfium::span< const uint8_t > | src_span | ) |
|
|
static |
The documentation for this class was generated from the following files: