Lines Matching refs:get
156 // Makes a src populated with the pixmap. The src should get its image info (or equivalent) from
239 // the same image info as src. We will do a converting readPixels() on it to get the data
260 SkPixmap dstPixels(readInfo, dstData.get(), dstRB);
318 // Alpha can also get squashed down to 8 bits going through an intermediate
362 const auto* v = dstData.get();
363 const auto* end = dstData.get() + dstSize;
376 guardOk = std::all_of(dstData.get(), dstData.get() + dstSize, guardCheck);
532 REPORTER_ASSERT(reporter, !surf->readPixels(dstII, storage.get(), badRowBytes, 0, 0));
548 memset(storage.get(), 0, badRowBytes * surf->height());
551 !surf->getCanvas()->writePixels(srcII, storage.get(), badRowBytes, 0, 0));
727 auto direct = factory.get(type);
764 // The real test is that we don't crash, get Vulkan validation errors, etc, during
885 // Alpha can also get squashed down to 8 bits going through an intermediate