Lines Matching refs:fSubset
243 if (options.fSubset) { in handleFrameIndex()
334 if (options->fSubset) { in getPixels()
335 SkIRect subset(*options->fSubset); in getPixels()
336 if (!this->onGetValidSubset(&subset) || subset != *options->fSubset) { in getPixels()
375 fOptions.fSubset = nullptr; in getPixels()
412 if (options->fSubset) { in startIncrementalDecode()
414 if (!size.contains(*options->fSubset)) { in startIncrementalDecode()
418 const int top = options->fSubset->top(); in startIncrementalDecode()
419 const int bottom = options->fSubset->bottom(); in startIncrementalDecode()
474 } else if (options->fSubset) { in startScanlineDecode()
476 if (!size.contains(*options->fSubset)) { in startScanlineDecode()
482 if (options->fSubset->top() != 0 || options->fSubset->height() != info.height()) { in startScanlineDecode()
580 fOptions.fSubset ? fOptions.fSubset->width() : in fillIncompleteImage()