HomeSort by relevance Sort by last modified time
    Searched defs:startScanlineDecode (Results 1 - 4 of 4) sorted by null

  /external/skia/src/codec/
SkCodec.cpp 197 // startScanlineDecode will need to be called before decoding scanlines.
458 // startScanlineDecode() to do a rewind.
465 SkCodec::Result SkCodec::startScanlineDecode(const SkImageInfo& info,
  /external/skqp/src/codec/
SkCodec.cpp 197 // startScanlineDecode will need to be called before decoding scanlines.
458 // startScanlineDecode() to do a rewind.
465 SkCodec::Result SkCodec::startScanlineDecode(const SkImageInfo& info,
  /external/skia/include/codec/
SkCodec.h 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.
    [all...]
  /external/skqp/include/codec/
SkCodec.h 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.
    [all...]

Completed in 88 milliseconds