Lines Matching refs:subset
1805 // First, figure out the src->dst transform and subset the image if needed.
1818 imageSubset = imageSubset.subset(bounds);
1985 SkIRect subset = imageSubset.image()->bounds();
1986 scaled.postScale(SkIntToScalar(subset.width()),
1987 SkIntToScalar(subset.height()));
1994 SkPath shape = to_path(SkRect::Make(subset));