Searched refs:FX_IsOdd (Results 1 – 8 of 8) sorted by relevance
392 bReverse = bReverse || FX_IsOdd(iBaseLevel); in FX_BidiReorderLevel()489 int32_t iState = FX_IsOdd(iBaseLevel) ? FX_BWSxr : FX_BWSxl; in FX_BidiResolveWeak()562 int32_t iState = FX_IsOdd(iBaseLevel) ? FX_BNSr : FX_BNSl; in FX_BidiResolveNeutrals()609 iLevel += gc_FX_BidiAddLevel[FX_IsOdd(iLevel)][iCls - 1]; in FX_BidiResolveImplicit()669 bReverse = bReverse || FX_IsOdd(iBaseLevel); in FX_BidiReorderLevel()
13 #define FX_BidiDirection(a) (FX_IsOdd(a) ? FX_BIDICLASS_R : FX_BIDICLASS_L)
20 #define FX_IsOdd(a) ((a)&1) macro
129 bBefore = FX_IsOdd(pPiece->nBidiLevel); in GetCharIndex()131 bBefore = !FX_IsOdd(pPiece->nBidiLevel); in GetCharIndex()311 if (FX_IsOdd(pPiece->m_iBidiLevel)) { in LoadPage()
1435 if ((!FX_IsOdd(nBIDILevel) && !bBefore) || in GetCaretRect()1436 (FX_IsOdd(nBIDILevel) && bBefore)) { in GetCaretRect()
343 if (m_bVertical != FX_IsOdd(iRotation)) { in AppendChar_Combination()461 if (m_bVertical != FX_IsOdd(iLastRotation)) in AppendChar_Arabic()483 if (m_bVertical != FX_IsOdd(iRotation)) in AppendChar_Arabic()528 if (m_bVertical != FX_IsOdd(iRotation)) in AppendChar_Others()628 if (m_bVertical != FX_IsOdd(iRotation)) in EndBreak_UpdateArabicShapes()827 bool bArabic = FX_IsOdd(ttp.m_iBidiLevel); in EndBreak_Alignment()
632 bool bArabic = FX_IsOdd(ttp.m_iBidiLevel); in EndBreak_Alignment()872 bool bRTLPiece = FX_IsOdd(pText->iBidiLevel); in GetDisplayPos()
553 if (FX_IsOdd(pPiece->m_iBidiLevel)) { in RetriecePieces()