Home
last modified time | relevance | path

Searched refs:nextCommand (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGPathStringSource.cpp114 SVGPathSegType SVGPathStringSource::nextCommand(SVGPathSegType previousCommand) in nextCommand() function in WebCore::SVGPathStringSource
125 SVGPathSegType nextCommand; in nextCommand() local
126 parseSVGSegmentType(nextCommand); in nextCommand()
127 return nextCommand; in nextCommand()
DSVGPathSource.h37 virtual SVGPathSegType nextCommand(SVGPathSegType previousCommand) = 0;
DSVGPathStringSource.h44 virtual SVGPathSegType nextCommand(SVGPathSegType previousCommand);
DSVGPathSegListSource.h46 virtual SVGPathSegType nextCommand(SVGPathSegType);
DSVGPathByteStreamSource.cpp46 SVGPathSegType SVGPathByteStreamSource::nextCommand(SVGPathSegType) in nextCommand() function in WebCore::SVGPathByteStreamSource
DSVGPathByteStreamSource.h44 virtual SVGPathSegType nextCommand(SVGPathSegType);
DSVGPathSegListSource.cpp54 SVGPathSegType SVGPathSegListSource::nextCommand(SVGPathSegType) in nextCommand() function in WebCore::SVGPathSegListSource
DSVGPathParser.cpp373 command = m_source->nextCommand(command); in parsePathDataFromSource()
/external/replicaisland/src/com/replica/replicaisland/
DNPCComponent.java185 accepted = executeCommand(nextCommand(), parentObject, timeDelta); in update()
453 private int nextCommand() { in nextCommand() method in NPCComponent
/external/webkit/Source/WebCore/
DChangeLog-2010-12-069032 (WebCore::SVGPathSegListSource::nextCommand):
10065 (WebCore::SVGPathSegListSource::nextCommand):
10307 (WebCore::SVGPathSegListSource::nextCommand):
82027 (WebCore::SVGPathByteStreamSource::nextCommand):
82054 (WebCore::SVGPathSegListSource::nextCommand):
83848 (WebCore::SVGPathByteStreamSource::nextCommand):