Home
last modified time | relevance | path

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

/external/skia/modules/skplaintexteditor/src/
Deditor.cpp231 const std::vector<TextLine>::const_iterator lastP = fLines.begin() + end.fParagraphIndex; in copy() local
233 const auto& last = lastP->fText; in copy()
236 for (auto line = firstP + 1; line < lastP; ++line) { in copy()