Searched refs:aStroke (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl2.cxx | 570 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 D | gdimetafiletools.cxx | 925 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 D | metaact.cxx | 4105 SvtGraphicStroke aStroke; in Move() local 4106 aMemStm >> aStroke; in Move() 4109 aStroke.getPath( aPath ); in Move() 4111 aStroke.setPath( aPath ); in Move() 4119 aStroke.getEndArrow(aEndArrow); in Move() 4123 aDest << aStroke; in Move() 4161 SvtGraphicStroke aStroke; in Scale() local 4162 aMemStm >> aStroke; in Scale() 4164 aStroke.getPath( aPath ); in Scale() 4166 aStroke.setPath( aPath ); in Scale() [all …]
|
H A D | gdimtf.cxx | 1305 SvtGraphicStroke aStroke; in Rotate() local 1306 aMemStm >> aStroke; in Rotate() 1308 aStroke.getPath( aPath ); in Rotate() 1309 aStroke.setPath( ImplGetRotatedPolygon( aPath, aRotAnchor, aRotOffset, fSin, fCos ) ); in Rotate() 1310 aDest << aStroke; in Rotate()
|
/aoo42x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1553 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()
|
/aoo42x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 1241 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()
|
/aoo42x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1741 SvtGraphicStroke aStroke; in Impl_writeActions() local 1745 aMemStm >> aStroke; in Impl_writeActions() 1749 if( Impl_writeStroke( aStroke ) ) in Impl_writeActions()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | sdview.cxx | 323 const drawinglayer::attribute::StrokeAttribute aStroke(aDotDashArray, fFullDotDashLen); in createRedirectedPrimitive2DSequence() local 329 aStroke)); in createRedirectedPrimitive2DSequence()
|
Completed in 100 milliseconds