Searched refs:Output_t (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pnghelper.cxx | 82 sal_uInt32 PngHelper::deflateBuffer( const Output_t* i_pBuf, size_t i_nLen, OutputBuffer& o_rOut ) in deflateBuffer() 124 static const Output_t aHeader[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a }; in appendFileHeader() 132 o_rOutputBuf.insert( o_rOutputBuf.end(), 4, (Output_t)0 ); in startChunk() 168 o_rOutputBuf.push_back( Output_t(depth) ); in appendIHDR() 169 o_rOutputBuf.push_back( Output_t(colortype) ); in appendIHDR()
|
H A D | pnghelper.hxx | 44 o_rOutputBuf.insert( o_rOutputBuf.end(), 4, (Output_t)0 ); in append() 57 … static sal_uInt32 deflateBuffer( const Output_t* i_pBuf, size_t i_nLen, OutputBuffer& o_rOut );
|
H A D | pdfioutdev_gpl.hxx | 277 typedef char Output_t; typedef 278 typedef std::vector< Output_t > OutputBuffer;
|
Completed in 14 milliseconds