Home
last modified time | relevance | path

Searched refs:ParagraphLineFetcherImpl (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DParagraphLineFetcherImpl.cpp15 #include "ParagraphLineFetcherImpl.h"
18 ParagraphLineFetcherImpl::ParagraphLineFetcherImpl(std::unique_ptr<Paragraph>&& paragraph) in ParagraphLineFetcherImpl() function in skia::textlayout::ParagraphLineFetcherImpl
24 ParagraphLineFetcherImpl::~ParagraphLineFetcherImpl() = default;
26 size_t ParagraphLineFetcherImpl::getLineBreak(size_t startIndex, SkScalar width) const { in getLineBreak()
47 std::unique_ptr<TextLineBase> ParagraphLineFetcherImpl::createLine(size_t startIndex, in createLine()
H A DParagraphLineFetcherImpl.h24 class ParagraphLineFetcherImpl final : public ParagraphLineFetcher {
26 ParagraphLineFetcherImpl() = delete;
27 ParagraphLineFetcherImpl(std::unique_ptr<Paragraph>&& paragraph);
28 ~ParagraphLineFetcherImpl() override;
H A DParagraphBuilderImpl.cpp12 #include "modules/skparagraph/src/ParagraphLineFetcherImpl.h"
219 return std::make_unique<ParagraphLineFetcherImpl>(Build()); in buildLineFetcher()

Completed in 2 milliseconds