Home
last modified time | relevance | path

Searched refs:toSVGString (Results 1 – 21 of 21) sorted by relevance

/external/skqp/modules/pathkit/tests/
Dpath.spec.js56 expect(orig.toSVGString()).toEqual(copy.toSVGString());
70 expect(orig.toSVGString()).toEqual(copy.toSVGString());
84 expect(orig.toSVGString()).toEqual(copy.toSVGString());
Dsvg.spec.js50 let svgStr = path.toSVGString();
68 let svgStr = path.toSVGString();
83 let output = path.toSVGString();
99 let svgStr = path.toSVGString();
Dpathops.spec.js37 <path stroke=black fill=white stroke-width=0.01 d="${expectedPath.toSVGString()}"></path>
41 <path stroke=black fill=white stroke-width=0.01 d="${actualPath.toSVGString()}"></path>
DtestReporter.js65 let svgStr = path.toSVGString();
Dpath2d.spec.js72 svgPath.setAttribute('d', path.toSVGString());
/external/skia/modules/pathkit/tests/
Dpath.spec.js40 expect(orig.toSVGString()).toEqual(copy.toSVGString());
54 expect(orig.toSVGString()).toEqual(copy.toSVGString());
68 expect(orig.toSVGString()).toEqual(copy.toSVGString());
Dsvg.spec.js34 let svgStr = path.toSVGString();
52 let svgStr = path.toSVGString();
67 let output = path.toSVGString();
83 let svgStr = path.toSVGString();
Dpathops.spec.js35 <path stroke=black fill=white stroke-width=0.01 d="${expectedPath.toSVGString()}"></path>
39 <path stroke=black fill=white stroke-width=0.01 d="${actualPath.toSVGString()}"></path>
DtestReporter.js65 let svgStr = path.toSVGString();
Dpath2d.spec.js55 svgPath.setAttribute('d', path.toSVGString());
/external/skia/modules/canvaskit/tests/
DtestReporter.js65 let svgStr = path.toSVGString();
Dpath.spec.js114 const svgStr = path.toSVGString();
/external/skqp/experimental/canvaskit/tests/
Dpath.spec.js233 let svgStr = path.toSVGString();
/external/skia/modules/pathkit/perf/
Dpath.bench.js194 ctx.path.toSVGString();
/external/skqp/modules/pathkit/perf/
Dpath.bench.js211 ctx.path.toSVGString();
/external/skqp/experimental/canvaskit/
Dexterns.js201 toSVGString: function() {}, method
/external/skia/modules/canvaskit/
Dexterns.js541 toSVGString: function() {}, method
/external/skia/site/docs/user/modules/
Dpathkit.md239 - An SVG string `path.toSVGString()`
704 #### `toSVGString()`
716 newPath.setAttribute('d', box.toSVGString());
/external/skqp/site/user/modules/
Dpathkit.md236 - An SVG string `path.toSVGString()`
655 #### `toSVGString()` ####
666 newPath.setAttribute('d', box.toSVGString());
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts492 const str = path.toSVGString(); // $ExpectType string
Dindex.d.ts2467 toSVGString(): string; method