Lines Matching defs:subset
462 // are more targeted fuzzers that do a subset of what this one does.
591 SkDebugf("[terminated] Cannot codec subset: divisor %d is too big "
595 // subset dimensions
599 SkIRect subset;
601 opts.fSubset = ⊂
607 // Do not make the subset go off the edge of the image.
610 subset.setXYWH(x, y, preScaleW, preScaleH);
612 // FIXME: Should we have a version of getScaledDimensions that takes a subset
632 // First subset is okay to return unimplemented.
636 // If the first subset succeeded, a later one should not fail.
640 // First subset is okay to return unimplemented.
641 SkDebugf("[terminated] subset codec not supported\n");
644 // If the first subset succeeded, why would a later one fail?
647 SkDebugf("[terminated] subset codec failed to decode (%d, %d, %d, %d) "