Home | History | Annotate | Download | only in tests

Lines Matching refs:bm2

1243     SkBitmap bm2;
1244 bm2.allocPixels(SkImageInfo::MakeN32(256, 256, kPremul_SkAlphaType));
1245 bm1.readPixels(bm2.info(), bm2.getPixels(), bm2.rowBytes(), 0, 0);
1247 REPORTER_ASSERT(reporter, equal(bm0, bm2));