Searched refs:bounds2 (Results 1 - 13 of 13) sorted by last modified time

/external/skqp/tests/
H A DImageFilterTest.cpp1447 SkRect bounds2 = SkRect::MakeXYWH(20, 20, 10, 10); local
1448 canvas.saveLayer(&bounds2, &filterPaint);
1451 canvas.drawRect(bounds2, greenPaint);
H A DPathOpsBoundsTest.cpp36 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]); local
37 SkASSERT(ValidBounds(bounds2));
38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
44 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1]); local
45 SkASSERT(ValidBounds(bounds2));
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
H A DPathOpsExtendedTest.cpp279 const SkRect& bounds2 = two.getBounds();
281 larger.join(bounds2);
H A DPathTest.cpp4612 SkRect bounds, bounds2; local
4667 bounds2.set(pts, 4);
4668 REPORTER_ASSERT(reporter, bounds == bounds2);
4675 bounds2.setEmpty();
4676 REPORTER_ASSERT(reporter, p.isRect(&bounds2));
4677 REPORTER_ASSERT(reporter, bounds == bounds2);
/external/skia/tests/
H A DPathOpsBoundsTest.cpp36 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]); local
37 SkASSERT(ValidBounds(bounds2));
38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
44 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1]); local
45 SkASSERT(ValidBounds(bounds2));
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
H A DPathOpsExtendedTest.cpp279 const SkRect& bounds2 = two.getBounds();
281 larger.join(bounds2);
H A DPathTest.cpp4518 SkRect bounds, bounds2; local
4573 bounds2.set(pts, 4);
4574 REPORTER_ASSERT(reporter, bounds == bounds2);
4581 bounds2.setEmpty();
4582 REPORTER_ASSERT(reporter, p.isRect(&bounds2));
4583 REPORTER_ASSERT(reporter, bounds == bounds2);
H A DImageFilterTest.cpp1447 SkRect bounds2 = SkRect::MakeXYWH(20, 20, 10, 10); local
1448 canvas.saveLayer(&bounds2, &filterPaint);
1451 canvas.drawRect(bounds2, greenPaint);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBIAPITest.java388 int bounds2[] = {0, 5, 6, 10, 11, 12, 16, 17, 22, 23, 26};
389 doBoundaryTest(wordIter2, testString1, bounds2);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DRBBIAPITest.java391 int bounds2[] = {0, 5, 6, 10, 11, 12, 16, 17, 22, 23, 26};
392 doBoundaryTest(wordIter2, testString1, bounds2);
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
H A DBoundedGenericComponent.java29 bounds2(); method in interface:BoundedGenericComponent
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
H A DGenericTest.java84 b2 = component.bounds2();
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Dmarkermanager.js816 * that are in bounds1 but not bounds2, using a callback, and using
822 * @param {Bounds} bounds2 The bounds of points to exclude.
826 MarkerManager.prototype.rectangleDiff_ = function (bounds1, bounds2, callback) {
828 me.rectangleDiffCoords_(bounds1, bounds2, function (x, y) {
835 * Calls the function for all points in bounds1, not in bounds2
838 * @param {Bounds} bounds2 The bounds of points to exclude.
842 MarkerManager.prototype.rectangleDiffCoords_ = function (bounds1, bounds2, callback) {
847 var minX2 = bounds2.minX;
848 var minY2 = bounds2.minY;
849 var maxX2 = bounds2
[all...]

Completed in 448 milliseconds