Searched refs:testBounds (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/pathops/
H A DSkOpBuilder.cpp57 const SkRect& testBounds = test->getBounds(); local
60 if (SkRect::Intersects(fPathRefs[inner].getBounds(), testBounds)) {
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h807 /// testBounds - Returns true iff the current bounds are plausible.
809 bool testBounds(unsigned char DirKind,
/external/skia/tests/
H A DClipStackTest.cpp1075 SkIRect testBounds; member in struct:SUPPRESS_VISIBILITY_WARNING
1128 testCases[i].testBounds,
H A DPathTest.cpp1949 SkRect testBounds; local
1950 testBounds.set(tests[testIndex].fPoints, tests[testIndex].fPointCount);
1952 expected[1] = testBounds;
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2489 if (testBounds(Dependence::DVEntry::ALL, 0, Bound, Delta)) {
2610 if (testBounds(Dependence::DVEntry::LT, Level, Bound, Delta))
2615 if (testBounds(Dependence::DVEntry::EQ, Level, Bound, Delta))
2620 if (testBounds(Dependence::DVEntry::GT, Level, Bound, Delta))
2633 bool DependenceAnalysis::testBounds(unsigned char DirKind, function in class:DependenceAnalysis

Completed in 245 milliseconds