Searched refs:nChunkType (Results 1 – 3 of 3) sorted by relevance
114 void ImplOpenChunk( sal_uLong nChunkType );662 void PNGWriterImpl::ImplOpenChunk ( sal_uLong nChunkType ) in ImplOpenChunk() argument665 maChunkSeq.back().nType = nChunkType; in ImplOpenChunk()
303 sal_uInt32 nChunkType = mnChunkType;; in ReadNextChunk() local305 nChunkType = SWAPLONG( nChunkType ); in ReadNextChunk()307 sal_uInt32 nCRC32 = rtl_crc32( 0, &nChunkType, 4 ); in ReadNextChunk()
2032 sal_uInt32 nChunkType = 0; in ExportGraphic() local2035 nChunkType <<= 8; in ExportGraphic()2036 … nChunkType |= (sal_uInt8)aAdditionalChunkSequence[ j ].Name[ k ]; in ExportGraphic()2047 aChunkData.nType = nChunkType; in ExportGraphic()