Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DParagraphCache.cpp33 , fPlaceholders(paragraph->fPlaceholders) in ParagraphCacheKey()
43 , fPlaceholders(std::move(other.fPlaceholders)) in ParagraphCacheKey()
61 SkTArray<Placeholder, true> fPlaceholders; member in skia::textlayout::ParagraphCacheKey
106 for (auto& ph : fPlaceholders) { in computeHash()
171 if (fPlaceholders.size() != other.fPlaceholders.size()) { in operator ==()
213 for (int i = 0; i < fPlaceholders.size(); ++i) { in operator ==()
214 auto& tsa = fPlaceholders[i]; in operator ==()
215 auto& tsb = other.fPlaceholders[i]; in operator ==()
DParagraphBuilderImpl.cpp133 BlockRange stylesBefore(fPlaceholders.empty() ? 0 : fPlaceholders.back().fBlocksBefore.end + 1, in addPlaceholder()
135 TextRange textBefore(fPlaceholders.empty() ? 0 : fPlaceholders.back().fRange.end, in addPlaceholder()
145 fPlaceholders.emplace_back(start, end, placeholderStyle, topStyle, stylesBefore, textBefore); in addPlaceholder()
199 fUtf8, fParagraphStyle, fStyledBlocks, fPlaceholders, fFontCollection, fUnicode); in Build()
294 fPlaceholders.reset(); in Reset()
DParagraphImpl.h141 return SkSpan<Placeholder>(fPlaceholders.data(), fPlaceholders.size()); in placeholders()
284 SkTArray<Placeholder, true> fPlaceholders; variable
DParagraphBuilderImpl.h101 SkSTArray<4, Placeholder, true> fPlaceholders; variable
DOneLineShaper.cpp532 for (auto& placeholder : fParagraph->fPlaceholders) { in iterateThroughShapingRegions()
601 run.fPlaceholderIndex = &placeholder - fParagraph->fPlaceholders.begin(); in iterateThroughShapingRegions()
DParagraphImpl.cpp76 , fPlaceholders(std::move(placeholders)) in ParagraphImpl()
761 fPlaceholders.size() == 1 && in breakShapedTextIntoLines()
1026 if (fPlaceholders.size() == 1) { in getRectsForPlaceholders()