Lines Matching defs:options
75 size_t rowBytes, const AndroidOptions& options) {
76 const SkIRect* subset = options.fSubset;
79 return this->codec()->getPixels(info, pixels, rowBytes, &options);
83 return this->sampledDecode(info, pixels, rowBytes, options);
87 int sampleSize = options.fSampleSize;
91 return this->sampledDecode(info, pixels, rowBytes, options);
103 AndroidOptions subsetOptions = options;
123 options.fZeroInitialized, scaledSubsetHeight, rowsDecoded);
150 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized,
164 size_t rowBytes, const AndroidOptions& options) {
166 SkASSERT(options.fSampleSize > 1);
169 int sampleSize = options.fSampleSize;
178 if (options.fSubset) {
182 const SkIRect* subsetPtr = options.fSubset;
213 AndroidOptions incrementalOptions = options;
215 if (options.fSubset) {
247 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized,
259 AndroidOptions sampledOptions = options;
260 if (options.fSubset) {
286 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized,
294 options.fZeroInitialized, dstHeight, y + 1);
300 options.fZeroInitialized, dstHeight, y + 1);
341 SkSampler::Fill(fillInfo, rowPtr, rowBytes, options.fZeroInitialized);