/external/skia/src/animator/ |
D | SkDrawExtraPathEffect.cpp | 26 SkADrawable* addPath; member in SkDrawShapePathEffect 108 if (fDraw->addPath->isPath()) { in next() 109 drawPath = (SkDrawPath*) fDraw->addPath; in next() 111 SkApply* apply = (SkApply*) fDraw->addPath; in next() 137 dst->addPath(drawPath->getPath(), m); in next() 179 SK_MEMBER(addPath, Drawable), // either path or apply 188 addPath(nullptr), addMatrix(nullptr), path(nullptr), fPathEffect(nullptr) { in SkDrawShapePathEffect() 226 if (addPath == nullptr || (addPath->isPath() == false && addPath->isApply() == false)) in onEndElement() 249 const_cast<SkShape2DPathEffect*>(this)->addPath(loc, u, v, dst); in next() 258 void addPath(const SkPoint& loc, int u, int v, SkPath* dst) { in addPath() function in SkShape2DPathEffect [all …]
|
D | SkPathParts.cpp | 314 fPath->fPath.addPath(path->fPath, matrix->getMatrix()); in add() 316 fPath->fPath.addPath(path->fPath); in add()
|
D | SkExtraPathEffects.xsd | 23 <xs:attribute name="addPath" type="Sk:DynamicString" />
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
D | JettyWebXmlConfiguration.java | 74 Resource jetty=web_inf.addPath("jetty8-web.xml"); in configure() 76 jetty=web_inf.addPath(JETTY_WEB_XML); in configure() 78 jetty=web_inf.addPath("web-jetty.xml"); in configure()
|
D | WebInfConfiguration.java | 161 Resource classes= web_inf.addPath("classes/"); in configure() 166 Resource lib= web_inf.addPath("lib/"); in configure() 518 Resource web_inf= web_app.addPath("WEB-INF/"); in unpack() 524 Resource web_inf_lib = web_inf.addPath("lib/"); in unpack() 539 Resource web_inf_classes = web_inf.addPath("classes/"); in unpack() 705 Resource web_inf_lib = web_inf.addPath("/lib"); in findJars() 715 Resource file = web_inf_lib.addPath(files[f]); in findJars()
|
D | TagLibConfiguration.java | 225 Resource l=_context.getBaseResource().addPath(location); in findTldResources() 240 Resource l=web_inf.addPath(contents[i]); in findTldResources() 248 Resource web_inf_tlds = _context.getWebInf().addPath("/tlds/"); in findTldResources() 255 Resource l=web_inf_tlds.addPath(contents[i]); in findTldResources()
|
D | WebXmlConfiguration.java | 111 Resource web = web_inf.addPath("web.xml"); in findWebXml()
|
/external/jetty/src/java/org/eclipse/jetty/util/resource/ |
D | ResourceCollection.java | 191 public Resource addPath(String path) throws IOException, MalformedURLException in addPath() method in ResourceCollection 207 resource = _resources[i].addPath(path); in addPath() 218 Resource r = _resources[i].addPath(path); in addPath() 252 resource = _resources[i].addPath(path); in findResource() 264 Resource r = _resources[i].addPath(path); in findResource()
|
D | Resource.java | 425 public abstract Resource addPath(String path) in addPath() method in Resource 439 return addPath(path); in getResource() 522 Resource item = addPath(ls[i]); in getListHTML()
|
D | FileResource.java | 140 public Resource addPath(String path) in addPath() method in FileResource 152 r=(FileResource)super.addPath(path); in addPath()
|
D | URLResource.java | 277 public Resource addPath(String path) in addPath() method in URLResource
|
/external/skia/tests/ |
D | PathOpsBuilderTest.cpp | 225 clipRect.addPath(inner); in DEF_TEST() 237 clipRect.addPath(inner); in DEF_TEST() 249 clipRect.addPath(inner); in DEF_TEST() 265 clipRect.addPath(inner); in DEF_TEST()
|
D | PathOpsExtendedTest.cpp | 531 scaledA.addPath(a, scale); in innerPathOp() 533 scaledB.addPath(b, scale); in innerPathOp() 541 scaledOut.addPath(out, scale); in innerPathOp()
|
D | BlurTest.cpp | 44 void (*addPath)(SkPath*); member 122 tests[test].addPath(&path); in DEF_TEST()
|
/external/skia/include/core/ |
D | SkPath.h | 824 void addPath(const SkPath& src, SkScalar dx, SkScalar dy, 829 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) { 832 this->addPath(src, m, mode); 840 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
|
/external/skia/src/effects/ |
D | Sk1DPathEffect.cpp | 176 dst->addPath(fPath, pos.fX, pos.fY); in next() 182 dst->addPath(fPath, matrix); in next()
|
D | Sk2DPathEffect.cpp | 153 dst->addPath(fPath, loc.fX, loc.fY); in next()
|
/external/v8/tools/ |
D | profile.js | 240 this.bottomUpTree_.addPath(processedStack); 242 this.topDownTree_.addPath(processedStack); 596 CallTree.prototype.addPath = function(path) { method in CallTree
|
/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 434 scaledA.addPath(one, scale); in Op() 436 scaledB.addPath(two, scale); in Op() 444 scaledOut.addPath(*result, scale); in Op()
|
D | SkOpBuilder.cpp | 164 sum.addPath(fPathRefs[index]); in resolve()
|
/external/skia/samplecode/ |
D | SamplePathFuzz.cpp | 418 path.addPath(src, dx, dy, mode); in makePath() 429 path.addPath(src, mode); in makePath() 441 path.addPath(src, matrix, mode); in makePath()
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
D | ResourceHandler.java | 307 return base.addPath(path); in getResource() 362 Resource welcome=directory.addPath(_welcomeFiles[i]); in getWelcome()
|
/external/skia/bench/ |
D | PathBench.cpp | 523 result.addPath(fPaths1[idx]); in onDraw() 530 result.addPath(fPaths1[idx], 2 * SK_Scalar1, 5 * SK_Scalar1); in onDraw() 537 result.addPath(fPaths1[idx], fMatrix); in onDraw()
|
/external/jetty/src/java/org/eclipse/jetty/servlet/ |
D | DefaultServlet.java | 376 r = _resourceBase.addPath(pathInContext); in getResource() 833 resource=_resourceBase.addPath(pathInContext); in sendDirectory() 837 resource=_contextHandler.getBaseResource().addPath(pathInContext); in sendDirectory()
|
/external/skia/src/core/ |
D | SkPictureRecord.cpp | 455 this->addPath(path); in onDrawPath() 601 this->addPath(path); in onDrawTextOnPath() 891 void SkPictureRecord::addPath(const SkPath& path) { in addPath() function in SkPictureRecord
|