Lines Matching refs:TextLine
47 void Editor::markDirty(TextLine* line) { in markDirty()
74 const TextLine& line = fLines[j]; in getPosition()
128 const TextLine& cLine = fLines[cursor.fParagraphIndex]; in getLocation()
158 fLines.push_back(Editor::TextLine(StringSlice(utf8Text, byteLen))); in insert()
164 std::vector<TextLine>::const_iterator next = fLines.begin() + pos.fParagraphIndex + 1; in insert()
165 fLines.insert(next, newlinecount, TextLine()); in insert()
166 TextLine* line = &fLines[pos.fParagraphIndex]; in insert()
230 const std::vector<TextLine>::const_iterator firstP = fLines.begin() + start.fParagraphIndex; in copy()
231 const std::vector<TextLine>::const_iterator lastP = fLines.begin() + end.fParagraphIndex; in copy()
444 const TextLine& l = fLines[pos.fParagraphIndex]; in paint()
453 for (const TextLine& line : fLines) { in paint()
463 fLines.push_back(TextLine()); in reshapeAll()
470 for (TextLine& line : fLines) { in reshapeAll()
489 for (TextLine& line : fLines) { in reshapeAll()
504 for (TextLine& line : fLines) { in reshapeAll()