Searched refs:testBounds (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/gm/ |
H A D | bigrrectaaeffect.cpp | 81 SkRect testBounds = SkRect::MakeIWH(fTestWidth, fTestHeight); variable 90 canvas->drawRect(testBounds, paint); 105 SkRect bounds = testBounds;
|
/third_party/skia/src/pathops/ |
H A D | SkOpBuilder.cpp | 154 const SkRect& testBounds = test->getBounds(); in resolve() local 157 if (SkRect::Intersects(fPathRefs[inner].getBounds(), testBounds)) { in resolve()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 820 /// testBounds - Returns true iff the current bounds are plausible. 821 bool testBounds(unsigned char DirKind,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A 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
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 2446 SkRect testBounds; in test_isNestedFillRects() local 2447 testBounds.setBounds(tests[testIndex].fPoints, tests[testIndex].fPointCount); in test_isNestedFillRects() 2449 expected[1] = testBounds; in test_isNestedFillRects()
|
Completed in 17 milliseconds