Searched refs:StrokeBench (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/bench/ |
H A 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_make [all...] |
Completed in 1 milliseconds