Lines Matching refs:subset
58 // requested subset, not by the size of the intersection of the subset
68 SkIRect subset = desiredSubset;
69 SubsetType type = adjust_subset_rect(fCodec->getInfo().dimensions(), &subset, &outX, &outY);
74 // Ask the codec for a scaled subset
75 if (!fCodec->getSupportedSubset(&subset)) {
76 SkCodecPrintf("Error: Could not get subset.\n");
79 SkISize scaledSize = fCodec->getSampledSubsetDimensions(sampleSize, subset);
94 // We need to be safe here because getSupportedSubset() may have modified the subset.
95 const int extraX = std::max(0, desiredSubset.width() - outX - subset.width());
96 const int extraY = std::max(0, desiredSubset.height() - outY - subset.height());
132 options.fSubset = ⊂