Searched refs:lineLength (Results 1 – 2 of 2) sorted by relevance
1163 int lineLength = info.getLength(); in removeIndentation() local1164 int lineEnd = lineStart + lineLength; in removeIndentation()1169 lineStart + Math.min(lineLength, indentLength)); in removeIndentation()1194 int lineLength = info.getLength(); in setIndentation() local1195 int lineEnd = lineStart + lineLength; in setIndentation()1199 String lineText = getText(lineStart, lineStart + lineLength); in setIndentation()
593 double lineLength = Math.sqrt(dy * dy + dx * dx); in drawArrow() local600 double ax = x1 + lineLength - arrowHeight; in drawArrow()