/external/skia/gm/ |
D | bigrrectaaeffect.cpp | 78 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/ |
D | bigrrectaaeffect.cpp | 72 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/ |
D | SkOpBuilder.cpp | 152 const SkRect& testBounds = test->getBounds(); in resolve() local 155 if (SkRect::Intersects(fPathRefs[inner].getBounds(), testBounds)) { in resolve()
|
/external/skia/src/pathops/ |
D | SkOpBuilder.cpp | 154 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/ |
D | ShadowTouchDelegateTest.java | 31 public void testBounds() { in testBounds() method in ShadowTouchDelegateTest
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 817 bool testBounds(unsigned char DirKind,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 821 bool testBounds(unsigned char DirKind,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 822 bool testBounds(unsigned char DirKind,
|
/external/s2-geometry-library-java/tests/com/google/common/geometry/ |
D | S2LoopTest.java | 101 public void testBounds() { in testBounds() method in S2LoopTest
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2566 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/ |
D | DependenceAnalysis.cpp | 2489 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/ |
D | DependenceAnalysis.cpp | 2555 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/ |
D | ClipStackTest.cpp | 1190 SkRect testBounds; in test_reduced_clip_stack_genid() member 1234 const GrReducedClip reduced(stack, testCases[i].testBounds, caps); in test_reduced_clip_stack_genid()
|
D | PathTest.cpp | 2447 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/ |
D | ClipStackTest.cpp | 1162 SkRect testBounds; in test_reduced_clip_stack_genid() member 1206 const GrReducedClip reduced(stack, testCases[i].testBounds, caps); in test_reduced_clip_stack_genid()
|
D | PathTest.cpp | 2456 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()
|