Home
last modified time | relevance | path

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

/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx865 sal_uInt8 *pAlphaCompressed = NULL; in defineBitmap() local
869 pAlphaCompressed = new sal_uInt8[ compressed_size ]; in defineBitmap()
872 …if(compress2(pAlphaCompressed, &alpha_compressed_size, pAlphaData, width * height, Z_BEST_COMPRESS… in defineBitmap()
877 …compress2(pAlphaCompressed, &alpha_compressed_size, pAlphaData, width * height, Z_BEST_COMPRESSION… in defineBitmap()
917 Impl_writeJPEG(nBitmapId, pJpgData, nJpgDataLength, pAlphaCompressed, alpha_compressed_size ); in defineBitmap()
922 delete[] pAlphaCompressed; in defineBitmap()
1044 …d, const sal_uInt8* pJpgData, sal_uInt32 nJpgDataLength, sal_uInt8 *pAlphaCompressed, sal_uInt32 a… in Impl_writeJPEG() argument
1162 mpTag->Write( pAlphaCompressed, alpha_compressed_size ); in Impl_writeJPEG()

Completed in 21 milliseconds