Searched refs:rrectForStroke (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tests/ |
D | GrStyledShapeTest.cpp | 499 RRectPathGeo(const SkPath& path, const SkRRect& equivalentRRect, RRectForStroke rrectForStroke, in RRectPathGeo() argument 503 , fRRectForStroke(rrectForStroke) {} in RRectPathGeo() 505 RRectPathGeo(const SkPath& path, const SkRect& equivalentRect, RRectForStroke rrectForStroke, in RRectPathGeo() argument 507 : RRectPathGeo(path, SkRRect::MakeRect(equivalentRect), rrectForStroke, invert) {} in RRectPathGeo()
|