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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "xfa/fgas/layout/cfgas_char.h"
#include <algorithm>
#include <iterator>
#include "core/fxcrt/fx_extension.h"
#include "core/fxcrt/stl_util.h"
#include "third_party/base/check.h"
+ Include dependency graph for cfgas_char.cpp:

Go to the source code of this file.

Macros

#define PACK_NIBBLES(hi, lo)
 

Macro Definition Documentation

◆ PACK_NIBBLES

#define PACK_NIBBLES ( hi,
lo )
Value:
((static_cast<uint32_t>(hi) << 4) + static_cast<uint32_t>(lo))

Definition at line 23 of file cfgas_char.cpp.