Home
last modified time | relevance | path

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

/external/skia/tests/
DPDFTaggedTest.cpp162 SkBitmap testBitmap; in DEF_TEST() local
163 testBitmap.allocN32Pixels(72, 72); in DEF_TEST()
164 testBitmap.eraseColor(SK_ColorRED); in DEF_TEST()
166 canvas->drawImage(testBitmap.asImage(), 0, 0); in DEF_TEST()
DBlurTest.cpp156 SkBitmap testBitmap; in DEF_TEST() local
157 create(&testBitmap, itest); in DEF_TEST()
159 SkCanvas testCanvas(testBitmap); in DEF_TEST()
166 compare(refBitmap, iref, testBitmap, itest)); in DEF_TEST()
DSurfaceTest.cpp438 SkBitmap testBitmap; in test_copy_on_write() local
439 testBitmap.allocN32Pixels(10, 10); in test_copy_on_write()
440 testBitmap.eraseColor(0); in test_copy_on_write()
465 EXPECT_COPY_ON_WRITE(drawImage(testBitmap.asImage(), 0, 0)) in test_copy_on_write()
466 EXPECT_COPY_ON_WRITE(drawImageRect(testBitmap.asImage(), testRect, SkSamplingOptions())) in test_copy_on_write()