Lines Matching refs:startScanlineDecode
368 * startScanlineDecode() in order to return to decoding scanlines.
490 Result startScanlineDecode(const SkImageInfo& dstInfo, const Options* options);
493 * Simplified version of startScanlineDecode() that uses the default Options.
495 Result startScanlineDecode(const SkImageInfo& dstInfo) {
496 return this->startScanlineDecode(dstInfo, nullptr);
502 * Not valid to call before calling startScanlineDecode().
518 * Not valid to call before calling startScanlineDecode().
528 * Calling this function before calling startScanlineDecode().
575 * This is undefined before startScanlineDecode() is called.
794 * startScanlineDecode(). Subclasses may call if they need to rewind at another time.