Lines Matching defs:GiantDashBench
295 class GiantDashBench : public Benchmark {
315 GiantDashBench(LineType lt, SkScalar width) {
465 /* Disable the GiantDashBench for Android devices until we can better control
469 DEF_BENCH( return new GiantDashBench(GiantDashBench::kHori_LineType, 0); )
470 DEF_BENCH( return new GiantDashBench(GiantDashBench::kVert_LineType, 0); )
471 DEF_BENCH( return new GiantDashBench(GiantDashBench::kDiag_LineType, 0); )
476 DEF_BENCH( return new GiantDashBench(GiantDashBench::kHori_LineType, 2); )
477 DEF_BENCH( return new GiantDashBench(GiantDashBench::kVert_LineType, 2); )
478 DEF_BENCH( return new GiantDashBench(GiantDashBench::kDiag_LineType, 2); )