Home
last modified time | relevance | path

Searched refs:nDatSize (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpngwrite.cxx117 void ImplWriteChunk( unsigned char* pSource, sal_uInt32 nDatSize );
684 void PNGWriterImpl::ImplWriteChunk ( unsigned char* pSource, sal_uInt32 nDatSize ) in ImplWriteChunk() argument
686 if ( nDatSize ) in ImplWriteChunk()
690 rChunkData.aData.resize( nSize + nDatSize ); in ImplWriteChunk()
691 rtl_copyMemory( &rChunkData.aData[ nSize ], pSource, nDatSize ); in ImplWriteChunk()
/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx472 sal_uIntPtr ZCodec::UpdateCRC ( sal_uIntPtr nLatestCRC, sal_uInt8* pSource, long nDatSize) in UpdateCRC() argument
474 return rtl_crc32( nLatestCRC, pSource, nDatSize ); in UpdateCRC()
/trunk/main/tools/inc/tools/
H A Dzcodec.hxx111 sal_uIntPtr UpdateCRC( sal_uIntPtr nLatestCRC, sal_uInt8* pSource, long nDatSize );

Completed in 19 milliseconds