Searched refs:InnerBounds (Results 1 – 5 of 5) sorted by relevance
56 static SkRect InnerBounds(const SkRRect& rr);
752 SkRect SkRRectPriv::InnerBounds(const SkRRect& rr) { in InnerBounds() function in SkRRectPriv
1025 REPORTER_ASSERT(reporter, SkRRectPriv::InnerBounds(SkRRect::MakeEmpty()).isEmpty()); in test_inner_bounds()1028 REPORTER_ASSERT(reporter, SkRRectPriv::InnerBounds(SkRRect::MakeRect(r)) == r); in test_inner_bounds()1031 SkRect inner = SkRRectPriv::InnerBounds(SkRRect::MakeOval(SkRect::MakeWH(2.f * radius, in test_inner_bounds()1046 inner = SkRRectPriv::InnerBounds(SkRRect::MakeRectXY(r, radius, radius)); in test_inner_bounds()1052 REPORTER_ASSERT(reporter, SkRRectPriv::InnerBounds(rr) == in test_inner_bounds()1056 REPORTER_ASSERT(reporter, SkRRectPriv::InnerBounds(rr) == in test_inner_bounds()1083 SkRect maxInner = SkRRectPriv::InnerBounds(rr); in test_inner_bounds()
266 elementBounds = GrClip::GetPixelIBounds(SkRRectPriv::InnerBounds(e.fShape.rrect()), in getOptimalBounds()
578 SkRect inner = SkRRectPriv::InnerBounds(fShape.rrect()); in simplify()