Searched refs:pathElement (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGTextPath.cpp52 SVGPathElement* pathElement = static_cast<SVGPathElement*>(targetElement);
55 pathElement->toPathData(pathData);
61 pathData.transform(pathElement->animatedLocalTransform());
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPathSkia.cpp194 PathElement pathElement; local
200 pathElement.type = PathElementMoveToPoint;
201 pathElement.points = convertPathPoints(pathPoints, &pts[0], 1);
204 pathElement.type = PathElementAddLineToPoint;
205 pathElement.points = convertPathPoints(pathPoints, &pts[1], 1);
208 pathElement.type = PathElementAddQuadCurveToPoint;
209 pathElement.points = convertPathPoints(pathPoints, &pts[1], 2);
212 pathElement.type = PathElementAddCurveToPoint;
213 pathElement.points = convertPathPoints(pathPoints, &pts[1], 3);
216 pathElement
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGMPathElement.h39 SVGPathElement* pathElement();
H A DSVGPathSegListBuilder.h39 void setCurrentSVGPathElement(SVGPathElement* pathElement) { m_pathElement = pathElement; } argument
H A DSVGAnimateMotionElement.cpp118 SVGPathElement* pathElement = mPath->pathElement(); local
120 if (pathElement)
121 pathElement->toPathData(path);
H A DSVGMPathElement.cpp79 SVGPathElement* SVGMPathElement::pathElement() function in class:WebCore::SVGMPathElement
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
H A DjdtCompilerAdapter.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 363 milliseconds