Home | History | Annotate | Download | only in editing

Lines Matching refs:nextY

1093         int nextY;
1094 if (!absoluteCaretY(next, nextY))
1097 nextY = -nextY;
1098 if (nextY - startY > static_cast<int>(verticalDistance))
1100 if (nextY >= lastY) {
1101 lastY = nextY;