Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/include/
H A DParagraphLineFetcher.h27 virtual std::unique_ptr<TextLineBase> createLine(size_t startIndex, size_t count) = 0;
/third_party/skia/modules/skparagraph/src/
H A DParagraphLineFetcherImpl.h30 std::unique_ptr<TextLineBase> createLine(size_t startIndex, size_t count) override;
H A DParagraphLineFetcherImpl.cpp47 std::unique_ptr<TextLineBase> ParagraphLineFetcherImpl::createLine(size_t startIndex, in createLine() function in skia::textlayout::ParagraphLineFetcherImpl

Completed in 2 milliseconds