Searched refs:FX_TXTCHARSTYLE_OddBidiLevel (Results 1 – 4 of 4) sorted by relevance
21 #define FX_TXTCHARSTYLE_OddBidiLevel 0x0040 macro
673 bool bRTLPiece = (pTxtRun->dwCharStyles & FX_TXTCHARSTYLE_OddBidiLevel) != 0; in GetDisplayPos()936 bool bRTLPiece = !!(pTxtRun->dwCharStyles & FX_TXTCHARSTYLE_OddBidiLevel); in GetCharRects()
404 ttoPiece.dwCharStyles |= FX_TXTCHARSTYLE_OddBidiLevel; in RetrievePieces()
1114 txtEdtPiece.dwCharStyles |= FX_TXTCHARSTYLE_OddBidiLevel; in RebuildPieces()