Searched refs:fWords (Results 1 – 6 of 6) sorted by relevance
44 fWords.startFrom(fEndLine.startCluster(), fEndLine.startPos()); in lookAhead()54 SkScalar width = fWords.width() + fClusters.width() + cluster->width(); in lookAhead()60 fWords.extend(fClusters); in lookAhead()66 fWords.extend(fClusters); in lookAhead()69 if (cluster->width() > maxWidth && fWords.empty()) { in lookAhead()110 if (SkScalar shortLength = fWords.width() + nextShortWordLength; in lookAhead()115 fWords.extend(fClusters); in lookAhead()126 fWords.empty()) { in lookAhead()146 fWords.extend(fClusters); in lookAhead()151 fWords.extend(cluster); in lookAhead()[all …]
46 , fWords(paragraph->fWords) in ParagraphCacheValue()58 std::vector<size_t> fWords; member in skia::textlayout::ParagraphCacheValue215 paragraph->fWords = entry->fValue->fWords; in updateTo()
187 TextStretch fWords;203 fWords.clean(); in reset()
134 this->fWords.clear(); in layout()782 if (fWords.empty()) { in getWordBoundary()783 if (!fUnicode->getWords(fText.c_str(), fText.size(), &fWords)) { in getWordBoundary()790 for (size_t i = 0; i < fWords.size(); ++i) { in getWordBoundary()791 auto word = fWords[i]; in getWordBoundary()855 fWords.clear(); in setState()
255 std::vector<size_t> fWords;
85 unordered_map<string, CheckEntry> fWords; member in SpellCheck510 vector<std::pair<string, CheckEntry>> elems(fWords.begin(), fWords.end()); in report()662 sawDigit ? fDigits : fWords; in wordCheck()