Home
last modified time | relevance | path

Searched defs:o_rOutputBuf (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx122 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 Dpdfioutdev_gpl.cxx140 void writeJpeg_( OutputBuffer& o_rOutputBuf, Stream* str, bool bWithLinefeed ) in writeJpeg_()
158 void writePbm_(OutputBuffer& o_rOutputBuf, Stream* str, int width, int height, bool bWithLinefeed, … in writePbm_()
200 void writePpm_( OutputBuffer& o_rOutputBuf, in writePpm_()
262 void writePng_( OutputBuffer& o_rOutputBuf, in writePng_()
281 void writePng_( OutputBuffer& o_rOutputBuf, in writePng_()
298 void writePng_( OutputBuffer& o_rOutputBuf, in writePng_()
324 void writeImage_( OutputBuffer& o_rOutputBuf, in writeImage_()
361 inline void writeImage( OutputBuffer& o_rOutputBuf, in writeImage()
366 inline void writeImageLF( OutputBuffer& o_rOutputBuf, in writeImageLF()
371 inline void writeMask( OutputBuffer& o_rOutputBuf, in writeMask()
[all …]
H A Dpnghelper.hxx41 static void append( sal_uInt32 i_nValue, OutputBuffer& o_rOutputBuf ) in append()

Completed in 68 milliseconds