Lines Matching refs:subset
37 const SkRect* subset,
39 SkASSERT(!subset || SkRect::Make(yuvaProxies.yuvaInfo().dimensions()).contains(*subset));
56 bool useSubset = SkToBool(subset);
76 if (subset) {
77 planeSubset = {subset->fLeft *scaleX,
78 subset->fTop *scaleY,
79 subset->fRight *scaleX,
80 subset->fBottom*scaleY};
129 if (subset) {
130 planeSubset = *subset;
138 // The plane is subsampled and we have an overall subset on the image. We're
140 // y-plane pixel centers. Consider a logical image pixel at the edge of the subset.
142 // values from the subsampled plane. Depending on where the subset edge falls in
143 // actual subsampled plane, one of those values may come from outside the subset.