Searched refs:testBounds (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/gm/ |
D | bigrrectaaeffect.cpp | 80 SkRect testBounds = SkRect::MakeIWH(fTestWidth, fTestHeight); in onDraw() local 89 canvas->drawRect(testBounds, paint); in onDraw() 102 SkRect bounds = testBounds; in onDraw()
|
/third_party/skia/gm/ |
D | bigrrectaaeffect.cpp | 81 SkRect testBounds = SkRect::MakeIWH(fTestWidth, fTestHeight); in onDraw() local 90 canvas->drawRect(testBounds, paint); in onDraw() 105 SkRect bounds = testBounds; in onDraw()
|
/third_party/flutter/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()
|
/third_party/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 821 bool testBounds(unsigned char DirKind,
|
/third_party/skia/third_party/externals/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
|
/third_party/flutter/skia/tests/ |
D | ClipStackTest.cpp | 1164 SkRect testBounds; in test_reduced_clip_stack_genid() member 1208 const GrReducedClip reduced(stack, testCases[i].testBounds, caps); in test_reduced_clip_stack_genid()
|
D | PathTest.cpp | 2450 SkRect testBounds; in test_isNestedFillRects() local 2451 testBounds.set(tests[testIndex].fPoints, tests[testIndex].fPointCount); in test_isNestedFillRects() 2453 expected[1] = testBounds; in test_isNestedFillRects()
|
/third_party/skia/tests/ |
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()
|