Searched refs:InnerBounds (Results 1 – 6 of 6) sorted by relevance
56 static SkRect InnerBounds(const SkRRect& rr);
744 SkRect SkRRectPriv::InnerBounds(const SkRRect& rr) { in InnerBounds() function in SkRRectPriv
1035 REPORTER_ASSERT(reporter, SkRRectPriv::InnerBounds(SkRRect::MakeEmpty()).isEmpty()); in test_inner_bounds()1038 REPORTER_ASSERT(reporter, SkRRectPriv::InnerBounds(SkRRect::MakeRect(r)) == r); in test_inner_bounds()1041 SkRect inner = SkRRectPriv::InnerBounds(SkRRect::MakeOval(SkRect::MakeWH(2.f * radius, in test_inner_bounds()1056 inner = SkRRectPriv::InnerBounds(SkRRect::MakeRectXY(r, radius, radius)); in test_inner_bounds()1062 REPORTER_ASSERT(reporter, SkRRectPriv::InnerBounds(rr) == in test_inner_bounds()1066 REPORTER_ASSERT(reporter, SkRRectPriv::InnerBounds(rr) == in test_inner_bounds()1093 SkRect maxInner = SkRRectPriv::InnerBounds(rr); in test_inner_bounds()
303 elementBounds = GrClip::GetPixelIBounds(SkRRectPriv::InnerBounds(e.fShape.rrect()), in getOptimalBounds()
326 fInnerBounds = Rect{SkRRectPriv::InnerBounds(xformed)}.makeIntersect(fOuterBounds);
588 SkRect inner = SkRRectPriv::InnerBounds(fShape.rrect()); in simplify()