Searched refs:runDirection (Results 1 – 1 of 1) sorted by relevance
1030 … UBiDiDirection runDirection = ubidi_getVisualRun(fLineBidi, visualRun, &relStart, &runLength); in computeVisualRuns() local1035 le_int32 startRun = (runDirection == UBIDI_LTR)? firstRun : lastRun; in computeVisualRuns()1036 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1; in computeVisualRuns()1037 le_int32 dir = (runDirection == UBIDI_LTR)? 1 : -1; in computeVisualRuns()