Home
last modified time | relevance | path

Searched refs:FX_BIDICLASSBITSMASK (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_bidi.cpp43 constexpr uint32_t FX_BIDICLASSBITSMASK = 0x1F << FX_BIDICLASSBITS; variable
306 static_cast<int16_t>(cur.char_props() & FX_BIDICLASSBITSMASK) >> in Classify()
315 gc_FX_BidiNTypes[(cur.char_props() & FX_BIDICLASSBITSMASK) >> in Classify()
546 int32_t iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS; in AppendChar()