Searched refs:CirclePathBench (Results 1 – 1 of 1) sorted by relevance
157 class CirclePathBench: public PathBench { class159 CirclePathBench(Flags flags) : INHERITED(flags) {} in CirclePathBench() function in CirclePathBench172 class NonAACirclePathBench: public CirclePathBench {181 CirclePathBench::setupPaint(paint); in setupPaint()186 using INHERITED = CirclePathBench;1174 DEF_BENCH( return new CirclePathBench(FLAGS00); )1175 DEF_BENCH( return new CirclePathBench(FLAGS01); )1176 DEF_BENCH( return new CirclePathBench(FLAGS10); )1177 DEF_BENCH( return new CirclePathBench(FLAGS11); )