Searched refs:FX_BIDICLASSBITSMASK (Results 1 – 4 of 4) sorted by relevance
24 int32_t iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS; in AppendChar()
358 ((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()
13 #define FX_BIDICLASSBITSMASK (31 << FX_BIDICLASSBITS) macro
323 int32_t iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS; in AppendChar_PageLoad()