Home
last modified time | relevance | path

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

/external/skia/bench/
DPathBench.cpp1108 class TightBoundsBench : public Benchmark { class
1114 TightBoundsBench(SkRect (*proc)(const SkPath&), const char suffix[]) : fProc(proc) { in TightBoundsBench() function in TightBoundsBench
1218 DEF_BENCH( return new TightBoundsBench([](const SkPath& path){ return path.computeTightBounds();}, in __anona2d524950802()
1220 DEF_BENCH( return new TightBoundsBench([](const SkPath& path) { in __anona2d524950902()
/external/skqp/bench/
DPathBench.cpp1071 class TightBoundsBench : public Benchmark { class
1077 TightBoundsBench(SkRect (*proc)(const SkPath&), const char suffix[]) : fProc(proc) { in TightBoundsBench() function in TightBoundsBench
1181 DEF_BENCH( return new TightBoundsBench([](const SkPath& path){ return path.computeTightBounds();}, in __anonf7fa272c0802()
1183 DEF_BENCH( return new TightBoundsBench([](const SkPath& path) { in __anonf7fa272c0902()