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
JBig2_Image.h File Reference

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#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"
Include dependency graph for JBig2_Image.h:
This graph shows which files directly or indirectly include this file:

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
}

Enumeration Type Documentation

◆ 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.