Home
last modified time | relevance | path

Searched refs:fVisitorTextLine (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DTextLineBaseImpl.cpp22 : fVisitorTextLine(std::move(visitorTextLine)) in TextLineBaseImpl()
24 TextLineBaseImpl::TextLineBaseImpl(TextLine* visitorTextLine) : fVisitorTextLine(visitorTextLine) in TextLineBaseImpl()
31 if (!fVisitorTextLine) { in getGlyphCount()
34 fVisitorTextLine->ensureTextBlobCachePopulated(); in getGlyphCount()
35 return fVisitorTextLine->getGlyphCount(); in getGlyphCount()
40 if (!fVisitorTextLine) { in getGlyphRuns()
43 fVisitorTextLine->ensureTextBlobCachePopulated(); in getGlyphRuns()
44 return fVisitorTextLine->getGlyphRuns(); in getGlyphRuns()
49 if (!fVisitorTextLine) { in getTextRange()
52 return fVisitorTextLine in getTextRange()
[all...]
H A DTextLineBaseImpl.h50 std::unique_ptr<TextLine> fVisitorTextLine; member in skia::textlayout::TextLineBaseImpl
52 TextLine* fVisitorTextLine; member in skia::textlayout::TextLineBaseImpl

Completed in 1 milliseconds