Home
last modified time | relevance | path

Searched refs:bounds2 (Results 1 – 14 of 14) sorted by relevance

/external/skia/tests/
DPathOpsBoundsTest.cpp36 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]); in DEF_TEST() local
37 SkASSERT(ValidBounds(bounds2)); in DEF_TEST()
38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST()
44 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1]); in DEF_TEST() local
45 SkASSERT(ValidBounds(bounds2)); in DEF_TEST()
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST()
DPathOpsExtendedTest.cpp286 const SkRect& bounds2 = two.getBounds(); in drawAsciiPaths() local
288 larger.join(bounds2); in drawAsciiPaths()
DImageFilterTest.cpp1430 SkRect bounds2 = SkRect::MakeXYWH(20, 20, 10, 10); in DEF_TEST() local
1431 canvas.saveLayer(&bounds2, &filterPaint); in DEF_TEST()
1434 canvas.drawRect(bounds2, greenPaint); in DEF_TEST()
DPathTest.cpp4651 SkRect bounds, bounds2; in DEF_TEST() local
4706 bounds2.set(pts, 4); in DEF_TEST()
4707 REPORTER_ASSERT(reporter, bounds == bounds2); in DEF_TEST()
4714 bounds2.setEmpty(); in DEF_TEST()
4715 REPORTER_ASSERT(reporter, p.isRect(&bounds2)); in DEF_TEST()
4716 REPORTER_ASSERT(reporter, bounds == bounds2); in DEF_TEST()
/external/skqp/tests/
DPathOpsBoundsTest.cpp36 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]); in DEF_TEST() local
37 SkASSERT(ValidBounds(bounds2)); in DEF_TEST()
38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST()
44 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1]); in DEF_TEST() local
45 SkASSERT(ValidBounds(bounds2)); in DEF_TEST()
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in DEF_TEST()
DPathOpsExtendedTest.cpp286 const SkRect& bounds2 = two.getBounds(); in drawAsciiPaths() local
288 larger.join(bounds2); in drawAsciiPaths()
DImageFilterTest.cpp1432 SkRect bounds2 = SkRect::MakeXYWH(20, 20, 10, 10); in DEF_TEST() local
1433 canvas.saveLayer(&bounds2, &filterPaint); in DEF_TEST()
1436 canvas.drawRect(bounds2, greenPaint); in DEF_TEST()
DPathTest.cpp4624 SkRect bounds, bounds2; in DEF_TEST() local
4679 bounds2.set(pts, 4); in DEF_TEST()
4680 REPORTER_ASSERT(reporter, bounds == bounds2); in DEF_TEST()
4687 bounds2.setEmpty(); in DEF_TEST()
4688 REPORTER_ASSERT(reporter, p.isRect(&bounds2)); in DEF_TEST()
4689 REPORTER_ASSERT(reporter, bounds == bounds2); in DEF_TEST()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dmarkermanager.js826 MarkerManager.prototype.rectangleDiff_ = function (bounds1, bounds2, callback) { argument
828 me.rectangleDiffCoords_(bounds1, bounds2, function (x, y) {
842 MarkerManager.prototype.rectangleDiffCoords_ = function (bounds1, bounds2, callback) { argument
847 var minX2 = bounds2.minX;
848 var minY2 = bounds2.minY;
849 var maxX2 = bounds2.maxX;
850 var maxY2 = bounds2.maxY;
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
DBoundedGenericComponent.java29 bounds2(); in bounds2() method
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IRCE/
Dsingle-access-no-preloop.ll157 %idx = phi i32 [ 0, %entry ] , [ %idx.next, %in.bounds2 ]
164 br i1 %def, label %in.bounds2, label %out.of.bounds, !prof !1
166 in.bounds2:
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
DGenericTest.java84 b2 = component.bounds2(); in boundedGenerics()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIAPITest.java388 int bounds2[] = {0, 5, 6, 10, 11, 12, 16, 17, 22, 23, 26}; in TestIsBoundary() local
389 doBoundaryTest(wordIter2, testString1, bounds2); in TestIsBoundary()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIAPITest.java391 int bounds2[] = {0, 5, 6, 10, 11, 12, 16, 17, 22, 23, 26}; in TestIsBoundary() local
392 doBoundaryTest(wordIter2, testString1, bounds2); in TestIsBoundary()