Home
last modified time | relevance | path

Searched refs:testRect (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DClipStackTest.cpp620 SkRect testRect = SkRect::MakeLTRB(10, 10, 40, 40); in test_quickContains() local
639 REPORTER_ASSERT(reporter, false == stack.quickContains(testRect)); in test_quickContains()
646 REPORTER_ASSERT(reporter, true == stack.quickContains(testRect)); in test_quickContains()
654 REPORTER_ASSERT(reporter, true == stack.quickContains(testRect)); in test_quickContains()
663 REPORTER_ASSERT(reporter, false == stack.quickContains(testRect)); in test_quickContains()
673 REPORTER_ASSERT(reporter, false == stack.quickContains(testRect)); in test_quickContains()
680 REPORTER_ASSERT(reporter, true == stack.quickContains(testRect)); in test_quickContains()
686 REPORTER_ASSERT(reporter, false == stack.quickContains(testRect)); in test_quickContains()
692 REPORTER_ASSERT(reporter, false == stack.quickContains(testRect)); in test_quickContains()
698 REPORTER_ASSERT(reporter, false == stack.quickContains(testRect)); in test_quickContains()
[all …]
DSurfaceTest.cpp526 const SkRect testRect = in test_copy_on_write() local
553 testRRect.setRectXY(testRect, SK_Scalar1, SK_Scalar1); in test_copy_on_write()
584 EXPECT_COPY_ON_WRITE(drawOval(testRect, testPaint)) in test_copy_on_write()
585 EXPECT_COPY_ON_WRITE(drawRect(testRect, testPaint)) in test_copy_on_write()
589 EXPECT_COPY_ON_WRITE(drawBitmapRect(testBitmap, testRect, nullptr)) in test_copy_on_write()
590 EXPECT_COPY_ON_WRITE(drawBitmapNine(testBitmap, testIRect, testRect, nullptr)) in test_copy_on_write()
/external/dng_sdk/source/
Ddng_bad_pixels.cpp430 dng_rect testRect (pt.v - radius, in IsPointIsolated() local
438 if ((testRect & Rect (n)).NotEmpty ()) in IsPointIsolated()
457 dng_rect testRect = Rect (index); in IsRectIsolated() local
459 testRect.t -= radius; in IsRectIsolated()
460 testRect.l -= radius; in IsRectIsolated()
461 testRect.b += radius; in IsRectIsolated()
462 testRect.r += radius; in IsRectIsolated()
470 if ((testRect & Rect (n)).NotEmpty ()) in IsRectIsolated()
/external/opencv3/modules/core/misc/java/test/
DRectTest.java72 public void testRect() { in testRect() method in RectTest