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()
2008 sal_uInt32 nChunkType = 0; in ExportGraphic() local2011 nChunkType <<= 8; in ExportGraphic()2012 nChunkType |= (sal_uInt8)aAdditionalChunkSequence[ j ].Name[ k ]; in ExportGraphic()2023 aChunkData.nType = nChunkType; in ExportGraphic()
Completed in 22 milliseconds