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

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include "core/fxcodec/bmp/cfx_bmpdecompressor.h"
#include <stdint.h>
#include <algorithm>
#include <limits>
#include <utility>
#include "core/fxcodec/bmp/cfx_bmpcontext.h"
#include "core/fxcodec/cfx_codec_memory.h"
#include "core/fxcrt/data_vector.h"
#include "core/fxcrt/fx_safe_types.h"
#include "core/fxcrt/fx_system.h"
#include "core/fxcrt/span_util.h"
#include "core/fxge/calculate_pitch.h"
#include "third_party/base/numerics/safe_math.h"
+ Include dependency graph for cfx_bmpdecompressor.cpp:

Go to the source code of this file.

Namespaces

namespace  fxcodec
 

Macros

#define BMP_PAL_ENCODE(a, r, g, b)
 

Macro Definition Documentation

◆ BMP_PAL_ENCODE

#define BMP_PAL_ENCODE ( a,
r,
g,
b )
Value:
(((uint32_t)(a) << 24) | ((r) << 16) | ((g) << 8) | (b))
GLboolean GLboolean GLboolean b
GLboolean GLboolean GLboolean GLboolean a
[7]
GLboolean r
[2]
GLboolean GLboolean g

Definition at line 28 of file cfx_bmpdecompressor.cpp.