Lines Matching defs:run
353 // Find a cluster range from text range (within one run)
415 // Increment the run width
453 // Increment the run width
473 // Increment the run width
592 auto& run = fOwner->run(fRunIndex);
593 SkScalar delta = getHalfLetterSpacing() - run.halfLetterspacing(pos);
594 return std::min(run.positionX(pos) - run.positionX(fStart) + delta, fWidth);
634 return &fOwner->run(fRunIndex);
637 Run& Cluster::run() const {
639 return fOwner->run(fRunIndex);
648 return fOwner->run(fRunIndex).font();