Home
last modified time | relevance | path

Searched refs:addPath (Results 1 – 25 of 44) sorted by relevance

12

/external/skia/src/animator/
DSkDrawExtraPathEffect.cpp26 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 …]
DSkPathParts.cpp314 fPath->fPath.addPath(path->fPath, matrix->getMatrix()); in add()
316 fPath->fPath.addPath(path->fPath); in add()
DSkExtraPathEffects.xsd23 <xs:attribute name="addPath" type="Sk:DynamicString" />
/external/jetty/src/java/org/eclipse/jetty/webapp/
DJettyWebXmlConfiguration.java74 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()
DWebInfConfiguration.java161 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()
DTagLibConfiguration.java225 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()
DWebXmlConfiguration.java111 Resource web = web_inf.addPath("web.xml"); in findWebXml()
/external/jetty/src/java/org/eclipse/jetty/util/resource/
DResourceCollection.java191 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()
DResource.java425 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()
DFileResource.java140 public Resource addPath(String path) in addPath() method in FileResource
152 r=(FileResource)super.addPath(path); in addPath()
DURLResource.java277 public Resource addPath(String path) in addPath() method in URLResource
/external/skia/tests/
DPathOpsBuilderTest.cpp225 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()
DPathOpsExtendedTest.cpp531 scaledA.addPath(a, scale); in innerPathOp()
533 scaledB.addPath(b, scale); in innerPathOp()
541 scaledOut.addPath(out, scale); in innerPathOp()
DBlurTest.cpp44 void (*addPath)(SkPath*); member
122 tests[test].addPath(&path); in DEF_TEST()
/external/skia/include/core/
DSkPath.h824 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/
DSk1DPathEffect.cpp176 dst->addPath(fPath, pos.fX, pos.fY); in next()
182 dst->addPath(fPath, matrix); in next()
DSk2DPathEffect.cpp153 dst->addPath(fPath, loc.fX, loc.fY); in next()
/external/v8/tools/
Dprofile.js240 this.bottomUpTree_.addPath(processedStack);
242 this.topDownTree_.addPath(processedStack);
596 CallTree.prototype.addPath = function(path) { method in CallTree
/external/skia/src/pathops/
DSkPathOpsOp.cpp434 scaledA.addPath(one, scale); in Op()
436 scaledB.addPath(two, scale); in Op()
444 scaledOut.addPath(*result, scale); in Op()
DSkOpBuilder.cpp164 sum.addPath(fPathRefs[index]); in resolve()
/external/skia/samplecode/
DSamplePathFuzz.cpp418 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/
DResourceHandler.java307 return base.addPath(path); in getResource()
362 Resource welcome=directory.addPath(_welcomeFiles[i]); in getWelcome()
/external/skia/bench/
DPathBench.cpp523 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/
DDefaultServlet.java376 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/
DSkPictureRecord.cpp455 this->addPath(path); in onDrawPath()
601 this->addPath(path); in onDrawTextOnPath()
891 void SkPictureRecord::addPath(const SkPath& path) { in addPath() function in SkPictureRecord

12