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

#include <faxmodule.h>

Collaboration diagram for fxcodec::FaxModule:

Public Member Functions

 FaxModule ()=delete
 FaxModule (const FaxModule &)=delete
FaxModuleoperator= (const FaxModule &)=delete

Static Public Member Functions

static std::unique_ptr< ScanlineDecoderCreateDecoder (pdfium::span< const uint8_t > src_span, int width, int height, int K, bool EndOfLine, bool EncodedByteAlign, bool BlackIs1, int Columns, int Rows)
static int FaxG4Decode (pdfium::span< const uint8_t > src_buf, int starting_bitpos, int width, int height, int pitch, uint8_t *dest_buf)

Detailed Description

Definition at line 28 of file faxmodule.h.

Constructor & Destructor Documentation

◆ FaxModule() [1/2]

fxcodec::FaxModule::FaxModule ( )
delete

◆ FaxModule() [2/2]

fxcodec::FaxModule::FaxModule ( const FaxModule & )
delete

Member Function Documentation

◆ CreateDecoder()

std::unique_ptr< ScanlineDecoder > fxcodec::FaxModule::CreateDecoder ( pdfium::span< const uint8_t > src_span,
int width,
int height,
int K,
bool EndOfLine,
bool EncodedByteAlign,
bool BlackIs1,
int Columns,
int Rows )
static

Definition at line 607 of file faxmodule.cpp.

◆ FaxG4Decode()

int fxcodec::FaxModule::FaxG4Decode ( pdfium::span< const uint8_t > src_buf,
int starting_bitpos,
int width,
int height,
int pitch,
uint8_t * dest_buf )
static

Definition at line 635 of file faxmodule.cpp.

References FXSYS_memset().

Here is the call graph for this function:

◆ operator=()

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

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