Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx570 SvtGraphicStroke aStroke; in playMetafile() local
571 aMemStm >> aStroke; in playMetafile()
574 aStroke.getPath( aPath ); in playMetafile()
578 double fTransparency( aStroke.getTransparency() ); in playMetafile()
579 double fStrokeWidth( aStroke.getStrokeWidth() ); in playMetafile()
582 aStroke.getStartArrow( aStartArrow ); in playMetafile()
583 aStroke.getEndArrow( aEndArrow ); in playMetafile()
584 aStroke.getDashArray( aDashArray ); in playMetafile()
596 aInfo.m_fMiterLimit = aStroke.getMiterLimit(); in playMetafile()
597 switch( aStroke.getCapType() ) in playMetafile()
[all …]
H A Dgdimetafiletools.cxx925 SvtGraphicStroke aStroke; in clipMetafileContentAgainstOwnRegions() local
930 aMemStm >> aStroke; in clipMetafileContentAgainstOwnRegions()
933 aStroke.getPath(aPath); in clipMetafileContentAgainstOwnRegions()
952 aStroke.setPath(Polygon(aResult.getB2DPolygon(a))); in clipMetafileContentAgainstOwnRegions()
953 addSvtGraphicStroke(aStroke, aTarget); in clipMetafileContentAgainstOwnRegions()
962 aStroke.setPath(Polygon()); in clipMetafileContentAgainstOwnRegions()
963 addSvtGraphicStroke(aStroke, aTarget); in clipMetafileContentAgainstOwnRegions()
H A Dmetaact.cxx4105 SvtGraphicStroke aStroke; in Move() local
4106 aMemStm >> aStroke; in Move()
4109 aStroke.getPath( aPath ); in Move()
4111 aStroke.setPath( aPath ); in Move()
4114 aStroke.getStartArrow(aStartArrow); in Move()
4116 aStroke.setStartArrow(aStartArrow); in Move()
4119 aStroke.getEndArrow(aEndArrow); in Move()
4121 aStroke.setEndArrow(aEndArrow); in Move()
4123 aDest << aStroke; in Move()
4161 SvtGraphicStroke aStroke; in Scale() local
[all …]
H A Dgdimtf.cxx1305 SvtGraphicStroke aStroke; in Rotate() local
1306 aMemStm >> aStroke; in Rotate()
1308 aStroke.getPath( aPath ); in Rotate()
1309aStroke.setPath( ImplGetRotatedPolygon( aPath, aRotAnchor, aRotOffset, fSin, fCos ) ); in Rotate()
1310 aDest << aStroke; in Rotate()
/AOO41X/main/filter/source/svg/
H A Dsvgwriter.cxx1553 SvtGraphicStroke aStroke; in ImplWriteActions() local
1556 aMemStm >> aStroke; in ImplWriteActions()
1557 aStroke.getStartArrow( aStartArrow ); in ImplWriteActions()
1558 aStroke.getEndArrow( aEndArrow ); in ImplWriteActions()
1564 aStroke.getPath(aPoly); in ImplWriteActions()
1592 …mapCurShape->maShapeLineColor.SetTransparency( (sal_uInt8) FRound( aStroke.getTransparency() * 255… in ImplWriteActions()
1593 mapCurShape->mnStrokeWidth = FRound( aStroke.getStrokeWidth() ); in ImplWriteActions()
1594 aStroke.getDashArray( mapCurShape->maDashArray ); in ImplWriteActions()
1597 switch(aStroke.getJoinType()) in ImplWriteActions()
1617 switch(aStroke.getCapType()) in ImplWriteActions()
/AOO41X/main/filter/source/graphicfilter/eps/
H A Deps.cxx1241 SvtGraphicStroke aStroke; in ImplWriteActions() local
1242 aMemStm >> aStroke; in ImplWriteActions()
1245 aStroke.getPath( aPath ); in ImplWriteActions()
1250 double fStrokeWidth( aStroke.getStrokeWidth() ); in ImplWriteActions()
1251 SvtGraphicStroke::JoinType eJT( aStroke.getJoinType() ); in ImplWriteActions()
1254 aStroke.getStartArrow( aStartArrow ); in ImplWriteActions()
1255 aStroke.getEndArrow( aEndArrow ); in ImplWriteActions()
1256 aStroke.getDashArray( l_aDashArray ); in ImplWriteActions()
1269 ImplWriteLineInfo( fStrokeWidth, aStroke.getMiterLimit(), in ImplWriteActions()
1270 aStroke.getCapType(), eJT, l_aDashArray ); in ImplWriteActions()
/AOO41X/main/filter/source/flash/
H A Dswfwriter1.cxx1741 SvtGraphicStroke aStroke; in Impl_writeActions() local
1745 aMemStm >> aStroke; in Impl_writeActions()
1749 if( Impl_writeStroke( aStroke ) ) in Impl_writeActions()
/AOO41X/main/sd/source/ui/view/
H A Dsdview.cxx323 … const drawinglayer::attribute::StrokeAttribute aStroke(aDotDashArray, fFullDotDashLen); in createRedirectedPrimitive2DSequence() local
329 aStroke)); in createRedirectedPrimitive2DSequence()