Home | History | Annotate | Download | only in codec

Lines Matching refs:subset

335             SkIRect subset(*options->fSubset);
336 if (!this->onGetValidSubset(&subset) || subset != *options->fSubset) {
337 // FIXME: How to differentiate between not supporting subset at all
338 // and not supporting this particular subset?
351 // because it supports arbitrary scaling/subset combinations.
371 // there is a subset. In that case, it will use the width of the subset. From here, the
372 // subset will only be non-null in the case of SkWebpCodec, but it treats the subset
374 // Set the subset to null so SkWebpCodec uses the correct width.