Home | History | Annotate | Download | only in codec

Lines Matching full:read_header

780 static SkCodec::Result read_header(SkStream* stream, SkPngChunkReader* chunkReader,
1099 // This sets fPng_ptr and fInfo_ptr to nullptr. If read_header
1108 if (kSuccess != read_header(this->stream(), fPngChunkReader.get(), nullptr,
1178 *result = read_header(stream.get(), chunkReader, &outCodec, nullptr, nullptr);