Searched refs:nextCommand (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathStringSource.cpp135 static bool nextCommandHelper(const CharacterType*& current, SVGPathSegType previousCommand, SVGPathSegType& nextCommand) argument
141 nextCommand = PathSegLineToAbs;
145 nextCommand = PathSegLineToRel;
148 nextCommand = previousCommand;
155 SVGPathSegType SVGPathStringSource::nextCommand(SVGPathSegType previousCommand) function in class:WebCore::SVGPathStringSource
157 SVGPathSegType nextCommand; local
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...]
H A DSVGPathSource.h38 virtual SVGPathSegType nextCommand(SVGPathSegType previousCommand) = 0;
H A DSVGPathSegListSource.h40 virtual SVGPathSegType nextCommand(SVGPathSegType) OVERRIDE;
H A DSVGPathByteStreamSource.cpp44 SVGPathSegType SVGPathByteStreamSource::nextCommand(SVGPathSegType) function in class:WebCore::SVGPathByteStreamSource
H A DSVGPathByteStreamSource.h38 virtual SVGPathSegType nextCommand(SVGPathSegType) OVERRIDE;
H A DSVGPathStringSource.h43 virtual SVGPathSegType nextCommand(SVGPathSegType previousCommand) OVERRIDE;
H A DSVGPathSegListSource.cpp52 SVGPathSegType SVGPathSegListSource::nextCommand(SVGPathSegType) function in class:WebCore::SVGPathSegListSource
H A DSVGPathParser.cpp381 command = m_source->nextCommand(command);
/external/replicaisland/src/com/replica/replicaisland/
H A DNPCComponent.java185 accepted = executeCommand(nextCommand(), parentObject, timeDelta);
453 private int nextCommand() { method in class:NPCComponent

Completed in 132 milliseconds