Lines Matching defs:image
156 // Makes a src populated with the pixmap. The src should get its image info (or equivalent) from
178 // converting read (i.e. the image info of the returned pixmap matches that of the T).
239 // the same image info as src. We will do a converting readPixels() on it to get the data
643 auto reader = std::function<GpuReadSrcFn<Image>>([context](const Image& image,
650 auto ct = SkColorTypeToGrColorType(image->colorType());
657 image->asyncRescaleAndReadPixels(pixels.info(), rect,
1253 auto image = SkImage::MakeFromRaster(pmap, nullptr, nullptr);
1254 image = image->makeTextureImage(ctxInfo.directContext());
1255 if (!image) {
1256 ERRORF(reporter, "Couldn't make texture image.");
1261 image->asyncRescaleAndReadPixels(info,
1288 image->readPixels(ctxInfo.directContext(), syncResult.pixmap(), 0, 0);