Searched refs:paraLevel (Results 1 – 1 of 1) sorted by relevance
911 int paraLevel = getParagraphDirection(line) == 1 ? 0 : 1; in isLevelBoundary() local913 return ((runs[runIndex + 1] >>> RUN_LEVEL_SHIFT) & RUN_LEVEL_MASK) != paraLevel; in isLevelBoundary()