Searched refs:StrokeBench (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/bench/ |
D | StrokeBench.cpp | 14 class StrokeBench : public Benchmark { class 16 StrokeBench(const SkPath& path, const SkPaint& paint, const char pathType[], SkScalar res) in StrokeBench() function in StrokeBench 106 DEF_BENCH(return new StrokeBench(line_path_maker(), paint_maker(), "line_1", 1);) 107 DEF_BENCH(return new StrokeBench(quad_path_maker(), paint_maker(), "quad_1", 1);) 108 DEF_BENCH(return new StrokeBench(conic_path_maker(), paint_maker(), "conic_1", 1);) 109 DEF_BENCH(return new StrokeBench(cubic_path_maker(), paint_maker(), "cubic_1", 1);) 111 DEF_BENCH(return new StrokeBench(line_path_maker(), paint_maker(), "line_4", 4);) 112 DEF_BENCH(return new StrokeBench(quad_path_maker(), paint_maker(), "quad_4", 4);) 113 DEF_BENCH(return new StrokeBench(conic_path_maker(), paint_maker(), "conic_4", 4);) 114 DEF_BENCH(return new StrokeBench(cubic_path_maker(), paint_maker(), "cubic_4", 4);) [all …]
|
/third_party/flutter/skia/bench/ |
D | StrokeBench.cpp | 14 class StrokeBench : public Benchmark { class 16 StrokeBench(const SkPath& path, const SkPaint& paint, const char pathType[], SkScalar res) in StrokeBench() function in StrokeBench 106 DEF_BENCH(return new StrokeBench(line_path_maker(), paint_maker(), "line_1", 1);) 107 DEF_BENCH(return new StrokeBench(quad_path_maker(), paint_maker(), "quad_1", 1);) 108 DEF_BENCH(return new StrokeBench(conic_path_maker(), paint_maker(), "conic_1", 1);) 109 DEF_BENCH(return new StrokeBench(cubic_path_maker(), paint_maker(), "cubic_1", 1);) 111 DEF_BENCH(return new StrokeBench(line_path_maker(), paint_maker(), "line_4", 4);) 112 DEF_BENCH(return new StrokeBench(quad_path_maker(), paint_maker(), "quad_4", 4);) 113 DEF_BENCH(return new StrokeBench(conic_path_maker(), paint_maker(), "conic_4", 4);) 114 DEF_BENCH(return new StrokeBench(cubic_path_maker(), paint_maker(), "cubic_4", 4);) [all …]
|
/third_party/flutter/skia/gn/ |
D | bench.gni | 115 "$_bench/StrokeBench.cpp",
|
/third_party/skia/gn/ |
D | bench.gni | 117 "$_bench/StrokeBench.cpp",
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_skia | 2628 FILE: ../../../third_party/skia/bench/StrokeBench.cpp
|