Home
last modified time | relevance | path

Searched refs:CloneSelf (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/modules/skparagraph/include/
H A DParagraph.h231 virtual std::unique_ptr<Paragraph> CloneSelf() = 0;
/third_party/skia/modules/skparagraph/src/
H A DParagraphCache.cpp376 value->fLines.emplace_back(line.CloneSelf()); in SetStoredLayoutImpl()
431 paragraph.fLines.emplace_back(line.CloneSelf()); in GetStoredLayout()
H A DTextLine.h199 TextLine CloneSelf();
H A DParagraphImpl.h317 std::unique_ptr<Paragraph> CloneSelf() override;
H A DParagraphImpl.cpp2287 std::unique_ptr<Paragraph> ParagraphImpl::CloneSelf() in GetLineFontMetrics() function in skia::textlayout::ParagraphImpl
2338 paragraph->fLines.emplace_back(line.CloneSelf()); in GetLineFontMetrics()
H A DTextLine.cpp2296 TextLine textLine = CloneSelf();
2552 TextLine TextLine::CloneSelf() function in skia::textlayout::TextLine

Completed in 12 milliseconds