Lines Matching refs:info
254 SkImageInfo info = SkImageInfo::Make(rect.size(), ct, at);
257 rowBytes = SkAlign4((info.width() + 16) * info.bytesPerPixel());
259 bitmap->allocPixels(info, rowBytes);
349 bool expectSuccess = read_should_succeed(srcRect, bmp.info(), surfaceInfo);
354 bmp.info().colorType(), bmp.info().alphaType());
372 const SkImageInfo info = SkImageInfo::MakeN32Premul(DEV_W, DEV_H);
373 auto surface(SkSurface::MakeRaster(info));
374 test_readpixels(reporter, surface, info);