Home
last modified time | relevance | path

Searched refs:PathIterType (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/bench/
H A DPathIterBench.cpp18 enum class PathIterType { class
41 PathIterType fType;
47 PathIterBench(PathIterType t) : fType(t) { in PathIterBench()
90 case PathIterType::kIter:
100 case PathIterType::kRaw:
107 case PathIterType::kEdge:
124 DEF_BENCH( return new PathIterBench(PathIterType::kIter); )
125 DEF_BENCH( return new PathIterBench(PathIterType::kRaw); )
126 DEF_BENCH( return new PathIterBench(PathIterType::kEdge); )

Completed in 1 milliseconds