Searched refs:PngHelper (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sdext/source/pdfimport/xpdfwrapper/ |
| H A D | pnghelper.cxx | 36 sal_uInt32 PngHelper::crc_table[256]; 39 bool PngHelper::bCRCTableInit = true; 42 void PngHelper::initCRCTable() in initCRCTable() 64 void PngHelper::updateCRC( sal_uInt32& io_rCRC, const sal_uInt8* i_pBuf, size_t i_nLen ) in updateCRC() 75 sal_uInt32 PngHelper::getCRC( const sal_uInt8* i_pBuf, size_t i_nLen ) in getCRC() 82 sal_uInt32 PngHelper::deflateBuffer( const Output_t* i_pBuf, size_t i_nLen, OutputBuffer& o_rOut ) in deflateBuffer() 122 void PngHelper::appendFileHeader( OutputBuffer& o_rOutputBuf ) in appendFileHeader() 129 size_t PngHelper::startChunk( const char* pChunkName, OutputBuffer& o_rOutputBuf ) in startChunk() 140 void PngHelper::set( sal_uInt32 i_nValue, OutputBuffer& o_rOutputBuf, size_t i_nIndex ) in set() 148 void PngHelper::endChunk( size_t nStart, OutputBuffer& o_rOutputBuf ) in endChunk() [all …]
|
| H A D | pdfioutdev_gpl.cxx | 273 PngHelper::createPng( o_rOutputBuf, str, width, height, zeroColor, oneColor, bIsMask ); in writePng_() 290 …PngHelper::createPng( o_rOutputBuf, str, width, height, colorMap, maskStr, maskWidth, maskHeight, … in writePng_() 307 …PngHelper::createPng( o_rOutputBuf, str, width, height, colorMap, maskStr, maskWidth, maskHeight, … in writePng_()
|
| H A D | pnghelper.hxx | 30 class PngHelper class
|