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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathBlender.cpp273 static inline PathCoordinateMode coordinateModeOfCommand(const SVGPathSegType& type) function in namespace:WebCore
323 m_toMode = coordinateModeOfCommand(toCommand);
324 m_fromMode = fromSourceHadData ? coordinateModeOfCommand(fromCommand) : m_toMode;

Completed in 84 milliseconds