HomeSort by relevance Sort by last modified time
    Searched defs:nextScript (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
ScriptGraph.java 502 Script<?> nextScript = (i + 1 < mScripts.size()) ? mScripts.get(i + 1) : null;
506 lastOutput = (nextScript != null) ? nextScript.getInput()
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 631 UScriptCode nextScript = uscript_getScript(character, &errorCode);
638 UScriptCode currentScript = nextScript;
652 nextScript = uscript_getScript(character, &errorCode);
657 if ((nextFontData != currentFontData) || ((currentScript != nextScript) && (nextScript != USCRIPT_INHERITED) && (!uscript_hasScript(character, currentScript))))
    [all...]

Completed in 2343 milliseconds