Lines Matching refs:setInfo
35 bm.setInfo(SkImageInfo::MakeN32Premul(10, 10));
68 bm.setInfo(info);
76 bm.setInfo(info, explicitRowBytes);
85 bm.setInfo(info, 0);
92 bool success = bm.setInfo(info, info.minRowBytes() - 1); // invalid for 32bit
119 success = bm.setInfo(imageInfo, imageInfo.minRowBytes() + rowBytesPadding);
138 REPORTER_ASSERT(reporter, bm.setInfo(info));
139 REPORTER_ASSERT(reporter, bm.setInfo(info.makeColorType(kRGB_565_SkColorType)));
147 REPORTER_ASSERT(reporter, !bm.setInfo(info.makeColorType(kN32_SkColorType)));
155 bool setConf = bm.setInfo(SkImageInfo::MakeN32Premul(width, height));
438 bm.setInfo(info, r.rowbytes);