Searched refs:PathTextBench (Results 1 – 4 of 4) sorted by relevance
31 class PathTextBench : public Benchmark { class33 PathTextBench(bool clipped, bool uncached) : fClipped(clipped), fUncached(uncached) {} in PathTextBench() function in PathTextBench112 DEF_BENCH(return new PathTextBench(false, false);)113 DEF_BENCH(return new PathTextBench(false, true);)114 DEF_BENCH(return new PathTextBench(true, true);)
97 "$_bench/PathTextBench.cpp",
418 friend class PathTextBench; // For debug purposes variable
3177 "bench/PathTextBench.cpp",