Searched defs:o_rOutputBuf (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pnghelper.cxx | 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() 241 void PngHelper::createPng( OutputBuffer& o_rOutputBuf, in createPng() 325 void PngHelper::createPng( OutputBuffer& o_rOutputBuf, in createPng()
|
H A D | pdfioutdev_gpl.cxx | 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_() 323 void writeImage_( OutputBuffer& o_rOutputBuf, in writeImage_() 360 inline void writeImage( OutputBuffer& o_rOutputBuf, in writeImage() 365 inline void writeImageLF( OutputBuffer& o_rOutputBuf, in writeImageLF() 370 inline void writeMask( OutputBuffer& o_rOutputBuf, in writeMask() [all …]
|
H A D | pnghelper.hxx | 41 static void append( sal_uInt32 i_nValue, OutputBuffer& o_rOutputBuf ) in append()
|
Completed in 30 milliseconds