Searched refs:fPlaceholders (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
D | ParagraphCache.cpp | 33 , 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 ==()
|
D | ParagraphBuilderImpl.cpp | 133 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()
|
D | ParagraphImpl.h | 141 return SkSpan<Placeholder>(fPlaceholders.data(), fPlaceholders.size()); in placeholders() 284 SkTArray<Placeholder, true> fPlaceholders; variable
|
D | ParagraphBuilderImpl.h | 101 SkSTArray<4, Placeholder, true> fPlaceholders; variable
|
D | OneLineShaper.cpp | 532 for (auto& placeholder : fParagraph->fPlaceholders) { in iterateThroughShapingRegions() 601 run.fPlaceholderIndex = &placeholder - fParagraph->fPlaceholders.begin(); in iterateThroughShapingRegions()
|
D | ParagraphImpl.cpp | 76 , fPlaceholders(std::move(placeholders)) in ParagraphImpl() 761 fPlaceholders.size() == 1 && in breakShapedTextIntoLines() 1026 if (fPlaceholders.size() == 1) { in getRectsForPlaceholders()
|