Lines Matching refs:subset
1792 // First, figure out the src->dst transform and subset the image if needed.
1805 imageSubset = imageSubset.subset(bounds);
1972 SkIRect subset = imageSubset.image()->bounds();
1973 scaled.postScale(SkIntToScalar(subset.width()),
1974 SkIntToScalar(subset.height()));
1981 SkPath shape = to_path(SkRect::Make(subset));