Home
last modified time | relevance | path

Searched refs:DashGridBench (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/bench/
H A DDashBench.cpp373 class DashGridBench : public Benchmark { class
381 DashGridBench(int dashLength, int strokeWidth, bool doAA) { in DashGridBench() function in DashGridBench
480 DEF_BENCH( return new DashGridBench(1, 1, true); )
481 DEF_BENCH( return new DashGridBench(1, 1, false); )
482 DEF_BENCH( return new DashGridBench(3, 1, true); )
483 DEF_BENCH( return new DashGridBench(3, 1, false); )

Completed in 2 milliseconds