Searched refs:OutputBuffer (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sdext/source/pdfimport/xpdfwrapper/ |
| H A D | pnghelper.hxx | 36 static void appendFileHeader( OutputBuffer& o_rOutputBuf ); 37 static size_t startChunk( const char* pChunkName, OutputBuffer& o_rOut ); 38 static void endChunk( size_t nStart, OutputBuffer& o_rOut ); 40 static void set( sal_uInt32 i_nValue, OutputBuffer& o_rOutputBuf, size_t i_nIndex ); 41 static void append( sal_uInt32 i_nValue, OutputBuffer& o_rOutputBuf ) in append() 48 …static void appendIHDR( OutputBuffer& o_rOutputBuf, int width, int height, int depth, int colortyp… 49 static void appendIEND( OutputBuffer& o_rOutputBuf ); 57 … static sal_uInt32 deflateBuffer( const Output_t* i_pBuf, size_t i_nLen, OutputBuffer& o_rOut ); 59 static void createPng( OutputBuffer& o_rOutputBuf, 67 static void createPng( OutputBuffer& o_rOutputBuf, [all …]
|
| H A D | pdfioutdev_gpl.cxx | 120 void initBuf(OutputBuffer& io_rBuffer) in initBuf() 125 void writeBinaryBuffer( const OutputBuffer& rBuffer ) in writeBinaryBuffer() 140 void writeJpeg_( OutputBuffer& o_rOutputBuf, Stream* str, bool bWithLinefeed ) in writeJpeg_() 157 void writePbm_(OutputBuffer& o_rOutputBuf, Stream* str, int width, int height, bool bWithLinefeed, … in writePbm_() 199 void writePpm_( OutputBuffer& o_rOutputBuf, in writePpm_() 261 void writePng_( OutputBuffer& o_rOutputBuf, in writePng_() 280 void writePng_( OutputBuffer& o_rOutputBuf, in writePng_() 297 void writePng_( OutputBuffer& o_rOutputBuf, in writePng_() 315 void writeMask_( OutputBuffer& o_rOutputBuf, Stream* str, int width, int height, bool bWithLinefeed… in writeMask_() 323 void writeImage_( OutputBuffer& o_rOutputBuf, in writeImage_() [all …]
|
| H A D | pnghelper.cxx | 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() 163 void PngHelper::appendIHDR( OutputBuffer& o_rOutputBuf, int width, int height, int depth, int color… in appendIHDR() 176 void PngHelper::appendIEND( OutputBuffer& o_rOutputBuf ) in appendIEND() 182 void PngHelper::createPng( OutputBuffer& o_rOutputBuf, in createPng() 217 OutputBuffer aScanlines; in createPng() 241 void PngHelper::createPng( OutputBuffer& o_rOutputBuf, in createPng() [all …]
|
| H A D | pdfioutdev_gpl.hxx | 273 typedef std::vector< Output_t > OutputBuffer; typedef
|