Home | History | Annotate | Download | only in text

Lines Matching defs:endline

1511         int endline = getLineForOffset(end);
1514 int bottom = getLineBottom(endline);
1516 if (startline == endline) {
1531 for (int i = startline + 1; i < endline; i++) {
1537 top = getLineTop(endline);
1538 bottom = getLineBottom(endline);
1540 addSelection(endline, getLineStart(endline), end,
1543 if (getParagraphDirection(endline) == DIR_RIGHT_TO_LEFT)
1544 dest.addRect(width, top, getLineRight(endline), bottom, Path.Direction.CW);
1546 dest.addRect(0, top, getLineLeft(endline), bottom, Path.Direction.CW);