Searched refs:simplePath (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | PathOpsTestCommon.cpp | 203 void CubicPathToSimple(const SkPath& cubicPath, SkPath* simplePath) { in CubicPathToSimple() argument 204 simplePath->reset(); in CubicPathToSimple() 212 simplePath->moveTo(pts[0].fX, pts[0].fY); in CubicPathToSimple() 215 simplePath->lineTo(pts[1].fX, pts[1].fY); in CubicPathToSimple() 218 simplePath->quadTo(pts[1].fX, pts[1].fY, pts[2].fX, pts[2].fY); in CubicPathToSimple() 235 simplePath->cubicTo(cPts[0].fX, cPts[0].fY, cPts[1].fX, cPts[1].fY, in CubicPathToSimple() 242 simplePath->close(); in CubicPathToSimple()
|
D | PathOpsTestCommon.h | 16 void CubicPathToSimple(const SkPath& cubicPath, SkPath* simplePath);
|
/external/chromium-trace/catapult/tracing/third_party/components/polymer/ |
D | polymer.js | 3299 this.simplePath = 3304 this.object = this.simplePath ? object : getFn(object); 3305 this.property = !this.computed || this.simplePath ? 3327 if (this.simplePath) { 3365 if (this.simplePath) {
|
D | polymer.min.js | 12 …simplePath=!this.dynamicDeps&&(b instanceof e||b instanceof d)&&(a instanceof f||a instanceof e),t…
|
/external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
D | polymer.js | 3299 this.simplePath = 3304 this.object = this.simplePath ? object : getFn(object); 3305 this.property = !this.computed || this.simplePath ? 3327 if (this.simplePath) { 3365 if (this.simplePath) {
|
D | polymer.min.js | 12 …simplePath=!this.dynamicDeps&&(b instanceof e||b instanceof d)&&(a instanceof f||a instanceof e),t…
|