Searched defs:make_concentric_rects_increasing (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DRTreeBench.cpp158 static inline SkRect make_concentric_rects_increasing(SkRandom&, int index, int numRects) { function
256 &make_concentric_rects_increasing, true, SkRTree::Create(5, 16)));
260 &make_concentric_rects_increasing, true, SkRTree::Create(5, 16, 1, false)));
263 return SkNEW_ARGS(RTreeQueryBench, ("concentric", &make_concentric_rects_increasing, true,
267 return SkNEW_ARGS(RTreeQueryBench, ("(unsorted)concentric", &make_concentric_rects_increasing, true,
/external/skia/bench/
H A DQuadTreeBench.cpp147 static inline SkIRect make_concentric_rects_increasing(SkRandom&, int index, int numRects) { function
209 return SkNEW_ARGS(QuadTreeBuildBench, ("concentric", &make_concentric_rects_increasing,
213 return SkNEW_ARGS(QuadTreeQueryBench, ("concentric", &make_concentric_rects_increasing,
H A DRTreeBench.cpp158 static inline SkIRect make_concentric_rects_increasing(SkRandom&, int index, int numRects) { function
256 &make_concentric_rects_increasing, true, SkRTree::Create(5, 16)));
260 &make_concentric_rects_increasing, true, SkRTree::Create(5, 16, 1, false)));
263 return SkNEW_ARGS(RTreeQueryBench, ("concentric", &make_concentric_rects_increasing, true,
267 return SkNEW_ARGS(RTreeQueryBench, ("(unsorted)concentric", &make_concentric_rects_increasing, true,

Completed in 109 milliseconds