Searched refs:FX_BIDICLASSBITSMASK (Results 1 – 4 of 4) sorted by relevance
17 int32_t iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS; in AppendChar()
14 #define FX_BIDICLASSBITSMASK (31 << FX_BIDICLASSBITS) macro
458 (int16_t)(chars[i].m_dwCharProps & FX_BIDICLASSBITSMASK) >> in FX_BidiClassify()464 gc_FX_BidiNTypes[(chars[i].m_dwCharProps & FX_BIDICLASSBITSMASK) >> in FX_BidiClassify()
312 int32_t iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS; in AppendChar_PageLoad()