Searched refs:RRectPathGeo (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | GrStyledShapeTest.cpp | 495 class RRectPathGeo : public PathGeo { class 499 RRectPathGeo(const SkPath& path, const SkRRect& equivalentRRect, RRectForStroke rrectForStroke, in RRectPathGeo() function in __anon19017::RRectPathGeo 505 RRectPathGeo(const SkPath& path, const SkRect& equivalentRect, RRectForStroke rrectForStroke, in RRectPathGeo() function in __anon19017::RRectPathGeo 507 : RRectPathGeo(path, SkRRect::MakeRect(equivalentRect), rrectForStroke, invert) {} in RRectPathGeo() 2145 SkTArray<std::unique_ptr<RRectPathGeo>> rrectPathGeos; in DEF_TEST() 2154 geos.emplace_back(new RRectPathGeo(rectPath, r, RRectPathGeo::RRectForStroke::kYes, in DEF_TEST() 2156 geos.emplace_back(new RRectPathGeo(rectPath, r, RRectPathGeo::RRectForStroke::kYes, in DEF_TEST() 2158 rrectPathGeos.emplace_back(new RRectPathGeo(rectPat in DEF_TEST() [all...] |
Completed in 4 milliseconds