Lines Matching refs:unpremul
526 ERRORF(reporter, "Failed to make unpremul texture image.");
529 SkBitmap unpremul;
530 unpremul.allocPixels(SkImageInfo::Make(256, 256, kRGBA_8888_SkColorType,
532 if (!texImage->readPixels(dContext, unpremul.info(), unpremul.getPixels(), unpremul.rowBytes(),
539 if (*bmp.getAddr32(x, y) != *unpremul.getAddr32(x, y)) {
540 ERRORF(reporter, "unpremul(0x%08x)->unpremul(0x%08x) at %d, %d.",
541 *bmp.getAddr32(x, y), *unpremul.getAddr32(x, y), x, y);
573 ERRORF(reporter, "unpremul(0x%08x)->premul(0x%08x) expected(0x%08x) at %d, %d.",