Home | History | Annotate | Download | only in fuzz

Lines Matching refs:subset

394 // are more targeted fuzzers that do a subset of what this one does.
522 SkDebugf("[terminated] Cannot codec subset: divisor %d is too big "
526 // subset dimensions
530 SkIRect subset;
532 opts.fSubset = ⊂
537 // fscale * x and fscale * y, but we want integers such that the next subset will start
543 // Do not make the subset go off the edge of the image.
546 subset.setXYWH(x, y, preScaleW, preScaleH);
548 // FIXME: Should we have a version of getScaledDimensions that takes a subset
568 // First subset is okay to return unimplemented.
572 // If the first subset succeeded, a later one should not fail.
576 // First subset is okay to return unimplemented.
577 SkDebugf("[terminated] subset codec not supported\n");
580 // If the first subset succeeded, why would a later one fail?
583 SkDebugf("[terminated] subset codec failed to decode (%d, %d, %d, %d) "