Home
last modified time | relevance | path

Searched refs:newlinecount (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/experimental/editor/
Deditor.cpp161 size_t newlinecount = count_char(fLines[pos.fParagraphIndex].fText, '\n'); in insert() local
162 if (newlinecount > 0) { in insert()
165 fLines.insert(next, newlinecount, TextLine()); in insert()
/third_party/skia/modules/skplaintexteditor/src/
Deditor.cpp161 size_t newlinecount = count_char(fLines[pos.fParagraphIndex].fText, '\n'); in insert() local
162 if (newlinecount > 0) { in insert()
165 fLines.insert(next, newlinecount, TextLine()); in insert()