(0ccf980226462398d5097987466bcffd8236e1e9)
#include <stddef.h>
#include <stdint.h>
#include <list>
#include <memory>
#include <utility>
#include <vector>
#include "core/fxcodec/fx_codec_def.h"
#include "core/fxcodec/jbig2/JBig2_DocumentContext.h"
#include "core/fxcodec/jbig2/JBig2_Page.h"
#include "core/fxcodec/jbig2/JBig2_Segment.h"
#include "core/fxcrt/span.h"
#include "core/fxcrt/unowned_ptr.h"
Go to the source code of this file.
◆ JBIG2_MIN_SEGMENT_SIZE
#define JBIG2_MIN_SEGMENT_SIZE 11 |
◆ JBig2_Result
Enumerator |
---|
kSuccess | |
kFailure | |
kEndReached | |
Definition at line 31 of file JBig2_Context.h.