Searched refs:bounds2 (Results 1 – 8 of 8) sorted by relevance
/external/skia/tests/ |
D | PathOpsBoundsTest.cpp | 36 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()
|
D | PathOpsExtendedTest.cpp | 279 const SkRect& bounds2 = two.getBounds(); in drawAsciiPaths() local 281 larger.join(bounds2); in drawAsciiPaths()
|
D | ImageFilterTest.cpp | 1481 SkRect bounds2 = SkRect::MakeXYWH(20, 20, 10, 10); in DEF_TEST() local 1482 canvas.saveLayer(&bounds2, &filterPaint); in DEF_TEST() 1485 canvas.drawRect(bounds2, greenPaint); in DEF_TEST()
|
D | PathTest.cpp | 4539 SkRect bounds, bounds2; in DEF_TEST() local 4594 bounds2.set(pts, 4); in DEF_TEST() 4595 REPORTER_ASSERT(reporter, bounds == bounds2); in DEF_TEST() 4602 bounds2.setEmpty(); in DEF_TEST() 4603 REPORTER_ASSERT(reporter, p.isRect(&bounds2)); in DEF_TEST() 4604 REPORTER_ASSERT(reporter, bounds == bounds2); in DEF_TEST()
|
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/ |
D | BoundedGenericComponent.java | 29 bounds2(); in bounds2() method
|
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/ |
D | GenericTest.java | 84 b2 = component.bounds2(); in boundedGenerics()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 386 int bounds2[] = {0, 5, 6, 10, 11, 12, 16, 17, 22, 23, 26}; in TestIsBoundary() local 387 doBoundaryTest(wordIter2, testString1, bounds2); in TestIsBoundary()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 387 int bounds2[] = {0, 5, 6, 10, 11, 12, 16, 17, 22, 23, 26}; in TestIsBoundary() local 388 doBoundaryTest(wordIter2, testString1, bounds2); in TestIsBoundary()
|