Searched refs:FindCubicConvex180Chops (Results 1 – 1 of 1) sorted by relevance
/external/skia/bench/ |
D | GrPathUtilsBench.cpp | 11 class FindCubicConvex180Chops : public Benchmark { class 13 FindCubicConvex180Chops(const std::array<SkPoint,4>& pts, const char* suffix) : fPts(pts) { in FindCubicConvex180Chops() function in FindCubicConvex180Chops 37 DEF_BENCH(return new FindCubicConvex180Chops({{{0,0}, {100,0}, {50,100}, {100,100}}}, "_inflect1");) 38 DEF_BENCH(return new FindCubicConvex180Chops({{{0,0}, {50,0}, {100,50}, {100,100}}}, "_loop");)
|