Home
last modified time | relevance | path

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

/external/skia/gm/
Dbigrrectaaeffect.cpp67 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/
DSkOpBuilder.cpp152 const SkRect& testBounds = test->getBounds(); in resolve() local
155 if (SkRect::Intersects(fPathRefs[inner].getBounds(), testBounds)) { in resolve()
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h817 bool testBounds(unsigned char DirKind,
/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/skia/tests/
DClipStackTest.cpp1136 SkRect testBounds; in test_reduced_clip_stack_genid() member
1178 const GrReducedClip reduced(stack, testCases[i].testBounds); in test_reduced_clip_stack_genid()
DPathTest.cpp2376 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()