Home
last modified time | relevance | path

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

/external/skia/tests/
DBlurTest.cpp157 SkBitmap testBitmap; in DEF_TEST() local
158 create(&testBitmap, itest); in DEF_TEST()
160 SkCanvas testCanvas(testBitmap); in DEF_TEST()
167 compare(refBitmap, iref, testBitmap, itest)); in DEF_TEST()
DSurfaceTest.cpp404 SkBitmap testBitmap; in test_copy_on_write() local
405 testBitmap.allocN32Pixels(10, 10); in test_copy_on_write()
406 testBitmap.eraseColor(0); in test_copy_on_write()
431 EXPECT_COPY_ON_WRITE(drawBitmap(testBitmap, 0, 0)) in test_copy_on_write()
432 EXPECT_COPY_ON_WRITE(drawBitmapRect(testBitmap, testRect, nullptr)) in test_copy_on_write()
433 EXPECT_COPY_ON_WRITE(drawBitmapNine(testBitmap, testIRect, testRect, nullptr)) in test_copy_on_write()
/external/skqp/tests/
DBlurTest.cpp157 SkBitmap testBitmap; in DEF_TEST() local
158 create(&testBitmap, itest); in DEF_TEST()
160 SkCanvas testCanvas(testBitmap); in DEF_TEST()
167 compare(refBitmap, iref, testBitmap, itest)); in DEF_TEST()
DSurfaceTest.cpp404 SkBitmap testBitmap; in test_copy_on_write() local
405 testBitmap.allocN32Pixels(10, 10); in test_copy_on_write()
406 testBitmap.eraseColor(0); in test_copy_on_write()
431 EXPECT_COPY_ON_WRITE(drawBitmap(testBitmap, 0, 0)) in test_copy_on_write()
432 EXPECT_COPY_ON_WRITE(drawBitmapRect(testBitmap, testRect, nullptr)) in test_copy_on_write()
433 EXPECT_COPY_ON_WRITE(drawBitmapNine(testBitmap, testIRect, testRect, nullptr)) in test_copy_on_write()