Searched refs:CirclePathBench (Results 1 – 2 of 2) sorted by relevance
155 class CirclePathBench: public PathBench { class157 CirclePathBench(Flags flags) : INHERITED(flags) {} in CirclePathBench() function in CirclePathBench170 class NonAACirclePathBench: public CirclePathBench {179 CirclePathBench::setupPaint(paint); in setupPaint()184 typedef CirclePathBench INHERITED;1137 DEF_BENCH( return new CirclePathBench(FLAGS00); )1138 DEF_BENCH( return new CirclePathBench(FLAGS01); )1139 DEF_BENCH( return new CirclePathBench(FLAGS10); )1140 DEF_BENCH( return new CirclePathBench(FLAGS11); )