Home | History | Annotate | Download | only in text

Lines Matching refs:getLineCount

459         final int bottom = Math.min(getLineTop(getLineCount()), dbottom);
570 return getLineTop(getLineCount());
605 public abstract int getLineCount();
608 * Return the baseline for the specified line (0…getLineCount() - 1)
611 * @param line which line to examine (0..getLineCount() - 1)
627 * (0…getLineCount()).
634 * Return the descent of the specified line(0…getLineCount() - 1).
640 * 0…getLineCount()). If the specified line is equal to the line
1011 int high = getLineCount(), low = -1, guess;
1034 int high = getLineCount(), low = -1, guess;
1060 if (line == getLineCount() - 1)
1145 if (line == getLineCount() - 1) {
1208 if (line < getLineCount() - 1) {