Home
last modified time | relevance | path

Searched refs:RRectPathGeo (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DGrShapeTest.cpp487 class RRectPathGeo : public PathGeo { class
491 RRectPathGeo(const SkPath& path, const SkRRect& equivalentRRect, RRectForStroke rrectForStroke, in RRectPathGeo() function in __anon06bb34050111::RRectPathGeo
497 RRectPathGeo(const SkPath& path, const SkRect& equivalentRect, RRectForStroke rrectForStroke, in RRectPathGeo() function in __anon06bb34050111::RRectPathGeo
499 : RRectPathGeo(path, SkRRect::MakeRect(equivalentRect), rrectForStroke, invert) {} in RRectPathGeo()
2116 SkTArray<std::unique_ptr<RRectPathGeo>> rrectPathGeos; in DEF_TEST()
2125 geos.emplace_back(new RRectPathGeo(rectPath, r, RRectPathGeo::RRectForStroke::kYes, in DEF_TEST()
2127 geos.emplace_back(new RRectPathGeo(rectPath, r, RRectPathGeo::RRectForStroke::kYes, in DEF_TEST()
2129 rrectPathGeos.emplace_back(new RRectPathGeo(rectPath, r, RRectPathGeo::RRectForStroke::kYes, in DEF_TEST()
2139 geos.emplace_back(new RRectPathGeo(rectPath, rr, RRectPathGeo::RRectForStroke::kYes, in DEF_TEST()
2141 geos.emplace_back(new RRectPathGeo(rectPath, rr, RRectPathGeo::RRectForStroke::kYes, in DEF_TEST()
[all …]
/external/skqp/tests/
DGrShapeTest.cpp459 class RRectPathGeo : public PathGeo { class
463 RRectPathGeo(const SkPath& path, const SkRRect& equivalentRRect, RRectForStroke rrectForStroke, in RRectPathGeo() function in __anon392b385c0111::RRectPathGeo
469 RRectPathGeo(const SkPath& path, const SkRect& equivalentRect, RRectForStroke rrectForStroke, in RRectPathGeo() function in __anon392b385c0111::RRectPathGeo
471 : RRectPathGeo(path, SkRRect::MakeRect(equivalentRect), rrectForStroke, invert) {} in RRectPathGeo()
2088 SkTArray<std::unique_ptr<RRectPathGeo>> rrectPathGeos; in DEF_TEST()
2097 geos.emplace_back(new RRectPathGeo(rectPath, r, RRectPathGeo::RRectForStroke::kYes, in DEF_TEST()
2099 geos.emplace_back(new RRectPathGeo(rectPath, r, RRectPathGeo::RRectForStroke::kYes, in DEF_TEST()
2101 rrectPathGeos.emplace_back(new RRectPathGeo(rectPath, r, RRectPathGeo::RRectForStroke::kYes, in DEF_TEST()
2111 geos.emplace_back(new RRectPathGeo(rectPath, rr, RRectPathGeo::RRectForStroke::kYes, in DEF_TEST()
2113 geos.emplace_back(new RRectPathGeo(rectPath, rr, RRectPathGeo::RRectForStroke::kYes, in DEF_TEST()
[all …]