Searched refs:ihdrChunkLength (Results 1 – 1 of 1) sorted by relevance
3641 int ihdrChunkLength = dataInputStream.readInt(); in savePngAttributes() local3642 dataOutputStream.writeInt(ihdrChunkLength); in savePngAttributes()3644 + ihdrChunkLength + PNG_CHUNK_CRC_BYTE_LENGTH); in savePngAttributes()