Home
last modified time | relevance | path

Searched refs:nChunkType (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/svtools/source/filter/
H A Dfilter.cxx2008 sal_uInt32 nChunkType = 0; in ExportGraphic() local
2011 nChunkType <<= 8; in ExportGraphic()
2012 nChunkType |= (sal_uInt8)aAdditionalChunkSequence[ j ].Name[ k ]; in ExportGraphic()
2023 aChunkData.nType = nChunkType; in ExportGraphic()
/trunk/main/vcl/source/gdi/
H A Dpngread.cxx304 sal_uInt32 nChunkType = mnChunkType;; in ReadNextChunk() local
306 nChunkType = SWAPLONG( nChunkType ); in ReadNextChunk()
308 sal_uInt32 nCRC32 = rtl_crc32( 0, &nChunkType, 4 ); in ReadNextChunk()
H A Dpngwrite.cxx114 void ImplOpenChunk( sal_uLong nChunkType );
662 void PNGWriterImpl::ImplOpenChunk ( sal_uLong nChunkType ) in ImplOpenChunk() argument
665 maChunkSeq.back().nType = nChunkType; in ImplOpenChunk()

Completed in 24 milliseconds