Searched refs:o_rOutputBuf (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pnghelper.cxx | 126 … o_rOutputBuf.insert( o_rOutputBuf.end(), aHeader, aHeader + sizeof(aHeader)/sizeof(aHeader[0]) ); in appendFileHeader() 132 o_rOutputBuf.insert( o_rOutputBuf.end(), 4, (Output_t)0 ); in startChunk() 166 append( width, o_rOutputBuf ); in appendIHDR() 167 append( height, o_rOutputBuf ); in appendIHDR() 204 endChunk( nIdx, o_rOutputBuf ); in createPng() 211 o_rOutputBuf.push_back( 0 ); in createPng() 235 endChunk( nIdx, o_rOutputBuf ); in createPng() 238 appendIEND( o_rOutputBuf ); in createPng() 319 endChunk( nIdx, o_rOutputBuf ); in createPng() 321 appendIEND( o_rOutputBuf ); in createPng() [all …]
|
H A D | pdfioutdev_gpl.cxx | 147 o_rOutputBuf.clear(); in writeJpeg_() 161 o_rOutputBuf.clear(); in writePbm_() 163 o_rOutputBuf[0] = 'P'; in writePbm_() 164 o_rOutputBuf[1] = '4'; in writePbm_() 165 o_rOutputBuf[2] = 0x0A; in writePbm_() 208 o_rOutputBuf.clear(); in writePpm_() 210 o_rOutputBuf[0] = 'P'; in writePpm_() 211 o_rOutputBuf[1] = '6'; in writePpm_() 271 o_rOutputBuf.clear(); in writePng_() 288 o_rOutputBuf.clear(); in writePng_() [all …]
|
H A D | pnghelper.hxx | 36 static void appendFileHeader( OutputBuffer& o_rOutputBuf ); 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() argument 43 size_t nCur = o_rOutputBuf.size(); in append() 44 o_rOutputBuf.insert( o_rOutputBuf.end(), 4, (Output_t)0 ); in append() 45 set( i_nValue, o_rOutputBuf, nCur ); in append() 48 …static void appendIHDR( OutputBuffer& o_rOutputBuf, int width, int height, int depth, int colortyp… 49 static void appendIEND( OutputBuffer& o_rOutputBuf ); 59 static void createPng( OutputBuffer& o_rOutputBuf, 67 static void createPng( OutputBuffer& o_rOutputBuf, [all …]
|
Completed in 25 milliseconds