Searched refs:pathElement (Results 1 – 7 of 7) sorted by relevance
186 PathElement pathElement; in apply() local192 pathElement.type = PathElementMoveToPoint; in apply()193 pathElement.points = convertPathPoints(pathPoints, &pts[0], 1); in apply()196 pathElement.type = PathElementAddLineToPoint; in apply()197 pathElement.points = convertPathPoints(pathPoints, &pts[1], 1); in apply()200 pathElement.type = PathElementAddQuadCurveToPoint; in apply()201 pathElement.points = convertPathPoints(pathPoints, &pts[1], 2); in apply()204 pathElement.type = PathElementAddCurveToPoint; in apply()205 pathElement.points = convertPathPoints(pathPoints, &pts[1], 3); in apply()208 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()
41 SVGPathElement* pathElement();
64 SVGPathElement* SVGMPathElement::pathElement() in pathElement() function in WebCore::SVGMPathElement
63150 (WebCore::SVGMPathElement::pathElement):
48471 (WebCore::SVGMPathElement::pathElement):