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_GrrdProc.h>
Public Member Functions | |
CJBig2_GRRDProc () | |
~CJBig2_GRRDProc () | |
std::unique_ptr< CJBig2_Image > | Decode (CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *grContext) |
Public Attributes | |
bool | GRTEMPLATE |
bool | TPGRON |
uint32_t | GRW |
uint32_t | GRH |
int32_t | GRREFERENCEDX |
int32_t | GRREFERENCEDY |
UnownedPtr< CJBig2_Image > | GRREFERENCE |
int8_t | GRAT [4] |
Definition at line 20 of file JBig2_GrrdProc.h.
|
default |
|
default |
std::unique_ptr< CJBig2_Image > CJBig2_GRRDProc::Decode | ( | CJBig2_ArithDecoder * | pArithDecoder, |
JBig2ArithCtx * | grContext ) |
Definition at line 19 of file JBig2_GrrdProc.cpp.
References GRH, GRTEMPLATE, GRW, and CJBig2_Image::IsValidImageSize().
int8_t CJBig2_GRRDProc::GRAT[4] |
Definition at line 35 of file JBig2_GrrdProc.h.
uint32_t CJBig2_GRRDProc::GRH |
Definition at line 31 of file JBig2_GrrdProc.h.
Referenced by Decode().
UnownedPtr<CJBig2_Image> CJBig2_GRRDProc::GRREFERENCE |
Definition at line 34 of file JBig2_GrrdProc.h.
int32_t CJBig2_GRRDProc::GRREFERENCEDX |
Definition at line 32 of file JBig2_GrrdProc.h.
int32_t CJBig2_GRRDProc::GRREFERENCEDY |
Definition at line 33 of file JBig2_GrrdProc.h.
bool CJBig2_GRRDProc::GRTEMPLATE |
Definition at line 28 of file JBig2_GrrdProc.h.
Referenced by Decode().
uint32_t CJBig2_GRRDProc::GRW |
Definition at line 30 of file JBig2_GrrdProc.h.
Referenced by Decode().
bool CJBig2_GRRDProc::TPGRON |
Definition at line 29 of file JBig2_GrrdProc.h.