Lines Matching refs:info
257 CachedImageInfo info = CachedImageInfo::Make(fTile, viewMatrix, localMatrix,
260 if (!info.success) {
264 ImageFromPictureKey key(info.imageInfo.colorSpace(), info.imageInfo.colorType(),
265 fPicture->uniqueID(), fTile, info.tileScale);
269 image = info.makeImage(SkSurface::MakeRaster(info.imageInfo), fPicture.get());
377 auto info = CachedImageInfo::Make(fTile, args.fMatrixProvider.localToDevice(), &lm,
381 if (!info.success || !(*lm).invert(&inv)) {
386 if (!ctx->colorTypeSupportedAsSurface(info.imageInfo.colorType())) {
387 info.imageInfo = info.imageInfo.makeColorType(kRGBA_8888_SkColorType);
398 memcpy(&builder[8], &info.tileScale, sizeof(info.tileScale)); // 8,9
409 auto image = info.makeImage(SkSurface::MakeRenderTarget(ctx,
411 info.imageInfo,