Home
last modified time | relevance | path

Searched refs:TightBoundsBench (Results 1 – 1 of 1) sorted by relevance

/external/skia/bench/
DPathBench.cpp1077 class TightBoundsBench : public Benchmark { class
1083 TightBoundsBench(SkRect (*proc)(const SkPath&), const char suffix[]) : fProc(proc) { in TightBoundsBench() function in TightBoundsBench
1186 DEF_BENCH( return new TightBoundsBench([](const SkPath& path){ return path.computeTightBounds();}, in __anonc7f890740802()
1188 DEF_BENCH( return new TightBoundsBench([](const SkPath& path) { in __anonc7f890740902()