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.cpp738 SkRect SkRRectPriv::InnerBounds(const SkRRect& rr) { in InnerBounds() function in SkRRectPriv
/external/llvm-project/llvm/unittests/Analysis/
DLoopInfoTest.cpp1190 Optional<Loop::LoopBounds> InnerBounds = L->getBounds(SE); in TEST() local
1191 EXPECT_NE(InnerBounds, None); in TEST()
1193 dyn_cast<ConstantInt>(&InnerBounds->getInitialIVValue()); in TEST()
1195 EXPECT_EQ(InnerBounds->getStepInst().getName(), "inc"); in TEST()
1196 StepValue = dyn_cast_or_null<ConstantInt>(InnerBounds->getStepValue()); in TEST()
1198 EXPECT_EQ(InnerBounds->getFinalIVValue().getName(), "ub"); in TEST()
1199 EXPECT_EQ(InnerBounds->getCanonicalPredicate(), ICmpInst::ICMP_SLT); in TEST()
1200 EXPECT_EQ(InnerBounds->getDirection(), in TEST()
/external/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.cpp259 elementBounds = GrClip::GetPixelIBounds(SkRRectPriv::InnerBounds(e.fShape.rrect()), in getOptimalBounds()
/external/skia/src/gpu/
DGrClipStack.cpp586 SkRect inner = SkRRectPriv::InnerBounds(fShape.rrect()); in simplify()