Searched refs:pathElement (Results 1 – 6 of 6) sorted by relevance
180 PathElement pathElement; in apply() local186 pathElement.type = PathElementMoveToPoint; in apply()187 pathElement.points = convertPathPoints(pathPoints, &pts[0], 1); in apply()190 pathElement.type = PathElementAddLineToPoint; in apply()191 pathElement.points = convertPathPoints(pathPoints, &pts[1], 1); in apply()194 pathElement.type = PathElementAddQuadCurveToPoint; in apply()195 pathElement.points = convertPathPoints(pathPoints, &pts[1], 2); in apply()198 pathElement.type = PathElementAddCurveToPoint; in apply()199 pathElement.points = convertPathPoints(pathPoints, &pts[1], 3); in apply()202 pathElement.type = PathElementCloseSubpath; in apply()[all …]
54 SVGPathElement* pathElement = static_cast<SVGPathElement*>(targetElement); in layoutPath() local56 Path pathData = pathElement->toPathData(); in layoutPath()62 pathData.transform(pathElement->animatedLocalTransform()); in layoutPath()
112 SVGPathElement* pathElement = mPath->pathElement(); in animationPath() local113 if (pathElement) in animationPath()114 return pathElement->toPathData(); in animationPath()
42 SVGPathElement* pathElement();
48 SVGPathElement* SVGMPathElement::pathElement() in pathElement() function in WebCore::SVGMPathElement
63150 (WebCore::SVGMPathElement::pathElement):