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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSource.h 38 virtual SVGPathSegType nextCommand(SVGPathSegType previousCommand) = 0;
SVGPathStringSource.h 43 virtual SVGPathSegType nextCommand(SVGPathSegType previousCommand);
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))
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 296 milliseconds