Lines Matching defs:options
380 const Options& options,
382 if (options.fSubset) {
391 success = fHeifDecoder->decodeSequence(options.fFrameIndex, &fFrameInfo);
392 fFrameHolder.editFrameAt(options.fFrameIndex)->setDuration(
406 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options);
441 const SkImageInfo& dstInfo, const Options& options) {
453 fSwizzler = SkSwizzler::MakeSimple(srcBPP, swizzlerDstInfo, options);
463 this->initializeSwizzler(this->dstInfo(), this->options());
478 const SkImageInfo& dstInfo, const Options& options) {
486 if (options.fSubset) {
487 this->initializeSwizzler(dstInfo, options);
498 return this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options());