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
cjpx_decoder.cpp File Reference

(3dce9b5818576f04ce21cec4b3686eda012e5b65)

#include "core/fxcodec/jpx/cjpx_decoder.h"
#include <string.h>
#include <algorithm>
#include <limits>
#include <utility>
#include <vector>
#include "core/fxcodec/jpx/jpx_decode_utils.h"
#include "core/fxcrt/fx_safe_types.h"
#include "core/fxcrt/span_util.h"
#include "core/fxge/calculate_pitch.h"
#include "third_party/abseil-cpp/absl/types/optional.h"
#include "third_party/base/memory/ptr_util.h"
#include "third_party/libopenjpeg/opj_malloc.h"
+ Include dependency graph for cjpx_decoder.cpp:

Go to the source code of this file.

Namespaces

namespace  fxcodec
 

Variable Documentation

◆ b

ScopedOpjImageData b

Definition at line 41 of file cjpx_decoder.cpp.

◆ g

ScopedOpjImageData g

Definition at line 40 of file cjpx_decoder.cpp.

◆ r

ScopedOpjImageData r

Definition at line 39 of file cjpx_decoder.cpp.