Lines Matching defs:run
80 auto& run = fMaster->run(runIndex); in TextLine() local
157 auto run = this->fMaster->cluster(fClusterRange.end - 1).run(); in assumedTextAlign() local
179 … [visitor](Run* run, int32_t pos, size_t size, TextRange text, SkRect clip, SkScalar sc, bool b) { in scanRuns()
197 …[canvas, paint, shiftDown](Run* run, int32_t pos, size_t size, TextRange, SkRect clip, SkScalar sh… in paintText()
228 [canvas, shiftDown, &style](Run* run, size_t pos, size_t size, TextRange, SkRect clip, in paintShadow()
229 SkScalar shift, bool clippingNeeded) { in paintShadow()
264 bool clippingNeeded) { in paintDecorations()
486 Run* TextLine::shapeEllipsis(const SkString& ellipsis, Run* run) { in shapeEllipsis()
492 Run* run() { return fRun; } in shapeEllipsis() function in skia::textlayout::TextLine::shapeEllipsis::ShapeHandler
530 …TextRange textRange, Run* run, size_t& pos, size_t& size, bool includeGhostSpaces, bool& clippingN… in measureTextInsideOneRun()
583 auto run = this->fMaster->runs().begin() + runIndex; in iterateThroughClustersInGlyphsOrder() local
617 SkRect clip, SkScalar shift, bool clippingNeeded) { in calculateLeftVisualOffset()
653 const auto run = &this->fMaster->run(runIndex); in iterateThroughRuns() local