Searched refs:PathIterType (Results 1 – 1 of 1) sorted by relevance
18 enum class PathIterType { enum41 PathIterType fType;47 PathIterBench(PathIterType t) : fType(t) { in PathIterBench()90 case PathIterType::kIter: in onDraw()100 case PathIterType::kRaw: in onDraw()107 case PathIterType::kEdge: in onDraw()124 DEF_BENCH( return new PathIterBench(PathIterType::kIter); )125 DEF_BENCH( return new PathIterBench(PathIterType::kRaw); )126 DEF_BENCH( return new PathIterBench(PathIterType::kEdge); )