Home
last modified time | relevance | path

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

/external/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(() => {
/external/skia/modules/canvaskit/tests/
DtestReporter.js6 function reportCanvas(canvas, testname, outputType='canvas') { function
67 return reportCanvas(canvas, testname).then(() => {
Dutil.js129 promises.push(reportCanvas(canvas, name, canvas._config));
207 reportCanvas(reportingCanvas, testname).then(() => {
Dcanvas2d.spec.js271 promises.push(reportCanvas(canvas, testname, canvas._config));
/external/skqp/modules/pathkit/tests/
DtestReporter.js6 function reportCanvas(canvas, testname, outputType='canvas') { function
67 return reportCanvas(canvas, testname).then(() => {
Dpath2d.spec.js83 reportCanvas(canvas, 'path2D_api_example').then(() => {
187 reportCanvas(canvas, 'conics_quads_approx').then(() => {
/external/skqp/experimental/canvaskit/tests/
Dpath.spec.js47 reportCanvas(reportingCanvas, testname).then(() => {
Dcanvas2d.spec.js286 promises.push(reportCanvas(canvas, testname, canvas._config));