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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathByteStreamSource.cpp 44 SVGPathSegType SVGPathByteStreamSource::nextCommand(SVGPathSegType)
SVGPathStringSource.cpp 135 static bool nextCommandHelper(const CharacterType*& current, SVGPathSegType previousCommand, SVGPathSegType& nextCommand)
141 nextCommand = PathSegLineToAbs;
145 nextCommand = PathSegLineToRel;
148 nextCommand = previousCommand;
155 SVGPathSegType SVGPathStringSource::nextCommand(SVGPathSegType previousCommand)
157 SVGPathSegType nextCommand;
159 if (nextCommandHelper(m_current.m_character8, previousCommand, nextCommand))
160 return nextCommand;
162 if (nextCommandHelper(m_current.m_character16, previousCommand, nextCommand))
163 return nextCommand;
    [all...]
SVGPathSegListSource.cpp 52 SVGPathSegType SVGPathSegListSource::nextCommand(SVGPathSegType)
  /external/replicaisland/src/com/replica/replicaisland/
NPCComponent.java 185 accepted = executeCommand(nextCommand(), parentObject, timeDelta);
453 private int nextCommand() {

Completed in 107 milliseconds