Home
last modified time | relevance | path

Searched refs:compressed_size (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/filter/source/flash/
H A Dswfwriter1.cxx850 uLongf compressed_size = raw_size + (sal_uInt32)(raw_size/100) + 12; in defineBitmap() local
851 sal_uInt8 *pCompressed = new sal_uInt8[ compressed_size ]; in defineBitmap()
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()
869 pAlphaCompressed = new sal_uInt8[ compressed_size ]; in defineBitmap()
916 if ( pJpgData && ( nJpgDataLength + alpha_compressed_size < compressed_size) ) in defineBitmap()
919 Impl_writeBmp( nBitmapId, width, height, pCompressed, compressed_size ); in defineBitmap()
1028 …BitmapId, sal_uInt32 width, sal_uInt32 height, sal_uInt8 *pCompressed, sal_uInt32 compressed_size ) in Impl_writeBmp() argument
1037 mpTag->Write( pCompressed, compressed_size ); in Impl_writeBmp()
H A Dswfwriter.hxx360 …itmapId, sal_uInt32 width, sal_uInt32 height, sal_uInt8 *pCompressed, sal_uInt32 compressed_size );
362 …l_uInt8* pJpgData, sal_uInt32 nJpgDataLength, sal_uInt8 *pCompressed, sal_uInt32 compressed_size );
/aoo42x/main/extensions/source/macosx/spotlight/
H A Dunzip.h128 uLong compressed_size; /* compressed size 4 bytes */ member
H A Dunzip.m654 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info.compressed_size) != UNZ_OK)
1035 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.compressed_size) &&
1170 s->cur_file_info.compressed_size ;

Completed in 46 milliseconds