OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:previousCommand
(Results
1 - 5
of
5
) 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)
139
&&
previousCommand
!= PathSegClosePath) {
140
if (
previousCommand
== PathSegMoveToAbs) {
144
if (
previousCommand
== PathSegMoveToRel) {
148
nextCommand =
previousCommand
;
155
SVGPathSegType SVGPathStringSource::nextCommand(SVGPathSegType
previousCommand
)
159
if (nextCommandHelper(m_current.m_character8,
previousCommand
, nextCommand))
162
if (nextCommandHelper(m_current.m_character16,
previousCommand
, nextCommand))
SVGPathStringSource.h
43
virtual SVGPathSegType nextCommand(SVGPathSegType
previousCommand
) OVERRIDE;
/frameworks/base/core/java/android/util/
PathParser.java
284
char
previousCommand
= 'm';
286
addCommand(path, current,
previousCommand
, node[i].mType, node[i].mParams);
287
previousCommand
= node[i].mType;
/frameworks/av/services/audioflinger/
Threads.cpp
[
all
...]
Completed in 274 milliseconds