Home
last modified time | relevance | path

Searched refs:pCompressed (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx851 sal_uInt8 *pCompressed = new sal_uInt8[ compressed_size ]; in defineBitmap() local
854 if(compress2(pCompressed, &compressed_size, pImageData, raw_size, Z_BEST_COMPRESSION) != Z_OK) in defineBitmap()
859 compress2(pCompressed, &compressed_size, pImageData, raw_size, Z_BEST_COMPRESSION); in defineBitmap()
919 Impl_writeBmp( nBitmapId, width, height, pCompressed, compressed_size ); in defineBitmap()
921 delete[] pCompressed; in defineBitmap()
1028 … sal_uInt16 nBitmapId, sal_uInt32 width, sal_uInt32 height, sal_uInt8 *pCompressed, sal_uInt32 com… in Impl_writeBmp() argument
1037 mpTag->Write( pCompressed, compressed_size ); in Impl_writeBmp()
H A Dswfwriter.hxx360 … sal_uInt16 nBitmapId, sal_uInt32 width, sal_uInt32 height, sal_uInt8 *pCompressed, sal_uInt32 com…
362 …apId, const sal_uInt8* pJpgData, sal_uInt32 nJpgDataLength, sal_uInt8 *pCompressed, sal_uInt32 com…

Completed in 65 milliseconds