![]() |
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, pdfium::span< JBig2ArithCtx > grContexts) |
Public Attributes | |
| bool | GRTEMPLATE |
| bool | TPGRON |
| uint32_t | GRW |
| uint32_t | GRH |
| int32_t | GRREFERENCEDX |
| int32_t | GRREFERENCEDY |
| UnownedPtr< CJBig2_Image > | GRREFERENCE |
| std::array< int8_t, 4 > | GRAT |
Definition at line 22 of file JBig2_GrrdProc.h.
|
default |
|
default |
| std::unique_ptr< CJBig2_Image > CJBig2_GRRDProc::Decode | ( | CJBig2_ArithDecoder * | pArithDecoder, |
| pdfium::span< JBig2ArithCtx > | grContexts ) |
Definition at line 20 of file JBig2_GrrdProc.cpp.
References GRH, GRTEMPLATE, GRW, and CJBig2_Image::IsValidImageSize().
| std::array<int8_t, 4> CJBig2_GRRDProc::GRAT |
Definition at line 37 of file JBig2_GrrdProc.h.
| uint32_t CJBig2_GRRDProc::GRH |
Definition at line 33 of file JBig2_GrrdProc.h.
Referenced by Decode().
| UnownedPtr<CJBig2_Image> CJBig2_GRRDProc::GRREFERENCE |
Definition at line 36 of file JBig2_GrrdProc.h.
| int32_t CJBig2_GRRDProc::GRREFERENCEDX |
Definition at line 34 of file JBig2_GrrdProc.h.
| int32_t CJBig2_GRRDProc::GRREFERENCEDY |
Definition at line 35 of file JBig2_GrrdProc.h.
| bool CJBig2_GRRDProc::GRTEMPLATE |
Definition at line 30 of file JBig2_GrrdProc.h.
Referenced by Decode().
| uint32_t CJBig2_GRRDProc::GRW |
Definition at line 32 of file JBig2_GrrdProc.h.
Referenced by Decode().
| bool CJBig2_GRRDProc::TPGRON |
Definition at line 31 of file JBig2_GrrdProc.h.