Home
last modified time | relevance | path

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

/external/skia/tests/
DBlurTest.cpp140 SkBitmap testBitmap; in DEF_TEST() local
141 create(&testBitmap, itest); in DEF_TEST()
143 SkCanvas testCanvas(testBitmap); in DEF_TEST()
150 compare(refBitmap, iref, testBitmap, itest)); in DEF_TEST()
DSurfaceTest.cpp548 SkBitmap testBitmap; in test_copy_on_write() local
549 testBitmap.allocN32Pixels(10, 10); in test_copy_on_write()
550 testBitmap.eraseColor(0); in test_copy_on_write()
588 EXPECT_COPY_ON_WRITE(drawBitmap(testBitmap, 0, 0)) 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()