Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_ucd.h13 #define FX_BIDICLASSBITS 6 macro
14 #define FX_BIDICLASSBITSMASK (31 << FX_BIDICLASSBITS)
Dfx_bidi.cpp17 int32_t iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS; in AppendChar()
Dfx_arabic.cpp459 FX_BIDICLASSBITS; in FX_BidiClassify()
465 FX_BIDICLASSBITS]; in FX_BidiClassify()
/external/pdfium/xfa/fgas/layout/
Dfgas_textbreak.cpp312 int32_t iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS; in AppendChar_PageLoad()