Lines Matching refs:fSubset
269 if (options.fSubset) { in handleFrameIndex()
360 if (options->fSubset) { in getPixels()
361 SkIRect subset(*options->fSubset); in getPixels()
362 if (!this->onGetValidSubset(&subset) || subset != *options->fSubset) { in getPixels()
401 fOptions.fSubset = nullptr; in getPixels()
438 if (options->fSubset) { in startIncrementalDecode()
440 if (!size.contains(*options->fSubset)) { in startIncrementalDecode()
444 const int top = options->fSubset->top(); in startIncrementalDecode()
445 const int bottom = options->fSubset->bottom(); in startIncrementalDecode()
500 } else if (options->fSubset) { in startScanlineDecode()
502 if (!size.contains(*options->fSubset)) { in startScanlineDecode()
508 if (options->fSubset->top() != 0 || options->fSubset->height() != info.height()) { in startScanlineDecode()
606 fOptions.fSubset ? fOptions.fSubset->width() : in fillIncompleteImage()