Searched refs:pathElement (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGTextPath.cpp | 43 SVGPathElement* pathElement = toSVGPathElement(targetElement); in layoutPath() local 46 updatePathFromGraphicsElement(pathElement, pathData); in layoutPath() 53 pathData.transform(pathElement->animatedLocalTransform()); in layoutPath()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Path.cpp | 113 PathElement pathElement; in apply() local 119 pathElement.type = PathElementMoveToPoint; in apply() 120 pathElement.points = convertPathPoints(pathPoints, &pts[0], 1); in apply() 123 pathElement.type = PathElementAddLineToPoint; in apply() 124 pathElement.points = convertPathPoints(pathPoints, &pts[1], 1); in apply() 127 pathElement.type = PathElementAddQuadCurveToPoint; in apply() 128 pathElement.points = convertPathPoints(pathPoints, &pts[1], 2); in apply() 131 pathElement.type = PathElementAddCurveToPoint; in apply() 132 pathElement.points = convertPathPoints(pathPoints, &pts[1], 3); in apply() 135 pathElement.type = PathElementCloseSubpath; in apply() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGAnimatedPathSegListPropertyTearOff.h | 91 SVGPathElement* pathElement = toSVGPathElement(contextElement()); in animValDidChange() local 95 if (pathElement->isAnimValObserved()) { in animValDidChange() 98 …buildSVGPathSegListFromByteStream(m_animatedPathByteStream, pathElement, animatedList, UnalteredPa… in animValDidChange()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPathSegListBuilder.h | 39 void setCurrentSVGPathElement(SVGPathElement* pathElement) { m_pathElement = pathElement; } in setCurrentSVGPathElement() argument
|
D | SVGAnimateMotionElement.cpp | 146 SVGPathElement* pathElement = mPath->pathElement(); in updateAnimationPath() local 147 if (pathElement) { in updateAnimationPath() 148 updatePathFromGraphicsElement(pathElement, m_animationPath); in updateAnimationPath()
|
D | SVGMPathElement.h | 42 SVGPathElement* pathElement();
|
D | SVGMPathElement.cpp | 150 SVGPathElement* SVGMPathElement::pathElement() in pathElement() function in WebCore::SVGMPathElement
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | SettingsScreen.js | 607 var pathElement = textElement.createChild("span", "file-system-path"); 608 pathElement.title = fileSystemPath; 619 var folderPathElement = pathElement.createChild("span"); 622 var nameElement = pathElement.createChild("span", "file-system-path-name");
|