Searched refs:TightBoundsBench (Results 1 – 2 of 2) sorted by relevance
1108 class TightBoundsBench : public Benchmark { class1114 TightBoundsBench(SkRect (*proc)(const SkPath&), const char suffix[]) : fProc(proc) { in TightBoundsBench() function in TightBoundsBench1218 DEF_BENCH( return new TightBoundsBench([](const SkPath& path){ return path.computeTightBounds();}, in __anon30b79d660802()1220 DEF_BENCH( return new TightBoundsBench([](const SkPath& path) { in __anon30b79d660902()
1071 class TightBoundsBench : public Benchmark { class1077 TightBoundsBench(SkRect (*proc)(const SkPath&), const char suffix[]) : fProc(proc) { in TightBoundsBench() function in TightBoundsBench1181 DEF_BENCH( return new TightBoundsBench([](const SkPath& path){ return path.computeTightBounds();}, in __anon1124e5fb0802()1183 DEF_BENCH( return new TightBoundsBench([](const SkPath& path) { in __anon1124e5fb0902()