Searched refs:reportCanvas (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/modules/pathkit/tests/ |
D | testReporter.js | 6 function reportCanvas(canvas, testname, outputType='canvas') { function 67 return reportCanvas(canvas, testname).then(() => {
|
D | path2d.spec.js | 66 reportCanvas(canvas, 'path2D_api_example').then(() => { 170 reportCanvas(canvas, 'conics_quads_approx').then(() => {
|
/third_party/flutter/skia/modules/pathkit/tests/ |
D | testReporter.js | 6 function reportCanvas(canvas, testname, outputType='canvas') { function 67 return reportCanvas(canvas, testname).then(() => {
|
D | path2d.spec.js | 66 reportCanvas(canvas, 'path2D_api_example').then(() => { 170 reportCanvas(canvas, 'conics_quads_approx').then(() => {
|
/third_party/skia/modules/canvaskit/tests/ |
D | testReporter.js | 6 function reportCanvas(canvas, testname, outputType='canvas') { function 67 return reportCanvas(canvas, testname).then(() => {
|
D | util.js | 163 promises.push(reportCanvas(canvas, name, canvas._config)); 244 reportCanvas(reportingCanvas, testname).then(() => {
|
D | canvas2d.spec.js | 271 promises.push(reportCanvas(canvas, testname, canvas._config));
|
/third_party/flutter/skia/modules/canvaskit/tests/ |
D | util.js | 16 reportCanvas(reportingCanvas, testname).then(() => {
|
D | canvas2d.spec.js | 268 promises.push(reportCanvas(canvas, testname, canvas._config));
|