Searched refs:nextRun (Results 1 – 4 of 4) sorted by relevance
302 Run *nextRun; member318 for (Run *run = mRunHead.nextRun; run;) { in ~TextAnalysis()320 run = run->nextRun; in ~TextAnalysis()338 mRunHead.nextRun = nullptr; in GenerateResults()456 mCurrentRun = mCurrentRun->nextRun; in FetchNextRun()476 for (Run *run = &mRunHead; run; run = run->nextRun) { in SetCurrentRun()507 newRun->nextRun = mCurrentRun->nextRun; in SplitCurrentRun()508 mCurrentRun->nextRun = newRun; in SplitCurrentRun()
178 for (TextRun *run = iter.get(), *nextRun; run; run = nextRun) { in drawTextBlob() local179 nextRun = iter.next(); in drawTextBlob()
322 const auto* nextRun = RunRecord::Next(run); in ~SkTextBlob() local325 run = nextRun; in ~SkTextBlob()