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

(3dce9b5818576f04ce21cec4b3686eda012e5b65)

#include <memory>
#include "core/fxcodec/jbig2/JBig2_Define.h"
#include "core/fxcrt/fx_memory_wrappers.h"
#include "core/fxcrt/maybe_owned.h"
#include "third_party/base/containers/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 19 of file JBig2_Image.h.