Home | History | Annotate | Download | only in text

Lines Matching refs:runIndex

698             int runIndex = offset == lineStart ? 0 : runs.length - 2;
699 return ((runs[runIndex + 1] >>> RUN_LEVEL_SHIFT) & RUN_LEVEL_MASK) != paraLevel;