Searched refs:reportPath (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/modules/pathkit/tests/ |
D | effects.spec.js | 28 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);
|
D | testReporter.js | 58 function reportPath(path, testname, done) { function
|
D | path2d.spec.js | 142 reportPath(basePath, 'add_path_3x', done);
|
/third_party/skia/modules/pathkit/tests/ |
D | effects.spec.js | 28 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);
|
D | testReporter.js | 58 function reportPath(path, testname, done) { function
|
D | path2d.spec.js | 142 reportPath(basePath, 'add_path_3x', done);
|
/third_party/flutter/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
D | SkQPRunner.java | 48 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/ |
D | SkQPRunner.java | 48 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/ |
D | testReporter.js | 58 function reportPath(path, testname, done) { function
|