Home | History | Annotate | Download | only in tests

Lines Matching defs:bm2

1257     SkBitmap bm2;
1258 bm2.allocPixels(SkImageInfo::MakeN32(256, 256, kPremul_SkAlphaType));
1259 bm1.readPixels(bm2.info(), bm2.getPixels(), bm2.rowBytes(), 0, 0);
1261 REPORTER_ASSERT(reporter, equal(bm0, bm2));