Home
last modified time | relevance | path

Searched refs:i_nLen (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx64 void PngHelper::updateCRC( sal_uInt32& io_rCRC, const sal_uInt8* i_pBuf, size_t i_nLen ) in updateCRC() argument
70 for( size_t n = 0; n < i_nLen; n++ ) in updateCRC()
75 sal_uInt32 PngHelper::getCRC( const sal_uInt8* i_pBuf, size_t i_nLen ) in getCRC() argument
78 updateCRC( nCRC, i_pBuf, i_nLen ); in getCRC()
82 sal_uInt32 PngHelper::deflateBuffer( const Output_t* i_pBuf, size_t i_nLen, OutputBuffer& o_rOut ) in deflateBuffer() argument
92 aStream.avail_in = uInt(i_nLen); in deflateBuffer()
H A Dpnghelper.hxx52 static void updateCRC( sal_uInt32& io_rCRC, const sal_uInt8* i_pBuf, size_t i_nLen );
53 static sal_uInt32 getCRC( const sal_uInt8* i_pBuf, size_t i_nLen );
57 … static sal_uInt32 deflateBuffer( const Output_t* i_pBuf, size_t i_nLen, OutputBuffer& o_rOut );

Completed in 20 milliseconds