Lines Matching defs:run
140 auto& run = fOwner->run(runIndex); in TextLine() local
174 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
187 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
210 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
229 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in ensureTextBlobCachePopulated()
271 …[this, visitor, styleType](const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* widt… in scanStyles()
295 [&result](const Run* run, SkScalar runOffset, TextRange textRange, SkScalar* width) { in metricsWithoutMultiplier()
486 auto& run = cluster->run(); in shiftCluster() local
513 std::unique_ptr<Run> run = shapeEllipsis(ellipsis, cluster->run()); in createEllipsis() local
541 std::unique_ptr<Run> TextLine::shapeEllipsis(const SkString& ellipsis, const Run& run) { in shapeEllipsis()
547 Run* run() & { return fRun.get(); } in shapeEllipsis() function in skia::textlayout::TextLine::shapeEllipsis::ShapeHandler
548 std::unique_ptr<Run> run() && { return std::move(fRun); } in shapeEllipsis() function in skia::textlayout::TextLine::shapeEllipsis::ShapeHandler
590 const Run* run, in measureTextInsideOneRun()
732 auto run = this->fOwner->run(r); in iterateThroughClustersInGlyphsOrder() local
753 SkScalar TextLine::iterateThroughSingleRunByStyles(const Run* run, in iterateThroughSingleRunByStyles()
862 const auto run = &this->fOwner->run(runIndex); in iterateThroughVisualRuns() local
930 (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in getMetrics()
974 (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in getRectsForRange()
1167 (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in getGlyphPositionAtCoordinate()
1257 SkScalar* width) { in getRectsForPlaceholders()