Home
last modified time | relevance | path

Searched refs:nextRun (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-directwrite.cc320 Run *nextRun; member
331 for (Run *run = mRunHead.nextRun; run;) in ~TextAnalysis()
334 run = run->nextRun; in ~TextAnalysis()
353 mRunHead.nextRun = nullptr; in GenerateResults()
469 mCurrentRun = mCurrentRun->nextRun; in FetchNextRun()
486 for (Run *run = &mRunHead; run; run = run->nextRun) in SetCurrentRun()
515 newRun->nextRun = mCurrentRun->nextRun; in SplitCurrentRun()
516 mCurrentRun->nextRun = newRun; in SplitCurrentRun()
/third_party/skia/src/core/
H A DSkTextBlob.cpp158 const auto* nextRun = RunRecord::Next(run); in ~SkTextBlob() local
161 run = nextRun; in ~SkTextBlob()

Completed in 5 milliseconds