Lines Matching refs:Options
26 size_t rowBytes, const AndroidOptions& options) {
31 if (!options.fSubset) {
32 supportedSize = this->onGetSampledDimensions(options.fSampleSize);
34 supportedSize = this->getSampledSubsetDimensions(options.fSampleSize, *options.fSubset);
40 SkCodec::Options codecOptions;
41 codecOptions.fZeroInitialized = options.fZeroInitialized;
42 codecOptions.fSubset = options.fSubset;
43 return this->codec()->getPixels(info, pixels, rowBytes, &codecOptions, options.fColorPtr,
44 options.fColorCount);