Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_bidi.cpp24 int32_t iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS; in AppendChar()
Dfx_arabic.cpp358 ((kTextLayoutCodeProperties[(FX_WORD)wch] & FX_BIDICLASSBITSMASK) >> in FX_BidiClassify()
366 ((kTextLayoutCodeProperties[(FX_WORD)wch] & FX_BIDICLASSBITSMASK) >> in FX_BidiClassify()
867 (int16_t)(pTC->m_dwCharProps & FX_BIDICLASSBITSMASK) >> in FX_BidiClassify()
874 gc_FX_BidiNTypes[(pTC->m_dwCharProps & FX_BIDICLASSBITSMASK) >> in FX_BidiClassify()
/external/pdfium/core/include/fxcrt/
Dfx_ucd.h13 #define FX_BIDICLASSBITSMASK (31 << FX_BIDICLASSBITS) macro
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp323 int32_t iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS; in AppendChar_PageLoad()