Home
last modified time | relevance | path

Searched refs:testBounds (Results 1 – 16 of 16) sorted by relevance

/external/skia/gm/
Dbigrrectaaeffect.cpp78 SkRect testBounds = SkRect::MakeIWH(fTestWidth, fTestHeight); in onDraw() local
87 canvas->drawRect(testBounds, paint); in onDraw()
102 SkRect bounds = testBounds; in onDraw()
/external/skqp/gm/
Dbigrrectaaeffect.cpp72 SkRect testBounds = SkRect::MakeIWH(fTestWidth, fTestHeight); in onDraw() local
81 canvas->drawRect(testBounds, paint); in onDraw()
94 SkRect bounds = testBounds; in onDraw()
/external/skqp/src/pathops/
DSkOpBuilder.cpp152 const SkRect& testBounds = test->getBounds(); in resolve() local
155 if (SkRect::Intersects(fPathRefs[inner].getBounds(), testBounds)) { in resolve()
/external/skia/src/pathops/
DSkOpBuilder.cpp154 const SkRect& testBounds = test->getBounds(); in resolve() local
157 if (SkRect::Intersects(fPathRefs[inner].getBounds(), testBounds)) { in resolve()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTouchDelegateTest.java31 public void testBounds() { in testBounds() method in ShadowTouchDelegateTest
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h817 bool testBounds(unsigned char DirKind,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h821 bool testBounds(unsigned char DirKind,
/external/llvm-project/llvm/include/llvm/Analysis/
DDependenceAnalysis.h822 bool testBounds(unsigned char DirKind,
/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2LoopTest.java101 public void testBounds() { in testBounds() method in S2LoopTest
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp2566 if (testBounds(Dependence::DVEntry::ALL, 0, Bound, Delta)) { in banerjeeMIVtest()
2691 if (testBounds(Dependence::DVEntry::LT, Level, Bound, Delta)) in exploreDirections()
2696 if (testBounds(Dependence::DVEntry::EQ, Level, Bound, Delta)) in exploreDirections()
2701 if (testBounds(Dependence::DVEntry::GT, Level, Bound, Delta)) in exploreDirections()
2714 bool DependenceInfo::testBounds(unsigned char DirKind, unsigned Level, in testBounds() function in DependenceInfo
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2489 if (testBounds(Dependence::DVEntry::ALL, 0, Bound, Delta)) { in banerjeeMIVtest()
2608 if (testBounds(Dependence::DVEntry::LT, Level, Bound, Delta)) in exploreDirections()
2613 if (testBounds(Dependence::DVEntry::EQ, Level, Bound, Delta)) in exploreDirections()
2618 if (testBounds(Dependence::DVEntry::GT, Level, Bound, Delta)) in exploreDirections()
2631 bool DependenceInfo::testBounds(unsigned char DirKind, unsigned Level, in testBounds() function in DependenceInfo
/external/llvm-project/llvm/lib/Analysis/
DDependenceAnalysis.cpp2555 if (testBounds(Dependence::DVEntry::ALL, 0, Bound, Delta)) { in banerjeeMIVtest()
2680 if (testBounds(Dependence::DVEntry::LT, Level, Bound, Delta)) in exploreDirections()
2685 if (testBounds(Dependence::DVEntry::EQ, Level, Bound, Delta)) in exploreDirections()
2690 if (testBounds(Dependence::DVEntry::GT, Level, Bound, Delta)) in exploreDirections()
2703 bool DependenceInfo::testBounds(unsigned char DirKind, unsigned Level, in testBounds() function in DependenceInfo
/external/skia/tests/
DClipStackTest.cpp1190 SkRect testBounds; in test_reduced_clip_stack_genid() member
1234 const GrReducedClip reduced(stack, testCases[i].testBounds, caps); in test_reduced_clip_stack_genid()
DPathTest.cpp2447 SkRect testBounds; in test_isNestedFillRects() local
2448 testBounds.setBounds(tests[testIndex].fPoints, tests[testIndex].fPointCount); in test_isNestedFillRects()
2450 expected[1] = testBounds; in test_isNestedFillRects()
/external/skqp/tests/
DClipStackTest.cpp1162 SkRect testBounds; in test_reduced_clip_stack_genid() member
1206 const GrReducedClip reduced(stack, testCases[i].testBounds, caps); in test_reduced_clip_stack_genid()
DPathTest.cpp2456 SkRect testBounds; in test_isNestedFillRects() local
2457 testBounds.set(tests[testIndex].fPoints, tests[testIndex].fPointCount); in test_isNestedFillRects()
2459 expected[1] = testBounds; in test_isNestedFillRects()