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

/external/skia/src/codec/
H A DSkPngCodec.cpp82 , fOutCodec(codecPtr)
117 SkCodec** fOutCodec; member in class:AutoCleanPng
918 if (fOutCodec) {
919 SkASSERT(nullptr == *fOutCodec);
963 *fOutCodec = new SkPngNormalDecoder(encodedInfo, imageInfo,
966 *fOutCodec = new SkPngInterlacedDecoder(encodedInfo, imageInfo,
970 static_cast<SkPngCodec*>(*fOutCodec)->setIdatLength(idatLength);
/external/skqp/src/codec/
H A DSkPngCodec.cpp82 , fOutCodec(codecPtr)
117 SkCodec** fOutCodec; member in class:AutoCleanPng
912 if (fOutCodec) {
913 SkASSERT(nullptr == *fOutCodec);
957 *fOutCodec = new SkPngNormalDecoder(encodedInfo, imageInfo,
960 *fOutCodec = new SkPngInterlacedDecoder(encodedInfo, imageInfo,
964 static_cast<SkPngCodec*>(*fOutCodec)->setIdatLength(idatLength);

Completed in 53 milliseconds