Searched refs:OutputBuffer (Results 1 – 4 of 4) sorted by relevance
/aoo4110/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() 200 void writePpm_( OutputBuffer& o_rOutputBuf, in writePpm_() 281 void writePng_( OutputBuffer& o_rOutputBuf, in writePng_() 298 void writePng_( OutputBuffer& o_rOutputBuf, in writePng_() 820 OutputBuffer aBuf; initBuf(aBuf); in drawImageMask() 846 OutputBuffer aBuf; initBuf(aBuf); in drawImage() 847 OutputBuffer aMaskBuf; in drawImage() 894 OutputBuffer aBuf; initBuf(aBuf); in drawMaskedImage() 899 OutputBuffer aBuf; initBuf(aBuf); in drawMaskedImage() 917 OutputBuffer aBuf; initBuf(aBuf); in drawSoftMaskedImage() [all …]
|
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() 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() 262 OutputBuffer aScanlines; in createPng() 325 void PngHelper::createPng( OutputBuffer& o_rOutputBuf, in createPng() [all …]
|
H A D | pdfioutdev_gpl.hxx | 278 typedef std::vector< Output_t > OutputBuffer; typedef
|
Completed in 28 milliseconds