Lines Matching refs:allocPixels
40 bm.allocPixels(info); in test_peekpixels()
70 bm.allocPixels(); in test_allocpixels()
73 bm.allocPixels(info); in test_allocpixels()
78 bm.allocPixels(); in test_allocpixels()
81 bm.allocPixels(info, explicitRowBytes); in test_allocpixels()
88 bm.allocPixels(info, 0); in test_allocpixels()
158 bm.allocPixels(); in DEF_TEST()
194 bm.allocPixels(SkImageInfo::Make(1, 1, ct, kPremul_SkAlphaType)); in test_erasecolor_premul()
219 bm.allocPixels(SkImageInfo::Make(13, 17, ct, at)); in DEF_TEST()
235 bm.allocPixels(SkImageInfo::Make(1, 1, kRGBA_F16_SkColorType, kPremul_SkAlphaType)); in DEF_TEST()
258 bm.allocPixels(SkImageInfo::Make(1, 1, kN32_SkColorType, kPremul_SkAlphaType, in DEF_TEST()
270 bm.allocPixels(SkImageInfo::MakeN32Premul(100,100)); in DEF_TEST()
292 bm.allocPixels(info); in DEF_TEST()
348 bm.allocPixels(info); in DEF_TEST()
404 tmp.allocPixels(bm.info().makeColorType(rec.fColorType)); in DEF_TEST()
443 bm.allocPixels(); in DEF_TEST()