OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextRun
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-directwrite.cc
360
Run *
nextRun
;
376
for (Run *run = mRunHead.
nextRun
; run;) {
378
run = run->
nextRun
;
396
mRunHead.
nextRun
= NULL;
510
mCurrentRun = mCurrentRun->
nextRun
;
529
for (Run *run = &mRunHead; run; run = run->
nextRun
) {
557
newRun->
nextRun
= mCurrentRun->
nextRun
;
558
mCurrentRun->
nextRun
= newRun;
/frameworks/base/media/java/android/media/
SubtitleTrack.java
180
Run
nextRun
= run.mNextRunAtEndTimeMs;
183
run =
nextRun
;
/external/skia/src/core/
SkTextBlob.cpp
214
const RunRecord*
nextRun
= RunRecord::Next(run);
217
run =
nextRun
;
Completed in 155 milliseconds