Home
last modified time | relevance | path

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

/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx882 const sal_uInt8* pJpgData = NULL;; in defineBitmap() local
909 pJpgData = reinterpret_cast<const sal_uInt8*>(aDstStm.GetData()); in defineBitmap()
916 if ( pJpgData && ( nJpgDataLength + alpha_compressed_size < compressed_size) ) in defineBitmap()
917 Impl_writeJPEG(nBitmapId, pJpgData, nJpgDataLength, pAlphaCompressed, alpha_compressed_size ); in defineBitmap()
1044 void Writer::Impl_writeJPEG(sal_uInt16 nBitmapId, const sal_uInt8* pJpgData, sal_uInt32 nJpgDataLen… in Impl_writeJPEG() argument
1055 const sal_uInt8* pJpgSearch = pJpgData; in Impl_writeJPEG()
1061 for (;pJpgSearch < pJpgData + nJpgDataLength; pJpgSearch += nLength) in Impl_writeJPEG()
1082 nLength = nJpgDataLength - (pJpgSearch - pJpgData) - 2; in Impl_writeJPEG()
H A Dswfwriter.hxx362 …void Impl_writeJPEG(sal_uInt16 nBitmapId, const sal_uInt8* pJpgData, sal_uInt32 nJpgDataLength, sa…

Completed in 20 milliseconds