Home
last modified time | relevance | path

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

/third_party/flutter/skia/gm/
Dbigrrectaaeffect.cpp80 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/
Dbigrrectaaeffect.cpp81 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/
DSkOpBuilder.cpp152 const SkRect& testBounds = test->getBounds(); in resolve() local
155 if (SkRect::Intersects(fPathRefs[inner].getBounds(), testBounds)) { in resolve()
/third_party/skia/src/pathops/
DSkOpBuilder.cpp154 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/
DDependenceAnalysis.h821 bool testBounds(unsigned char DirKind,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp2566 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/
DClipStackTest.cpp1164 SkRect testBounds; in test_reduced_clip_stack_genid() member
1208 const GrReducedClip reduced(stack, testCases[i].testBounds, caps); in test_reduced_clip_stack_genid()
DPathTest.cpp2450 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/
DPathTest.cpp2446 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()