Home | History | Annotate | Download | only in codec

Lines Matching refs:startScanlineDecode

337      *  startScanlineDecode() in order to return to decoding scanlines.
464 Result startScanlineDecode(const SkImageInfo& dstInfo, const Options* options);
467 * Simplified version of startScanlineDecode() that uses the default Options.
469 Result startScanlineDecode(const SkImageInfo& dstInfo) {
470 return this->startScanlineDecode(dstInfo, nullptr);
476 * Not valid to call before calling startScanlineDecode().
492 * Not valid to call before calling startScanlineDecode().
502 * Calling this function before calling startScanlineDecode().
549 * This is undefined before startScanlineDecode() is called.