Lines Matching refs:subset
400 // are more targeted fuzzers that do a subset of what this one does.
528 SkDebugf("[terminated] Cannot codec subset: divisor %d is too big "
532 // subset dimensions
536 SkIRect subset;
538 opts.fSubset = ⊂
543 // fscale * x and fscale * y, but we want integers such that the next subset will start
549 // Do not make the subset go off the edge of the image.
552 subset.setXYWH(x, y, preScaleW, preScaleH);
554 // FIXME: Should we have a version of getScaledDimensions that takes a subset
574 // First subset is okay to return unimplemented.
578 // If the first subset succeeded, a later one should not fail.
582 // First subset is okay to return unimplemented.
583 SkDebugf("[terminated] subset codec not supported\n");
586 // If the first subset succeeded, why would a later one fail?
589 SkDebugf("[terminated] subset codec failed to decode (%d, %d, %d, %d) "