Home
last modified time | relevance | path

Searched refs:bounds2 (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/tests/
H A 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()
H A DPathOpsExtendedTest.cpp194 const SkRect& bounds2 = two.getBounds();
196 larger.join(bounds2);
H A DImageFilterTest.cpp1433 SkRect bounds2 = SkRect::MakeXYWH(20, 20, 10, 10); in DEF_TEST() local
1434 canvas.saveLayer(&bounds2, &filterPaint); in DEF_TEST()
1437 canvas.drawRect(bounds2, greenPaint); in DEF_TEST()
H A DPathTest.cpp4835 SkRect bounds, bounds2; in DEF_TEST() local
4890 bounds2.setBounds(pts, 4); in DEF_TEST()
4891 REPORTER_ASSERT(reporter, bounds == bounds2); in DEF_TEST()
4898 bounds2.setEmpty(); in DEF_TEST()
4899 REPORTER_ASSERT(reporter, p.isRect(&bounds2)); in DEF_TEST()
4900 REPORTER_ASSERT(reporter, bounds == bounds2); in DEF_TEST()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBIAPITest.java391 int bounds2[] = {0, 5, 6, 10, 11, 12, 16, 17, 22, 23, 26}; in TestIsBoundary()
392 doBoundaryTest(wordIter2, testString1, bounds2); in TestIsBoundary()
/third_party/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}; in TestIsBoundary()
389 doBoundaryTest(wordIter2, testString1, bounds2); in TestIsBoundary()

Completed in 16 milliseconds