Home | History | Annotate | Download | only in text

Lines Matching defs:paraLevel

697             int paraLevel = getParagraphDirection(line) == 1 ? 0 : 1;
699 return ((runs[runIndex + 1] >>> RUN_LEVEL_SHIFT) & RUN_LEVEL_MASK) != paraLevel;