Home
last modified time | relevance | path

Searched refs:JoinType (Results 1 – 13 of 13) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dgraphictools.hxx73 enum JoinType enum in SvtGraphicStroke
102 JoinType aJoin,
147 JoinType getJoinType () const;
197 void setJoinType ( JoinType );
214 JoinType maJoinType;
H A Dpdfwriter.hxx84 enum JoinType { joinMiter, joinRound, joinBevel }; enum in vcl::PDFWriter
90 JoinType m_eJoin;
/trunk/main/vcl/source/gdi/
H A Dgraphictools.cxx140 JoinType aJoin, in SvtGraphicStroke()
185 SvtGraphicStroke::JoinType SvtGraphicStroke::getJoinType() const in getJoinType()
302 void SvtGraphicStroke::setJoinType( JoinType eType ) in setJoinType()
353 rClass.maJoinType = SvtGraphicStroke::JoinType(nTmp); in operator >>()
/trunk/main/offapi/com/sun/star/rendering/
H A DStrokeAttributes.idl51 <member>StrokeAttributes::JoinType</member> is set to
56 <member>StrokeAttributes::JoinType</member> to
136 byte JoinType;
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper.cxx364 const bool bIsMiter(rendering::PathJoinType::MITER == strokeAttributes.JoinType); in strokePolyPolygon()
365 const bool bIsNone(rendering::PathJoinType::NONE == strokeAttributes.JoinType); in strokePolyPolygon()
382 aPen.SetLineJoin( gdiJoinFromJoin(strokeAttributes.JoinType) ); in strokePolyPolygon()
/trunk/main/canvas/workben/
H A Dcanvasdemo.cxx293 aStrokeAttrs.JoinType = rendering::PathJoinType::MITER; in drawHilbert()
348 aStrokeAttrs.JoinType = rendering::PathJoinType::MITER; in drawEllipses()
450 aStrokeAttrs.JoinType = rendering::PathJoinType::MITER; in drawCurves()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx91 SvtGraphicStroke::JoinType eJoinType;
145 SvtGraphicStroke::JoinType eJoinType;
205 SvtGraphicStroke::JoinType eJoinType, SvtGraphicStroke::DashArray& rDashArray );
1251 SvtGraphicStroke::JoinType eJT( aStroke.getJoinType() ); in ImplWriteActions()
2380 SvtGraphicStroke::JoinType eJoin, in ImplWriteLineInfo()
2429 SvtGraphicStroke::JoinType aJoinType(SvtGraphicStroke::joinMiter); in ImplWriteLineInfo()
/trunk/main/canvas/source/tools/
H A Dverifyinput.cxx572 if( strokeAttributes.JoinType < rendering::PathJoinType::NONE || in verifyInput()
573 strokeAttributes.JoinType > rendering::PathJoinType::BEVEL ) in verifyInput()
579 … ::rtl::OUString::valueOf(sal::static_int_cast<sal_Int32>(strokeAttributes.JoinType)) + in verifyInput()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx279 o_rStrokeAttributes.JoinType = rendering::PathJoinType::NONE; in setupStrokeAttributes()
282 o_rStrokeAttributes.JoinType = rendering::PathJoinType::BEVEL; in setupStrokeAttributes()
285 o_rStrokeAttributes.JoinType = rendering::PathJoinType::MITER; in setupStrokeAttributes()
288 o_rStrokeAttributes.JoinType = rendering::PathJoinType::ROUND; in setupStrokeAttributes()
H A Dtextaction.cxx1743 aStrokeAttributes.JoinType = rendering::PathJoinType::MITER; in operator ()()
1821 aStrokeAttributes.JoinType = rendering::PathJoinType::MITER; in operator ()()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx413 b2DJoineFromJoin(strokeAttributes.JoinType), in strokePolyPolygon()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx425 SvtGraphicStroke::JoinType eJoin(SvtGraphicStroke::joinNone); in impTryToCreateSvtGraphicStroke()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1164 switch( strokeAttributes.JoinType ) { in strokePolyPolygon()

Completed in 95 milliseconds