Home
last modified time | relevance | path

Searched refs:fOutCodec (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/codec/
H A DSkPngCodec.cpp85 , fOutCodec(codecPtr) in AutoCleanPng()
120 SkCodec** fOutCodec; member in AutoCleanPng
920 if (fOutCodec) { in infoCallback()
921 SkASSERT(nullptr == *fOutCodec); in infoCallback()
977 *fOutCodec = new SkPngNormalDecoder(std::move(encodedInfo), in infoCallback()
980 *fOutCodec = new SkPngInterlacedDecoder(std::move(encodedInfo), in infoCallback()
984 static_cast<SkPngCodec*>(*fOutCodec)->setIdatLength(idatLength); in infoCallback()

Completed in 2 milliseconds