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

/external/chromium_org/third_party/skia/bench/
H A DRectBench.cpp125 class RRectBench : public RectBench { class in inherits:RectBench
127 RRectBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} function in class:RRectBench
315 DEF_BENCH( return SkNEW_ARGS(RRectBench, (1)); )
316 DEF_BENCH( return SkNEW_ARGS(RRectBench, (1, 4)); )
317 DEF_BENCH( return SkNEW_ARGS(RRectBench, (3)); )
318 DEF_BENCH( return SkNEW_ARGS(RRectBench, (3, 4)); )
/external/skia/bench/
H A DRectBench.cpp125 class RRectBench : public RectBench { class in inherits:RectBench
127 RRectBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} function in class:RRectBench
315 DEF_BENCH( return SkNEW_ARGS(RRectBench, (1)); )
316 DEF_BENCH( return SkNEW_ARGS(RRectBench, (1, 4)); )
317 DEF_BENCH( return SkNEW_ARGS(RRectBench, (3)); )
318 DEF_BENCH( return SkNEW_ARGS(RRectBench, (3, 4)); )

Completed in 44 milliseconds