Lines Matching refs:subset
257 // Each subset will be 390x390.
258 // Each scaled subset be 48x48.
269 // Calculate the subset dimensions
275 // Increase the size of the last subset in each row or column, when the
280 // Increase the size of the subset in order to have a border on each side
702 SkIRect subset;
704 subset = SkIRect::MakeXYWH(x, 0, std::min(tileSize, width - x), height);
705 options.fSubset = ⊂
723 return Result::Skip("Cannot codec subset: divisor %d is too big "
727 // subset dimensions
731 SkIRect subset;
732 options.fSubset = ⊂
737 // fScale * x and fScale * y, but we want integers such that the next subset will start
743 // Do not make the subset go off the edge of the image.
746 subset.setXYWH(x, y, preScaleW, preScaleH);
748 // FIXME: Should we have a version of getScaledDimensions that takes a subset
763 return Result::Fatal("subset codec failed to decode (%d, %d, %d, %d) "