Home
last modified time | relevance | path

Searched refs:o_rOut (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.hxx36 static size_t startChunk( const char* pChunkName, OutputBuffer& o_rOut );
37 static void endChunk( size_t nStart, OutputBuffer& o_rOut );
56 … static sal_uInt32 deflateBuffer( const Output_t* i_pBuf, size_t i_nLen, OutputBuffer& o_rOut );
H A Dpnghelper.cxx76 sal_uInt32 PngHelper::deflateBuffer( const Output_t* i_pBuf, size_t i_nLen, OutputBuffer& o_rOut ) in deflateBuffer() argument
78 size_t nOrigSize = o_rOut.size(); in deflateBuffer()
101 o_rOut.resize( nOrigSize ); in deflateBuffer()
108 o_rOut.insert( o_rOut.end(), aOutBuf, aOutBuf+nCompressedBytes ); in deflateBuffer()
115 return sal_uInt32( o_rOut.size() - nOrigSize ); in deflateBuffer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.hxx36 static size_t startChunk( const char* pChunkName, OutputBuffer& o_rOut );
37 static void endChunk( size_t nStart, OutputBuffer& o_rOut );
56 … static sal_uInt32 deflateBuffer( const Output_t* i_pBuf, size_t i_nLen, OutputBuffer& o_rOut );
H A Dpnghelper.cxx76 sal_uInt32 PngHelper::deflateBuffer( const Output_t* i_pBuf, size_t i_nLen, OutputBuffer& o_rOut ) in deflateBuffer() argument
78 size_t nOrigSize = o_rOut.size(); in deflateBuffer()
99 o_rOut.resize( nOrigSize ); in deflateBuffer()
106 o_rOut.insert( o_rOut.end(), aOutBuf, aOutBuf+nCompressedBytes ); in deflateBuffer()
113 return sal_uInt32( o_rOut.size() - nOrigSize ); in deflateBuffer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dprint.hxx556 …RIVATE DrawModeFlags removeTransparencies( GDIMetaFile const & i_rIn, GDIMetaFile& o_rOut );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dprint.hxx561 …RIVATE DrawModeFlags removeTransparencies( GDIMetaFile const & i_rIn, GDIMetaFile& o_rOut );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dprint3.cxx1218 …ModeFlags PrinterController::removeTransparencies( GDIMetaFile const & i_rIn, GDIMetaFile& o_rOut ) in removeTransparencies() argument
1271 … mpImplData->mxPrinter->RemoveTransparenciesFromMetaFile( i_rIn, o_rOut, nMaxBmpDPIX, nMaxBmpDPIY, in removeTransparencies()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dprint3.cxx1251 …ModeFlags PrinterController::removeTransparencies( GDIMetaFile const & i_rIn, GDIMetaFile& o_rOut ) in removeTransparencies() argument
1304 … mpImplData->mxPrinter->RemoveTransparenciesFromMetaFile( i_rIn, o_rOut, nMaxBmpDPIX, nMaxBmpDPIY, in removeTransparencies()