Searched defs:lineEnd (Results 1 – 10 of 10) sorted by relevance
19 CPVT_WordPlace lineEnd; variable
71 int lineEnd = currentLineStart; in wrapStringOnBreaks() local
89 size_t lineEnd = text.find(lineEndString, start); in lineEndings() local109 size_t lineEnd = endings->at(lineNumber); in scriptRegexpMatchesByLines() local
140 int lineEnd = (i != pos && buf[i - 1] == CR) ? i - 1 : i; in readLine() local
95 int lineEnd = (int) (w * (1 + lineLength) / 2); in onDraw() local
59 def write(s, output=output, lineEnd='\n'): argument
64 int lineEnd; // Index of char following the new line sequence for the current line variable
486 int lineEnd = 0; in paint() local
84 int lineStart,lineEnd; in selSelect() local
489 static SkScalar pt_to_line(const SkPoint& pt, const SkPoint& lineStart, const SkPoint& lineEnd) { in pt_to_line()