Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathSeg.h35 PathSegLineToAbs = 4, enumerator
74 PATHSEG_LINETO_ABS = PathSegLineToAbs,
DSVGPathStringSource.cpp74 pathSegType = PathSegLineToAbs; in parseSVGSegmentTypeHelper()
141 nextCommand = PathSegLineToAbs; in nextCommandHelper()
DSVGPathByteStreamBuilder.cpp44 writeSegmentType(mode == RelativeCoordinates ? PathSegLineToRel : PathSegLineToAbs); in lineTo()
DSVGPathSegListSource.cpp73 …ASSERT(m_segment->pathSegType() == PathSegLineToAbs || m_segment->pathSegType() == PathSegLineToRe… in parseLineToSegment()
DSVGPathBlender.cpp338 case PathSegLineToAbs: in blendAnimatedPath()
DSVGPathParser.cpp321 case PathSegLineToAbs: in parsePathDataFromSource()