Home | History | Annotate | Download | only in text

Lines Matching refs:paraLevel

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