Home
last modified time | relevance | path

Searched refs:InnerBounds (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/core/
DSkRRectPriv.h56 static SkRect InnerBounds(const SkRRect& rr);
DSkRRect.cpp752 SkRect SkRRectPriv::InnerBounds(const SkRRect& rr) { in InnerBounds() function in SkRRectPriv
/third_party/skia/tests/
DRoundRectTest.cpp1025 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()
DGrClipStackTest.cpp266 elementBounds = GrClip::GetPixelIBounds(SkRRectPriv::InnerBounds(e.fShape.rrect()), in getOptimalBounds()
/third_party/skia/src/gpu/v1/
DClipStack.cpp578 SkRect inner = SkRRectPriv::InnerBounds(fShape.rrect()); in simplify()