Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRRectPriv.h56 static SkRect InnerBounds(const SkRRect& rr);
DSkRRect.cpp744 SkRect SkRRectPriv::InnerBounds(const SkRRect& rr) { in InnerBounds() function in SkRRectPriv
/external/skia/tests/
DRoundRectTest.cpp1035 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()
DGrClipStackTest.cpp303 elementBounds = GrClip::GetPixelIBounds(SkRRectPriv::InnerBounds(e.fShape.rrect()), in getOptimalBounds()
/external/skia/src/gpu/graphite/
DClipStack.cpp326 fInnerBounds = Rect{SkRRectPriv::InnerBounds(xformed)}.makeIntersect(fOuterBounds);
/external/skia/src/gpu/ganesh/
DClipStack.cpp588 SkRect inner = SkRRectPriv::InnerBounds(fShape.rrect()); in simplify()