Lines Matching refs:fSubset
318 if (options.fSubset) { in handleFrameIndex()
409 if (options->fSubset) { in getPixels()
410 SkIRect subset(*options->fSubset); in getPixels()
411 if (!this->onGetValidSubset(&subset) || subset != *options->fSubset) { in getPixels()
450 fOptions.fSubset = nullptr; in getPixels()
498 if (options->fSubset) { in startIncrementalDecode()
500 if (!size.contains(*options->fSubset)) { in startIncrementalDecode()
504 const int top = options->fSubset->top(); in startIncrementalDecode()
505 const int bottom = options->fSubset->bottom(); in startIncrementalDecode()
551 } else if (options->fSubset) { in startScanlineDecode()
553 if (!size.contains(*options->fSubset)) { in startScanlineDecode()
559 if (options->fSubset->top() != 0 || options->fSubset->height() != info.height()) { in startScanlineDecode()
666 fOptions.fSubset ? fOptions.fSubset->width() : in fillIncompleteImage()