Searched refs:testBitmap (Results 1 – 4 of 4) sorted by relevance
/external/skia/tests/ |
D | BlurTest.cpp | 157 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()
|
D | SurfaceTest.cpp | 404 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/ |
D | BlurTest.cpp | 157 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()
|
D | SurfaceTest.cpp | 404 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()
|