Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_bidi.cpp17 int32_t iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS; in AppendChar()
Dfx_ucd.h14 #define FX_BIDICLASSBITSMASK (31 << FX_BIDICLASSBITS) macro
Dfx_arabic.cpp458 (int16_t)(chars[i].m_dwCharProps & FX_BIDICLASSBITSMASK) >> in FX_BidiClassify()
464 gc_FX_BidiNTypes[(chars[i].m_dwCharProps & FX_BIDICLASSBITSMASK) >> in FX_BidiClassify()
/external/pdfium/xfa/fgas/layout/
Dfgas_textbreak.cpp312 int32_t iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS; in AppendChar_PageLoad()