Lines Matching defs:run
1414 // First run, half leading.
1419 // Second run, no half leading.
1450 // of the glyphs in the run ((fontMetrics.descent - fontMetrics.ascent) / 2)
2004 for (auto& run : impl->runs()) {
2005 REPORTER_ASSERT(reporter, !run.leftToRight());
4953 auto& run = impl->runs().front();
4957 text, 0, std::strlen(text), run.glyphs(), run.clusterIndexes(),
4996 for (auto& run : impl->runs()) {
4998 impl->text().begin() + run.textRange().start, 0, run.textRange().width(),
4999 run.glyphs(), run.clusterIndexes(),
6934 for (auto& run : impl->runs()) {
6935 for (auto& offset : run.offsets()) {
6975 for (auto& run : impl->runs()) {
6976 for (auto& offset : run.offsets()) {
7501 (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) {
7502 REPORTER_ASSERT(reporter, first == (run->isEllipsis()));
7538 (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) {
7539 REPORTER_ASSERT(reporter, first == (run->isEllipsis()));