HomeSort by relevance Sort by last modified time
    Searched refs:PathElement (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebCore/platform/graphics/
Path.h 91 struct PathElement {
96 typedef void (*PathApplierFunction)(void* info, const PathElement*);
Path.cpp 42 static void pathLengthApplierFunction(void* info, const PathElement* element)
  /external/webkit/WebCore/rendering/
SVGMarkerData.h 89 void updateMarkerDataForPathElement(const PathElement* element)
SVGMarkerLayoutInfo.cpp 45 static inline void processStartAndMidMarkers(void* infoPtr, const PathElement* element)
  /sdk/anttasks/src/com/android/ant/
SetupTask.java 36 import org.apache.tools.ant.types.Path.PathElement;
277 // create a PathElement for the framework jar
278 PathElement element = bootclasspath.createPathElement();
281 // create PathElement for each optional library.
499 PathElement element = sourcePath.createPathElement();
  /external/webkit/WebCore/platform/graphics/skia/
PathSkia.cpp 186 PathElement pathElement;
192 pathElement.type = PathElementMoveToPoint;
193 pathElement.points = convertPathPoints(pathPoints, &pts[0], 1);
196 pathElement.type = PathElementAddLineToPoint;
197 pathElement.points = convertPathPoints(pathPoints, &pts[1], 1);
200 pathElement.type = PathElementAddQuadCurveToPoint;
201 pathElement.points = convertPathPoints(pathPoints, &pts[1], 2);
204 pathElement.type = PathElementAddCurveToPoint;
205 pathElement.points = convertPathPoints(pathPoints, &pts[1], 3)
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
PathAndroid.cpp 235 PathElement elem;
  /external/webkit/WebCore/platform/graphics/cg/
PathCG.cpp 317 PathElement pelement;
  /external/webkit/WebCore/platform/graphics/cairo/
PathCairo.cpp 296 PathElement pelement;
  /external/webkit/WebCore/platform/graphics/qt/
PathQt.cpp 342 PathElement pelement;
  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.cpp 464 // FIXME: there's no arcTo type for PathElement
797 PathElement pelement;
  /prebuilt/common/ant/
ant.jar 

Completed in 1127 milliseconds