Home
last modified time | relevance | path

Searched refs:runOffset (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/experimental/sktext/src/
H A DVisualRun.h15 SkPoint runOffset, in VisualRun()
28 runOffset -= SkPoint::Make(positions[0].fX, - fLineBaseLine); in VisualRun()
30 fPositions.emplace_back(pos + runOffset); in VisualRun()
14 VisualRun(TextRange textRange, GlyphIndex trailingSpacesStart, const SkFont& font, SkScalar lineBaseLine, SkPoint runOffset, bool leftToRight, SkSpan<SkPoint> positions, SkSpan<SkGlyphID> glyphs, SkSpan<uint32_t> clusters) VisualRun() argument
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp534 const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* width) {
538 runOffset,
1441 SkScalar runOffset,
1449 textRange, run, runOffset, textOffsetInRun, includeGhostSpaces, textAdjustment);
1584 SkScalar& runOffset,
1589 runOffset += this->ellipsis()->offset().fX;
1591 if (!visitor(ellipsis(), runOffset, fTextRangeReplacedByEllipsis, &runWidthInLine)) {
1596 if (!visitor(ellipsis(), runOffset, ellipsis()->textRange(), &runWidthInLine)) {
1613 SkScalar runOffset = 0; local
1625 if (!processEllipsisRun(isAlreadyUseEllipsis, runOffset, ellipsisReadStrateg
1439 iterateThroughSingleRunByStyles(TextAdjustment textAdjustment, const Run* run, SkScalar runOffset, TextRange textRange, StyleType styleType, const RunStyleVisitor& visitor) const global() argument
1583 processEllipsisRun(bool& isAlreadyUseEllipsis, SkScalar& runOffset, EllipsisReadStrategy ellipsisReadStrategy, const RunVisitor& visitor, SkScalar& runWidthInLine) const global() argument
1690 SkScalar runOffset = 0; global() local
[all...]
H A DTextLine.h118 const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* width)>;
122 SkScalar& runOffset,
139 SkScalar runOffset,
/third_party/skia/modules/skparagraph/samples/
H A DSampleParagraph.cpp2083 [&](const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* width) {
2084 *width = line.measureTextInsideOneRun(textRange, run, runOffset, 0, true, false).clip.width();
2087 run->index(), textRange.start, textRange.end, runOffset, *width,

Completed in 10 milliseconds