Home
last modified time | relevance | path

Searched refs:getGlyphRuns (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DTextLineBaseImpl.cpp38 std::vector<std::unique_ptr<RunBase>> TextLineBaseImpl::getGlyphRuns() const in getGlyphRuns() function in skia::textlayout::TextLineBaseImpl
44 return fVisitorTextLine->getGlyphRuns(); in getGlyphRuns()
H A DTextLineBaseImpl.h32 std::vector<std::unique_ptr<RunBase>> getGlyphRuns() const override;
H A DTextLine.h198 std::vector<std::unique_ptr<RunBase>> getGlyphRuns() const;
H A DTextLine.cpp2230 std::vector<std::unique_ptr<RunBase>> TextLine::getGlyphRuns() const function in skia::textlayout::TextLine
2257 std::vector<std::unique_ptr<RunBase>> TextLine::getGlyphRuns() const function in skia::textlayout::TextLine
/third_party/skia/modules/skparagraph/include/
H A DTextLineBase.h31 virtual std::vector<std::unique_ptr<RunBase>> getGlyphRuns() const = 0;

Completed in 6 milliseconds