Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DTextWrapper.cpp21 fWords.startFrom(fEndLine.startCluster(), fEndLine.startPos()); in lookAhead()
27 auto width = fWords.width() + fClusters.width() + cluster->width(); in lookAhead()
35 fWords.extend(fClusters); in lookAhead()
51 fWords.empty()) { in lookAhead()
72 fWords.extend(fClusters); in lookAhead()
88 if (!fWords.empty()) { in moveForward()
89 fEndLine.extend(fWords); in moveForward()
DTextWrapper.h175 TextStretch fWords;
191 fWords.clean(); in reset()
DParagraphImpl.cpp990 if (fWords.empty()) { in getWordBoundary()
1016 fWords.emplace_back(pos); in getWordBoundary()
1023 for (size_t i = 0; i < fWords.size(); ++i) { in getWordBoundary()
1024 auto word = fWords[i]; in getWordBoundary()
DParagraphImpl.h252 std::vector<size_t> fWords; variable
/external/skqp/tools/bookmaker/
DspellCheck.cpp85 unordered_map<string, CheckEntry> fWords; member in SpellCheck
510 vector<std::pair<string, CheckEntry>> elems(fWords.begin(), fWords.end()); in report()
662 sawDigit ? fDigits : fWords; in wordCheck()