Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stdint.h>
#include <memory>
#include <vector>
#include "core/fxcodec/jbig2/JBig2_Image.h"
#include "core/fxcrt/unowned_ptr.h"
#include "core/fxcrt/unowned_ptr_exclusion.h"
Go to the source code of this file.
Classes | |
struct | JBig2IntDecoderState |
class | CJBig2_TRDProc |
Enumerations | |
enum | JBig2Corner { JBIG2_CORNER_BOTTOMLEFT = 0 , JBIG2_CORNER_TOPLEFT = 1 , JBIG2_CORNER_BOTTOMRIGHT = 2 , JBIG2_CORNER_TOPRIGHT = 3 } |
enum JBig2Corner |
Enumerator | |
---|---|
JBIG2_CORNER_BOTTOMLEFT | |
JBIG2_CORNER_TOPLEFT | |
JBIG2_CORNER_BOTTOMRIGHT | |
JBIG2_CORNER_TOPRIGHT |
Definition at line 43 of file JBig2_TrdProc.h.