Home
last modified time | relevance | path

Searched refs:simplePath (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tests/
H A DPathOpsTestCommon.cpp204 void CubicPathToSimple(const SkPath& cubicPath, SkPath* simplePath) { in CubicPathToSimple() argument
205 simplePath->reset(); in CubicPathToSimple()
210 simplePath->moveTo(pts[0].fX, pts[0].fY); in CubicPathToSimple()
213 simplePath->lineTo(pts[1].fX, pts[1].fY); in CubicPathToSimple()
216 simplePath->quadTo(pts[1].fX, pts[1].fY, pts[2].fX, pts[2].fY); in CubicPathToSimple()
234 simplePath->cubicTo(cPts[0].fX, cPts[0].fY, cPts[1].fX, cPts[1].fY, in CubicPathToSimple()
241 simplePath->close(); in CubicPathToSimple()
H A DPathOpsTestCommon.h31 void CubicPathToSimple(const SkPath& cubicPath, SkPath* simplePath);
/third_party/node/lib/
H A Durl.js251 const simplePath = simplePathPattern.exec(rest);
252 if (simplePath) {
255 this.pathname = simplePath[1];
256 if (simplePath[2]) {
257 this.search = simplePath[2];

Completed in 3 milliseconds