Home
last modified time | relevance | path

Searched refs:pathElement (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/platform/graphics/skia/
DPathSkia.cpp186 PathElement pathElement; in apply() local
192 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 …]
/external/webkit/WebCore/rendering/
DRenderSVGTextPath.cpp54 SVGPathElement* pathElement = static_cast<SVGPathElement*>(targetElement); in layoutPath() local
56 Path pathData = pathElement->toPathData(); in layoutPath()
62 pathData.transform(pathElement->animatedLocalTransform()); in layoutPath()
/external/webkit/WebCore/svg/
DSVGAnimateMotionElement.cpp112 SVGPathElement* pathElement = mPath->pathElement(); in animationPath() local
113 if (pathElement) in animationPath()
114 return pathElement->toPathData(); in animationPath()
DSVGMPathElement.h41 SVGPathElement* pathElement();
DSVGMPathElement.cpp64 SVGPathElement* SVGMPathElement::pathElement() in pathElement() function in WebCore::SVGMPathElement
/external/webkit/WebCore/
DChangeLog-2007-10-1463150 (WebCore::SVGMPathElement::pathElement):
DChangeLog-2010-01-2948471 (WebCore::SVGMPathElement::pathElement):