Home
last modified time | relevance | path

Searched refs:PathSegMoveToAbs (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathSeg.h33 PathSegMoveToAbs = 2, enumerator
72 PATHSEG_MOVETO_ABS = PathSegMoveToAbs,
DSVGPathStringSource.cpp68 pathSegType = PathSegMoveToAbs; in parseSVGSegmentTypeHelper()
140 if (previousCommand == PathSegMoveToAbs) { in nextCommandHelper()
DSVGPathByteStreamBuilder.cpp37 writeSegmentType(mode == RelativeCoordinates ? PathSegMoveToRel : PathSegMoveToAbs); in moveTo()
DSVGPathBlender.cpp275 if (type < PathSegMoveToAbs) in coordinateModeOfCommand()
333 case PathSegMoveToAbs: in blendAnimatedPath()
DSVGPathSegListSource.cpp64 …ASSERT(m_segment->pathSegType() == PathSegMoveToAbs || m_segment->pathSegType() == PathSegMoveToRe… in parseMoveToSegment()
DSVGPathParser.cpp305 if (checkForInitialMoveTo && command != PathSegMoveToAbs && command != PathSegMoveToRel) in parsePathDataFromSource()
315 case PathSegMoveToAbs: in parsePathDataFromSource()