Lines Matching refs:info
216 auto info = codec->getInfo().makeColorType(kN32_SkColorType);
218 bm.allocPixels(info);
220 info, bm.getPixels(), bm.rowBytes()));
533 SkImageInfo info = codec->getInfo();
534 if ((info.width() != 4) || (info.height() != 2) || (codec->getFrameInfo().size() != 2)) {
535 ERRORF(r, "Unexpected image info");
541 bm.allocPixels(use565 ? info.makeColorType(kRGB_565_SkColorType) : info);
628 auto info = codec->getInfo();
629 REPORTER_ASSERT(r, info.width() == 100 && info.height() == 90);
632 bm.allocPixels(info);