Searched refs:stopRun (Results 1 – 1 of 1) sorted by relevance
1038 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1; in computeVisualRuns() local1041 for (run = startRun; run != stopRun; run += dir) { in computeVisualRuns()