Searched refs:GiantDashBench (Results 1 – 2 of 2) sorted by relevance
/external/skqp/bench/ |
D | DashBench.cpp | 297 class GiantDashBench : public Benchmark { class 317 GiantDashBench(LineType lt, SkScalar width) { in GiantDashBench() function in GiantDashBench 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); )
|
/external/skia/bench/ |
D | DashBench.cpp | 297 class GiantDashBench : public Benchmark { class 317 GiantDashBench(LineType lt, SkScalar width) { in GiantDashBench() function in GiantDashBench 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); )
|