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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 619 UScriptCode currentScript = nextScript;
638 if ((nextFontData != currentFontData) || ((currentScript != nextScript) && (nextScript != USCRIPT_INHERITED) && (!uscript_hasScript(character, currentScript))))
644 CandidateRun run = { character, startIndexOfCurrentRun, iterator.currentCharacter(), currentFontData, currentScript };
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h     [all...]

Completed in 74 milliseconds