HomeSort by relevance Sort by last modified time
    Searched refs:nextRun (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-directwrite.cc 304 Run *nextRun;
320 for (Run *run = mRunHead.nextRun; run;) {
322 run = run->nextRun;
340 mRunHead.nextRun = NULL;
458 mCurrentRun = mCurrentRun->nextRun;
478 for (Run *run = &mRunHead; run; run = run->nextRun) {
509 newRun->nextRun = mCurrentRun->nextRun;
510 mCurrentRun->nextRun = newRun;
  /frameworks/base/media/java/android/media/
SubtitleTrack.java 180 Run nextRun = run.mNextRunAtEndTimeMs;
183 run = nextRun;
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 193 for (TextRun *run = iter.get(), *nextRun; run; run = nextRun) {
194 nextRun = iter.next();
  /external/skia/src/core/
SkTextBlob.cpp 305 const auto* nextRun = RunRecord::Next(run);
308 run = nextRun;

Completed in 107 milliseconds