Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/pathkit/tests/
Deffects.spec.js28 reportPath(dashed, 'dashed_no_phase', () => {
29 reportPath(phased, 'dashed_with_phase', done);
51 reportPath(trimmed, 'trimmed_non_complement', () => {
52 reportPath(complement, 'trimmed_complement', done);
78 reportPath(scaled, 'transformed_scale', () => {
79 reportPath(scaled2, 'transformed_scale2', done);
112 reportPath(stroked, 'stroke_bevel_butt', () => {
113 reportPath(rounded, 'stroke_round_square', done);
DtestReporter.js58 function reportPath(path, testname, done) { function
Dpath2d.spec.js142 reportPath(basePath, 'add_path_3x', done);
/third_party/skia/modules/pathkit/tests/
Deffects.spec.js28 reportPath(dashed, 'dashed_no_phase', () => {
29 reportPath(phased, 'dashed_with_phase', done);
51 reportPath(trimmed, 'trimmed_non_complement', () => {
52 reportPath(complement, 'trimmed_complement', done);
78 reportPath(scaled, 'transformed_scale', () => {
79 reportPath(scaled2, 'transformed_scale2', done);
112 reportPath(stroked, 'stroke_bevel_butt', () => {
113 reportPath(rounded, 'stroke_round_square', done);
DtestReporter.js58 function reportPath(path, testname, done) { function
Dpath2d.spec.js142 reportPath(basePath, 'add_path_3x', done);
/third_party/flutter/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPRunner.java48 File reportPath = new File(context.getExternalFilesDir(null), "skqp_report_" + now); in SkQPRunner() local
49 reportPath.mkdirs(); in SkQPRunner()
50 mOutputDirectory = reportPath.getAbsolutePath(); in SkQPRunner()
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPRunner.java48 File reportPath = new File(context.getExternalFilesDir(null), "skqp_report_" + now); in SkQPRunner() local
49 reportPath.mkdirs(); in SkQPRunner()
50 mOutputDirectory = reportPath.getAbsolutePath(); in SkQPRunner()
/third_party/skia/modules/canvaskit/tests/
DtestReporter.js58 function reportPath(path, testname, done) { function