Searched refs:fPlaceholders (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphBuilderImpl.cpp | 140 BlockRange stylesBefore(fPlaceholders.empty() ? 0 : fPlaceholders.back().fBlocksBefore.end + 1, in addPlaceholder() 142 TextRange textBefore(fPlaceholders.empty() ? 0 : fPlaceholders.back().fRange.end, in addPlaceholder() 152 fPlaceholders.emplace_back(start, end, placeholderStyle, topStyle, stylesBefore, textBefore); in addPlaceholder() 209 fUtf8, fParagraphStyle, fStyledBlocks, fPlaceholders, fFontCollection, fUnicode); in Build() 315 fPlaceholders.reset(); in Reset()
|
H A D | ParagraphCache.cpp | 36 , fPlaceholders(paragraph->fPlaceholders) in ParagraphCacheKey() 46 , fPlaceholders(std::move(other.fPlaceholders)) in ParagraphCacheKey() 67 SkTArray<Placeholder, true> fPlaceholders; member in skia::textlayout::ParagraphCacheKey 134 for (auto& ph : fPlaceholders) { in computeHash() 201 if (fPlaceholders.size() != other.fPlaceholders.size()) { in operator ==() 243 for (size_t i = 0; i < fPlaceholders.size(); ++i) { in operator ==() 244 auto& tsa = fPlaceholders[ in operator ==() [all...] |
H A D | ParagraphImpl.cpp | 119 , fPlaceholders(std::move(placeholders)) in ParagraphImpl() 259 auto tmpPlaceholders = fPlaceholders; in GetLineFontMetrics() 260 fPlaceholders.reset(); in GetLineFontMetrics() 271 newTextRange.start = fPlaceholders.empty() ? 0 : fPlaceholders.back().fRange.end; in GetLineFontMetrics() 277 fPlaceholders.emplace_back(ph); in GetLineFontMetrics() 478 fPlaceholders, fFontCollection, fUnicode); in GetLineFontMetrics() 482 fPlaceholders = tmpParagraph->fPlaceholders; in GetLineFontMetrics() 602 fPlaceholders in GetLineFontMetrics() [all...] |
H A D | ParagraphImpl.h | 172 return SkSpan<Placeholder>(fPlaceholders.data(), fPlaceholders.size()); in placeholders() 396 SkTArray<Placeholder, true> fPlaceholders; member in skia::textlayout::final
|
H A D | ParagraphBuilderImpl.h | 106 SkSTArray<4, Placeholder, true> fPlaceholders; member in skia::textlayout::ParagraphBuilderImpl
|
H A D | OneLineShaper.cpp | 569 for (auto& placeholder : fParagraph->fPlaceholders) { 642 run.fPlaceholderIndex = &placeholder - fParagraph->fPlaceholders.begin();
|
Completed in 7 milliseconds