Lines Matching defs:lastRun
956 RunIndex lastRun = EMPTY_RUN;
968 if (lastRun != cluster.runIndex()) {
971 lastRun = cluster.runIndex();
1042 RunIndex lastRun = EMPTY_RUN;
1046 if (lastRun != cluster.runIndex()) {
1049 lastRun = cluster.runIndex();
1824 const Run* lastRun = nullptr;
1831 [textRange0, rectHeightStyle, rectWidthStyle, &boxes, &lastRun, startBox, this]
1835 [run, runOffsetInLine, textRange0, rectHeightStyle, rectWidthStyle, &boxes, &lastRun, startBox, this]
1961 auto merge = [&lastRun, &context, &boxes](SkRect clip) {
1964 lastRun != nullptr &&
1965 context.run->leftToRight() == lastRun->leftToRight() &&
1966 lastRun->placeholderStyle() == nullptr &&
1968 nearlyEqual(lastRun->heightMultiplier(),
1971 lastRun->font() == context.run->font())
1973 IsRSFontEquals(lastRun->font(), context.run->font()))
1987 lastRun = context.run;