Home | History | Annotate | Download | only in bench

Lines Matching refs:GiantDashBench

297 class GiantDashBench : public Benchmark {
317 GiantDashBench(LineType lt, SkScalar width) {
467 /* Disable the GiantDashBench for Android devices until we can better control
471 DEF_BENCH( return new GiantDashBench(GiantDashBench::kHori_LineType, 0); )
472 DEF_BENCH( return new GiantDashBench(GiantDashBench::kVert_LineType, 0); )
473 DEF_BENCH( return new GiantDashBench(GiantDashBench::kDiag_LineType, 0); )
478 DEF_BENCH( return new GiantDashBench(GiantDashBench::kHori_LineType, 2); )
479 DEF_BENCH( return new GiantDashBench(GiantDashBench::kVert_LineType, 2); )
480 DEF_BENCH( return new GiantDashBench(GiantDashBench::kDiag_LineType, 2); )