Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DParagraphLineFetcherImpl.cpp61 auto textLine = fTempParagraph->GetTextLines(); in createLine() local
62 if (textLine.empty()) { in createLine()
65 return move(textLine.front()); in createLine()
H A DTextLine.cpp2296 TextLine textLine = CloneSelf(); local
2299 textLine.fIsTextLineEllipsisHeadModal = true;
2300 textLine.setTextBlobCachePopulated(false);
2301 textLine.createHeadEllipsis(width, SkString(ellipsisStr), true);
2303 textLine.fIsTextLineEllipsisHeadModal = false;
2304 textLine.setTextBlobCachePopulated(false);
2306 textLine.fGhostClusterRange.end -= endWhitespaceCount;
2307 textLine.createTailEllipsis(width, SkString(ellipsisStr), true, fOwner->getWordBreakType());
2310 return std::make_unique<TextLineBaseImpl>(std::make_unique<TextLine>(std::move(textLine)));
2554 TextLine textLine; local
[all...]
H A DParagraphImpl.cpp358 TextLine textLine; in GetLineFontMetrics() local
359 textLine.setParagraphImpl(this); in GetLineFontMetrics()
361 textLine.setBlockRange(blockRange); in GetLineFontMetrics()
364 ellipsisRun = textLine.shapeEllipsis(ellipsis, &targetCluster); in GetLineFontMetrics()

Completed in 8 milliseconds