Lines Matching refs:allocPixels
47 bm.allocPixels(info); in test_peekpixels()
77 bm.allocPixels(); in test_allocpixels()
80 bm.allocPixels(info); in test_allocpixels()
85 bm.allocPixels(); in test_allocpixels()
88 bm.allocPixels(info, explicitRowBytes); in test_allocpixels()
95 bm.allocPixels(info, 0); in test_allocpixels()
165 bm.allocPixels(); in DEF_TEST()
246 bm.allocPixels(SkImageInfo::Make(1, 1, ct, kPremul_SkAlphaType)); in test_erasecolor_premul()
271 bm.allocPixels(SkImageInfo::Make(13, 17, ct, at)); in DEF_TEST()
287 bm.allocPixels(SkImageInfo::Make(1, 1, kRGBA_F16_SkColorType, kPremul_SkAlphaType)); in DEF_TEST()
310 bm.allocPixels(SkImageInfo::Make(1, 1, kN32_SkColorType, kPremul_SkAlphaType, in DEF_TEST()
322 bm.allocPixels(SkImageInfo::MakeN32Premul(100,100)); in DEF_TEST()
344 bm.allocPixels(info); in DEF_TEST()
400 bm.allocPixels(info); in DEF_TEST()
457 tmp.allocPixels(bm.info().makeColorType(rec.fColorType)); in DEF_TEST()
496 bm.allocPixels(); in DEF_TEST()