Home
last modified time | relevance | path

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

/third_party/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 __anon30b79d660802()
1220 DEF_BENCH( return new TightBoundsBench([](const SkPath& path) { in __anon30b79d660902()
/third_party/flutter/skia/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 __anon1124e5fb0802()
1183 DEF_BENCH( return new TightBoundsBench([](const SkPath& path) { in __anon1124e5fb0902()