Lines Matching refs:ii
19 const SkImageInfo& ii,
25 if (ii.alphaType() == kUnpremul_SkAlphaType) {
29 ii.width(),
30 ii.height(),
31 ii.colorType(),
42 ii.colorType(),
43 ii.refColorSpace(),
58 auto ii = SkImageInfo::Make(dimensions, colorType, kPremul_SkAlphaType, std::move(colorSpace));
60 dContext, ii, origin, sampleCnt, mipMapped, isProtected, props);
63 const SkImageInfo& ii,
68 if (ii.alphaType() == kUnpremul_SkAlphaType || ii.alphaType() == kUnknown_SkAlphaType) {
71 auto ct = SkColorTypeToGrColorType(ii.colorType());
79 ii.dimensions(), ct, sampleCnt, isProtected);
92 dContext, bert, origin, ii.colorType(), ii.refColorSpace(), props, proc, rc);
103 auto ii = SkImageInfo::Make(dimensions, colorType, kPremul_SkAlphaType, std::move(colorSpace));
104 return MakeBackendRenderTargetSurface(dContext, ii, origin, sampleCnt, isProtected, props);