Home
last modified time | relevance | path

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

/external/skia/bench/
DDashBench.cpp299 class GiantDashBench : public SkBenchmark { class
319 GiantDashBench(LineType lt, SkScalar width) { in GiantDashBench() function in GiantDashBench
408 DEF_BENCH( return new GiantDashBench(GiantDashBench::kHori_LineType, 0); )
409 DEF_BENCH( return new GiantDashBench(GiantDashBench::kVert_LineType, 0); )
410 DEF_BENCH( return new GiantDashBench(GiantDashBench::kDiag_LineType, 0); )
415 DEF_BENCH( return new GiantDashBench(GiantDashBench::kHori_LineType, 2); )
416 DEF_BENCH( return new GiantDashBench(GiantDashBench::kVert_LineType, 2); )
417 DEF_BENCH( return new GiantDashBench(GiantDashBench::kDiag_LineType, 2); )