Home | History | Annotate | Download | only in tests

Lines Matching refs:subset

137             // subset, so that comparing the pixels of the subset will be meaningful.
144 // Extract a subset. If this succeeds we will test copying the subset.
145 SkBitmap subset;
146 const bool extracted = src.extractSubset(&subset, subsetRect);
172 // Test copying the subset bitmap, using both copyTo and deepCopyTo.
175 success = subset.copyTo(&subsetCopy, gPairs[j].fConfig);
178 TestIndividualCopy(reporter, gPairs[j].fConfig, success, subset, subsetCopy,
183 success = subset.deepCopyTo(&subsetCopy, gPairs[j].fConfig);
186 TestIndividualCopy(reporter, gPairs[j].fConfig, success, subset, subsetCopy,