Searched refs:pngIHDRChunkLength (Results 1 – 1 of 1) sorted by relevance
108 const int pngIHDRChunkLength = 25; // chunk length + "IHDR" + 13 bytes of data + checksum in offsetAfterIHDRChunk() local109 return pngHeaderLength + pngIHDRChunkLength; in offsetAfterIHDRChunk()