Home | History | Annotate | Download | only in layoutex

Lines Matching refs:UBIDI_LTR

1035         le_int32 startRun = (runDirection == UBIDI_LTR)? firstRun : lastRun;
1036 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1;
1037 le_int32 dir = (runDirection == UBIDI_LTR)? 1 : -1;
1099 UBiDiDirection direction = ((fStyleRunInfo[run].level & 1) == 0)? UBIDI_LTR : UBIDI_RTL;