Searched refs:FX_TXTCHARSTYLE_OddBidiLevel (Results 1 – 4 of 4) sorted by relevance
24 #define FX_TXTCHARSTYLE_OddBidiLevel 0x0040 macro
657 bool bRTLPiece = (pTxtRun->dwCharStyles & FX_TXTCHARSTYLE_OddBidiLevel) != 0; in GetDisplayPos()922 bool bRTLPiece = !!(pTxtRun->dwCharStyles & FX_TXTCHARSTYLE_OddBidiLevel); in GetCharRects()
410 ttoPiece.dwCharStyles |= FX_TXTCHARSTYLE_OddBidiLevel; in RetrievePieces()
1011 txtEdtPiece.dwCharStyles |= FX_TXTCHARSTYLE_OddBidiLevel; in RebuildPieces()