Searched refs:addPath (Results 1 - 25 of 43) sorted by relevance

12

/external/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp26 SkADrawable* addPath; member in class:SkDrawShapePathEffect
108 if (fDraw->addPath->isPath()) {
109 drawPath = (SkDrawPath*) fDraw->addPath;
111 SkApply* apply = (SkApply*) fDraw->addPath;
137 dst->addPath(drawPath->getPath(), m);
179 SK_MEMBER(addPath, Drawable), // either path or apply
188 addPath(NULL), addMatrix(NULL), path(NULL), fPathEffect(NULL) {
226 if (addPath == NULL || (addPath->isPath() == false && addPath
258 void addPath(const SkPoint& loc, int u, int v, SkPath* dst) { function in class:SkShape2DPathEffect
[all...]
H A DSkPathParts.cpp314 fPath->fPath.addPath(path->fPath, matrix->getMatrix());
316 fPath->fPath.addPath(path->fPath);
/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DJettyWebXmlConfiguration.java74 Resource jetty=web_inf.addPath("jetty8-web.xml");
76 jetty=web_inf.addPath(JETTY_WEB_XML);
78 jetty=web_inf.addPath("web-jetty.xml");
H A DWebInfConfiguration.java161 Resource classes= web_inf.addPath("classes/");
166 Resource lib= web_inf.addPath("lib/");
518 Resource web_inf= web_app.addPath("WEB-INF/");
524 Resource web_inf_lib = web_inf.addPath("lib/");
539 Resource web_inf_classes = web_inf.addPath("classes/");
705 Resource web_inf_lib = web_inf.addPath("/lib");
715 Resource file = web_inf_lib.addPath(files[f]);
H A DTagLibConfiguration.java225 Resource l=_context.getBaseResource().addPath(location);
240 Resource l=web_inf.addPath(contents[i]);
248 Resource web_inf_tlds = _context.getWebInf().addPath("/tlds/");
255 Resource l=web_inf_tlds.addPath(contents[i]);
H A DWebXmlConfiguration.java111 Resource web = web_inf.addPath("web.xml");
H A DWebAppClassLoader.java274 Resource fn=lib.addPath(files[f]);
/external/jetty/src/java/org/eclipse/jetty/util/resource/
H A DResourceCollection.java191 public Resource addPath(String path) throws IOException, MalformedURLException method in class:ResourceCollection
207 resource = _resources[i].addPath(path);
218 Resource r = _resources[i].addPath(path);
252 resource = _resources[i].addPath(path);
264 Resource r = _resources[i].addPath(path);
H A DFileResource.java140 public Resource addPath(String path) method in class:FileResource
152 r=(FileResource)super.addPath(path);
H A DResource.java425 public abstract Resource addPath(String path) method in class:Resource
431 * This method is essentially an alias for {@link #addPath(String)}, but without checked exceptions.
439 return addPath(path);
522 Resource item = addPath(ls[i]);
H A DURLResource.java277 public Resource addPath(String path) method in class:URLResource
/external/skia/src/pathops/
H A DSkOpBuilder.cpp85 sum.addPath(fPathRefs[index]);
/external/skia/include/core/
H A DSkPath.h720 void addPath(const SkPath& src, SkScalar dx, SkScalar dy,
725 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) { function in class:SkPath
728 this->addPath(src, m, mode);
736 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
739 * Same as addPath(), but reverses the src input
/external/skia/src/effects/
H A DSk1DPathEffect.cpp181 dst->addPath(fPath, pos.fX, pos.fY);
187 dst->addPath(fPath, matrix);
H A DSk2DPathEffect.cpp152 dst->addPath(fPath, loc.fX, loc.fY);
/external/v8/tools/
H A Dprofile.js239 this.bottomUpTree_.addPath(processedStack);
241 this.topDownTree_.addPath(processedStack);
557 CallTree.prototype.addPath = function(path) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-launcher.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/skia/samplecode/
H A DSamplePathFuzz.cpp417 path.addPath(src, dx, dy, mode);
428 path.addPath(src, mode);
440 path.addPath(src, matrix, mode);
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DResourceHandler.java307 return base.addPath(path);
362 Resource welcome=directory.addPath(_welcomeFiles[i]);
/external/skia/tests/
H A DBlurTest.cpp43 void (*addPath)(SkPath*); member in struct:BlurTest
122 tests[test].addPath(&path);
H A DPathOpsExtendedTest.cpp520 scaledA.addPath(a, scale);
522 scaledB.addPath(b, scale);
530 scaledOut.addPath(out, scale);
/external/skia/src/core/
H A DSkPictureRecord.h129 void addPath(const SkPath& path);
H A DSkPictureRecord.cpp530 this->addPath(path);
669 this->addPath(path);
942 void SkPictureRecord::addPath(const SkPath& path) { function in class:SkPictureRecord
/external/jetty/src/java/org/eclipse/jetty/servlet/
H A DDefaultServlet.java376 r = _resourceBase.addPath(pathInContext);
833 resource=_resourceBase.addPath(pathInContext);
837 resource=_contextHandler.getBaseResource().addPath(pathInContext);
/external/skia/bench/
H A DPathBench.cpp522 result.addPath(fPaths1[idx]);
529 result.addPath(fPaths1[idx], 2 * SK_Scalar1, 5 * SK_Scalar1);
536 result.addPath(fPaths1[idx], fMatrix);

Completed in 475 milliseconds

12