Home
last modified time | relevance | path

Searched refs:reportCanvas (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/modules/pathkit/tests/
DtestReporter.js6 function reportCanvas(canvas, testname, outputType='canvas') { function
67 return reportCanvas(canvas, testname).then(() => {
Dpath2d.spec.js66 reportCanvas(canvas, 'path2D_api_example').then(() => {
170 reportCanvas(canvas, 'conics_quads_approx').then(() => {
/third_party/flutter/skia/modules/pathkit/tests/
DtestReporter.js6 function reportCanvas(canvas, testname, outputType='canvas') { function
67 return reportCanvas(canvas, testname).then(() => {
Dpath2d.spec.js66 reportCanvas(canvas, 'path2D_api_example').then(() => {
170 reportCanvas(canvas, 'conics_quads_approx').then(() => {
/third_party/skia/modules/canvaskit/tests/
DtestReporter.js6 function reportCanvas(canvas, testname, outputType='canvas') { function
67 return reportCanvas(canvas, testname).then(() => {
Dutil.js163 promises.push(reportCanvas(canvas, name, canvas._config));
244 reportCanvas(reportingCanvas, testname).then(() => {
Dcanvas2d.spec.js271 promises.push(reportCanvas(canvas, testname, canvas._config));
/third_party/flutter/skia/modules/canvaskit/tests/
Dutil.js16 reportCanvas(reportingCanvas, testname).then(() => {
Dcanvas2d.spec.js268 promises.push(reportCanvas(canvas, testname, canvas._config));