Home
last modified time | relevance | path

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

/third_party/skia/bench/
H A DPolyUtilsBench.cpp13 class PolyUtilsBench : public Benchmark { class
19 PolyUtilsBench(Type type) : fType(type) {} in PolyUtilsBench() function in PolyUtilsBench
108 class StarPolyUtilsBench : public PolyUtilsBench {
110 StarPolyUtilsBench(PolyUtilsBench::Type type) : INHERITED(type) {} in StarPolyUtilsBench()
131 using INHERITED = PolyUtilsBench;
134 class CirclePolyUtilsBench : public PolyUtilsBench {
136 CirclePolyUtilsBench(PolyUtilsBench::Type type) : INHERITED(type) {} in CirclePolyUtilsBench()
154 using INHERITED = PolyUtilsBench;
157 class IntersectingPolyUtilsBench : public PolyUtilsBench {
159 IntersectingPolyUtilsBench(PolyUtilsBench
[all...]

Completed in 2 milliseconds