Searched refs:testBounds (Results 1 – 6 of 6) sorted by relevance
/external/skia/gm/ |
D | bigrrectaaeffect.cpp | 67 SkRect testBounds = SkRect::MakeIWH(fTestWidth, fTestHeight); in onDraw() local 76 canvas->drawRect(testBounds, paint); in onDraw() 88 SkRect bounds = testBounds; in onDraw()
|
/external/skia/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/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 817 bool testBounds(unsigned char DirKind,
|
/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/skia/tests/ |
D | ClipStackTest.cpp | 1136 SkRect testBounds; in test_reduced_clip_stack_genid() member 1178 const GrReducedClip reduced(stack, testCases[i].testBounds); in test_reduced_clip_stack_genid()
|
D | PathTest.cpp | 2376 SkRect testBounds; in test_isNestedFillRects() local 2377 testBounds.set(tests[testIndex].fPoints, tests[testIndex].fPointCount); in test_isNestedFillRects() 2379 expected[1] = testBounds; in test_isNestedFillRects()
|