Home
last modified time | relevance | path

Searched refs:changeBm (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DWebpTest.cpp27 SkBitmap premulBm, changeBm; in DEF_TEST() local
29 changeBm.allocPixels(premulInfo); // The SkBitmap's SkAlphaType is unrelated to the bug. in DEF_TEST()
49 result = codec->getPixels(premulInfo.makeAlphaType(alphaType), changeBm.getPixels(), in DEF_TEST()
50 changeBm.rowBytes(), &options); in DEF_TEST()
57 REPORTER_ASSERT(r, ToolUtils::equal_pixels(premulBm, changeBm), "%s frame %i does not match" in DEF_TEST()

Completed in 0 milliseconds