![]() |
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 "core/fxcodec/jbig2/JBig2_Define.h"#include "core/fxcrt/compiler_specific.h"#include "core/fxcrt/fx_memory_wrappers.h"#include "core/fxcrt/maybe_owned.h"#include "core/fxcrt/span.h"Go to the source code of this file.
Classes | |
| class | CJBig2_Image |
Enumerations | |
| enum | JBig2ComposeOp { JBIG2_COMPOSE_OR = 0 , JBIG2_COMPOSE_AND = 1 , JBIG2_COMPOSE_XOR = 2 , JBIG2_COMPOSE_XNOR = 3 , JBIG2_COMPOSE_REPLACE = 4 } |
| enum JBig2ComposeOp |
| Enumerator | |
|---|---|
| JBIG2_COMPOSE_OR | |
| JBIG2_COMPOSE_AND | |
| JBIG2_COMPOSE_XOR | |
| JBIG2_COMPOSE_XNOR | |
| JBIG2_COMPOSE_REPLACE | |
Definition at line 22 of file JBig2_Image.h.