Searched refs:conic_path_maker (Results 1 – 2 of 2) sorted by relevance
/external/skia/bench/ |
D | StrokeBench.cpp | 78 static SkPath conic_path_maker() { in conic_path_maker() function 108 DEF_BENCH(return new StrokeBench(conic_path_maker(), paint_maker(), "conic_1", 1);) 113 DEF_BENCH(return new StrokeBench(conic_path_maker(), paint_maker(), "conic_4", 4);) 118 DEF_BENCH(return new StrokeBench(conic_path_maker(), paint_maker(), "conic_.25", .25f);)
|
/external/skqp/bench/ |
D | StrokeBench.cpp | 78 static SkPath conic_path_maker() { in conic_path_maker() function 108 DEF_BENCH(return new StrokeBench(conic_path_maker(), paint_maker(), "conic_1", 1);) 113 DEF_BENCH(return new StrokeBench(conic_path_maker(), paint_maker(), "conic_4", 4);) 118 DEF_BENCH(return new StrokeBench(conic_path_maker(), paint_maker(), "conic_.25", .25f);)
|