Lines Matching refs:info
61 SkImageInfo info = SkImageInfo::Make(texture->width(), texture->height(), colorType, alphaType,
64 info, texture.get(), origin, dContext->directContextID(),
69 const SkImageInfo& info,
75 : INHERITED(info)
97 const SkImageInfo& info,
115 if (info.colorType() != this->getInfo().colorType()) {
156 GrColorType grColorType = SkColorTypeToGrColorType(info.colorType());
220 info.dimensions() == fBackendTexture.dimensions() &&
225 SkIRect subset = SkIRect::MakeXYWH(origin.fX, origin.fY, info.width(), info.height());