(08e24b2ba6847221abd35e9b994206b764d6b322)
Go to the source code of this file.
◆ CHARPROP____ [1/2]
#define CHARPROP____ |
( |
| mirror, |
|
|
| ct, |
|
|
| bd, |
|
|
| bt ) |
Value: ((mirror << kMirrorBitPos) | \
(static_cast<uint16_t>(FX_BIDICLASS::bd) << kBidiClassBitPos)),
Definition at line 30 of file fx_unicode.cpp.
◆ CHARPROP____ [2/2]
#define CHARPROP____ |
( |
| mirror, |
|
|
| ct, |
|
|
| bd, |
|
|
| bt ) |
Value: static_assert( \
mirror == kMirrorMax || mirror < std::size(kFXTextLayoutBidiMirror), \
"Bad mirror index");
Definition at line 30 of file fx_unicode.cpp.