Lines Matching refs:fSubset
202 } else if (options->fSubset) { in getPixels()
203 SkIRect subset(*options->fSubset); in getPixels()
204 if (!this->onGetValidSubset(&subset) || subset != *options->fSubset) { in getPixels()
241 fOptions.fSubset = nullptr; in getPixels()
280 } else if (options->fSubset) { in startIncrementalDecode()
282 if (!size.contains(*options->fSubset)) { in startIncrementalDecode()
286 const int top = options->fSubset->top(); in startIncrementalDecode()
287 const int bottom = options->fSubset->bottom(); in startIncrementalDecode()
333 } else if (options->fSubset) { in startScanlineDecode()
335 if (!size.contains(*options->fSubset)) { in startScanlineDecode()
341 if (options->fSubset->top() != 0 || options->fSubset->height() != info.height()) { in startScanlineDecode()
457 if (fOptions.fSubset) { in fillIncompleteImage()
458 fillWidth = fOptions.fSubset->width(); in fillIncompleteImage()