Lines Matching refs:allocPixels
40 bm.allocPixels(info);
70 bm.allocPixels();
73 bm.allocPixels(info);
78 bm.allocPixels();
81 bm.allocPixels(info, explicitRowBytes);
88 bm.allocPixels(info, 0);
158 bm.allocPixels();
194 bm.allocPixels(SkImageInfo::Make(1, 1, ct, kPremul_SkAlphaType));
219 bm.allocPixels(SkImageInfo::Make(13, 17, ct, at));
235 bm.allocPixels(SkImageInfo::Make(1, 1, kRGBA_F16_SkColorType, kPremul_SkAlphaType));
258 bm.allocPixels(SkImageInfo::Make(1, 1, kN32_SkColorType, kPremul_SkAlphaType,
270 bm.allocPixels(SkImageInfo::MakeN32Premul(100,100));
292 bm.allocPixels(info);
348 bm.allocPixels(info);
404 tmp.allocPixels(bm.info().makeColorType(rec.fColorType));
417 * Test that allocPixels() respects this, and allocates a buffer as large as
443 bm.allocPixels();