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

  /sdk/anttasks/src/com/android/ant/
ComputeProjectClasspathTask.java 26 import org.apache.tools.ant.types.Path.PathElement;
79 PathElement element = path.createPathElement();
87 PathElement element = path.createPathElement();
GetLibraryListTask.java 26 import org.apache.tools.ant.types.Path.PathElement;
82 PathElement element = rootPath.createPathElement();
ComputeDependencyTask.java 28 import org.apache.tools.ant.types.Path.PathElement;
136 PathElement element = manifestFilePath.createPathElement();
244 PathElement element = jarsPath.createPathElement();
GetTargetTask.java 33 import org.apache.tools.ant.types.Path.PathElement;
184 // create a PathElement for the framework jar
185 PathElement element = bootclasspath.createPathElement();
188 // create PathElement for each optional library.
  /external/webkit/Source/WebCore/platform/graphics/
Path.h 97 struct PathElement {
102 typedef void (*PathApplierFunction)(void* info, const PathElement*);
Path.cpp 44 static void pathLengthApplierFunction(void* info, const PathElement* element)
  /external/webkit/Source/WebCore/rendering/svg/
SVGMarkerData.h 89 void updateMarkerDataForPathElement(const PathElement* element)
SVGMarkerLayoutInfo.cpp 44 static inline void processStartAndMidMarkers(void* infoPtr, const PathElement* element)
  /external/webkit/Source/WebCore/platform/graphics/cg/
PathCG.cpp 269 PathElement pelement;
  /external/webkit/Source/WebCore/platform/graphics/skia/
PathSkia.cpp 194 PathElement pathElement;
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)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 248 PathElement elem;
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PathCairo.cpp 324 PathElement pelement;
  /external/webkit/Source/WebCore/platform/graphics/qt/
PathQt.cpp 358 PathElement pelement;
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 463 // FIXME: there's no arcTo type for PathElement
759 PathElement pelement;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 411 milliseconds