Searched refs:nBitmapId (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 838 sal_uInt16 nBitmapId = createID(); in defineBitmap() local 839 mBitmapCache[bmpChecksum] = nBitmapId; in defineBitmap() 919 Impl_writeBmp( nBitmapId, width, height, pCompressed, compressed_size ); in defineBitmap() 926 return nBitmapId; in defineBitmap() 1007 sal_uInt16 nBitmapId = defineBitmap(bmpSource, nJPEGQuality); in Impl_writeImage() local 1018 FillStyle aFillStyle( nBitmapId, true, m ); in Impl_writeImage() 1032 mpTag->addUI16( nBitmapId ); in Impl_writeBmp() 1155 mpTag->addUI16( nBitmapId ); in Impl_writeJPEG() 1170 mpTag->addUI16( nBitmapId ); in Impl_writeJPEG() 1306 sal_uInt16 nBitmapId = defineBitmap( aGraphic.GetBitmapEx(), mnJPEGCompressMode ); in Impl_writeFilling() local [all …]
|
H A D | swfwriter.hxx | 251 …FillStyle( sal_uInt16 nBitmapId, bool bClipped, const ::basegfx::B2DHomMatrix& rMatrix ); // #i732… 360 …void Impl_writeBmp( sal_uInt16 nBitmapId, sal_uInt32 width, sal_uInt32 height, sal_uInt8 *pCompres… 362 …void Impl_writeJPEG(sal_uInt16 nBitmapId, const sal_uInt8* pJpgData, sal_uInt32 nJpgDataLength, sa…
|
H A D | swfwriter2.cxx | 534 FillStyle::FillStyle( sal_uInt16 nBitmapId, bool bClipped, const ::basegfx::B2DHomMatrix& rMatrix )… in FillStyle() argument 537 mnBitmapId( nBitmapId ) in FillStyle()
|
Completed in 26 milliseconds