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