Home
last modified time | relevance | path

Searched refs:GiantDashBench (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/bench/
DDashBench.cpp295 class GiantDashBench : public Benchmark { class
315 GiantDashBench(LineType lt, SkScalar width) { in GiantDashBench() function in GiantDashBench
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); )