Lines Matching refs:subset
159 "Runs of a subset of the codec tests, always N32, Premul or Opaque");
585 // This is indicates that subset decoding is not supported for a particular image format.
592 // minOutputSize x minOutputSize subset at the given sampleSize.
992 // sampleSize is used, the size of the subset that is decoded is always
1026 SkIRect subset;
1031 subset = SkIRect::MakeXYWH(0, 0, subsetSize, subsetSize);
1035 subset = SkIRect::MakeXYWH(width - subsetSize, 0, subsetSize,
1040 subset = SkIRect::MakeXYWH((width - subsetSize) / 2,
1045 subset = SkIRect::MakeXYWH(0, height - subsetSize, subsetSize,
1050 subset = SkIRect::MakeXYWH(width - subsetSize,
1058 colorType, sampleSize, subset);