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