OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextCommand
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSource.h
38
virtual SVGPathSegType
nextCommand
(SVGPathSegType previousCommand) = 0;
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.h
45
virtual SVGPathSegType
nextCommand
(SVGPathSegType);
SVGPathStringSource.h
43
virtual SVGPathSegType
nextCommand
(SVGPathSegType previousCommand);
SVGPathByteStreamSource.cpp
44
SVGPathSegType SVGPathByteStreamSource::
nextCommand
(SVGPathSegType)
SVGPathByteStreamSource.h
43
virtual SVGPathSegType
nextCommand
(SVGPathSegType);
SVGPathSegListSource.cpp
53
SVGPathSegType SVGPathSegListSource::
nextCommand
(SVGPathSegType)
SVGPathParser.cpp
381
command = m_source->
nextCommand
(command);
/external/replicaisland/src/com/replica/replicaisland/
NPCComponent.java
185
accepted = executeCommand(
nextCommand
(), parentObject, timeDelta);
453
private int
nextCommand
() {
Completed in 146 milliseconds