![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxcodec/jbig2/JBig2_Image.h"#include <limits.h>#include <stddef.h>#include <algorithm>#include <memory>#include "core/fxcrt/check.h"#include "core/fxcrt/compiler_specific.h"#include "core/fxcrt/fx_2d_size.h"#include "core/fxcrt/fx_coordinates.h"#include "core/fxcrt/fx_memcpy_wrappers.h"#include "core/fxcrt/fx_memory.h"#include "core/fxcrt/fx_safe_types.h"Go to the source code of this file.
Macros | |
| #define | JBIG2_GETDWORD(buf) |
| #define | JBIG2_PUTDWORD(buf, val) |
| #define JBIG2_GETDWORD | ( | buf | ) |
Definition at line 23 of file JBig2_Image.cpp.