Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGPathSeg.h43 PathSegLineToHorizontalRel = 13, enumerator
78 PATHSEG_LINETO_HORIZONTAL_REL = PathSegLineToHorizontalRel,
DSVGPathByteStreamBuilder.cpp54 …writeSegmentType(mode == RelativeCoordinates ? PathSegLineToHorizontalRel : PathSegLineToHorizonta… in lineToHorizontal()
DSVGPathSegListSource.cpp83 …SegType() == PathSegLineToHorizontalAbs || m_segment->pathSegType() == PathSegLineToHorizontalRel); in parseLineToHorizontalSegment()
DSVGPathStringSource.cpp88 pathSegType = PathSegLineToHorizontalRel; in parseSVGSegmentType()
DSVGPathBlender.cpp309 case PathSegLineToHorizontalRel: in blendAnimatedPath()
DSVGPathParser.cpp317 case PathSegLineToHorizontalRel: in parsePathDataFromSource()