Lines Matching refs:Options
74 size_t rowBytes, const AndroidOptions& options) {
75 // Create an Options struct for the codec.
76 SkCodec::Options codecOptions;
77 codecOptions.fZeroInitialized = options.fZeroInitialized;
79 SkIRect* subset = options.fSubset;
83 options.fColorPtr, options.fColorCount);
87 return this->sampledDecode(info, pixels, rowBytes, options);
91 int sampleSize = options.fSampleSize;
95 return this->sampledDecode(info, pixels, rowBytes, options);
109 scaledSize.height()), &codecOptions, options.fColorPtr, options.fColorCount);
120 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized,
139 size_t rowBytes, const AndroidOptions& options) {
141 SkASSERT(options.fSampleSize > 1);
143 // Create options struct for the codec.
144 SkCodec::Options sampledOptions;
145 sampledOptions.fZeroInitialized = options.fZeroInitialized;
148 int sampleSize = options.fSampleSize;
157 if (options.fSubset) {
161 SkIRect* subsetPtr = options.fSubset;
180 options.fColorPtr, options.fColorCount);
208 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized,
216 options.fZeroInitialized, dstHeight, y + 1);
222 options.fZeroInitialized, dstHeight, y + 1);
265 SkSampler::Fill(fillInfo, rowPtr, rowBytes, fillValue, options.fZeroInitialized);
275 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized,