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

/external/chromium_org/third_party/skia/bench/
H A DDashBench.cpp378 class DashGridBench : public Benchmark { class in inherits:Benchmark
386 DashGridBench(int dashLength, int strokeWidth, bool doAA) { function in class:DashGridBench
485 DEF_BENCH( return new DashGridBench(1, 1, true); )
486 DEF_BENCH( return new DashGridBench(1, 1, false); )
487 DEF_BENCH( return new DashGridBench(3, 1, true); )
488 DEF_BENCH( return new DashGridBench(3, 1, false); )
/external/skia/bench/
H A DDashBench.cpp378 class DashGridBench : public Benchmark { class in inherits:Benchmark
386 DashGridBench(int dashLength, int strokeWidth, bool doAA) { function in class:DashGridBench
485 DEF_BENCH( return new DashGridBench(1, 1, true); )
486 DEF_BENCH( return new DashGridBench(1, 1, false); )
487 DEF_BENCH( return new DashGridBench(3, 1, true); )
488 DEF_BENCH( return new DashGridBench(3, 1, false); )

Completed in 173 milliseconds