Lines Matching refs:fSubset
301 if (options.fSubset) { in handleFrameIndex()
392 if (options->fSubset) { in getPixels()
393 SkIRect subset(*options->fSubset); in getPixels()
394 if (!this->onGetValidSubset(&subset) || subset != *options->fSubset) { in getPixels()
433 fOptions.fSubset = nullptr; in getPixels()
481 if (options->fSubset) { in startIncrementalDecode()
483 if (!size.contains(*options->fSubset)) { in startIncrementalDecode()
487 const int top = options->fSubset->top(); in startIncrementalDecode()
488 const int bottom = options->fSubset->bottom(); in startIncrementalDecode()
534 } else if (options->fSubset) { in startScanlineDecode()
536 if (!size.contains(*options->fSubset)) { in startScanlineDecode()
542 if (options->fSubset->top() != 0 || options->fSubset->height() != info.height()) { in startScanlineDecode()
649 fOptions.fSubset ? fOptions.fSubset->width() : in fillIncompleteImage()