Home
last modified time | relevance | path

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

/trunk/main/filter/source/flash/
H A Dswfwriter.cxx80 mnWhiteBackgroundShapeId = defineShape( aPoly, aFill ); in Writer()
347 sal_uInt16 Writer::defineShape( const GDIMetaFile& rMtf, sal_Int16 x, sal_Int16 y ) in defineShape() function in Writer
381 sal_uInt16 Writer::defineShape( const Polygon& rPoly, const FillStyle& rFillStyle ) in defineShape() function in Writer
384 return defineShape( aPolyPoly, rFillStyle ); in defineShape()
389 sal_uInt16 Writer::defineShape( const PolyPolygon& rPolyPoly, const FillStyle& rFillStyle ) in defineShape() function in Writer
433 sal_uInt16 Writer::defineShape( const PolyPolygon& rPolyPoly, sal_uInt16 nLineWidth, const Color& r… in defineShape() function in Writer
H A Dswfwriter.hxx291 sal_uInt16 defineShape( const Polygon& rPoly, const FillStyle& rFillStyle );
295 sal_uInt16 defineShape( const PolyPolygon& rPolyPoly, const FillStyle& rFillStyle );
299 …sal_uInt16 defineShape( const PolyPolygon& rPolyPoly, sal_uInt16 nLineWidth, const Color& rLineCol…
306 sal_uInt16 defineShape( const GDIMetaFile& rMtf, sal_Int16 x = 0, sal_Int16 y = 0 );
H A Dswfwriter1.cxx327 nID = defineShape( aPolyPoly, aStyle ); in Impl_writePolyPolygon()
335 nID = defineShape( aPolyPoly, 1, aLineColor ); in Impl_writePolyPolygon()
357 sal_uInt16 nShapeId = defineShape( aPolyPolygon, aFillStyle ); in Impl_writeGradientEx()
1020 sal_uInt16 nShapeId = defineShape( aPoly, aFillStyle ); in Impl_writeImage()
1260 …sal_uInt16 nShapeId = defineShape( aPolyPolygon, sal::static_int_cast<sal_uInt16>( mapRelative( (s… in Impl_writeStroke()
1292 sal_uInt16 nShapeId = defineShape( aPolyPolygon, aFillStyle ); in Impl_writeFilling()
1336 sal_uInt16 nShapeId = defineShape( aPolyPolygon, aFillStyle ); in Impl_writeFilling()
H A Dswfexporter.cxx488 rBackgroundID = mpWriter->defineShape( aMtfPrivate ); in exportDrawPageBackground()
509 rBackgroundID = mpWriter->defineShape( aMtfMaster ); in exportDrawPageBackground()
682 nID = mpWriter->defineShape( aMtf ); in exportShape()

Completed in 41 milliseconds