Searched refs:JoinType (Results 1 – 13 of 13) sorted by relevance
73 enum JoinType enum in SvtGraphicStroke102 JoinType aJoin,147 JoinType getJoinType () const;197 void setJoinType ( JoinType );214 JoinType maJoinType;
84 enum JoinType { joinMiter, joinRound, joinBevel }; enum in vcl::PDFWriter90 JoinType m_eJoin;
140 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 >>()
51 <member>StrokeAttributes::JoinType</member> is set to56 <member>StrokeAttributes::JoinType</member> to136 byte JoinType;
364 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()
293 aStrokeAttrs.JoinType = rendering::PathJoinType::MITER; in drawHilbert()348 aStrokeAttrs.JoinType = rendering::PathJoinType::MITER; in drawEllipses()450 aStrokeAttrs.JoinType = rendering::PathJoinType::MITER; in drawCurves()
91 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()
572 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()
279 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()
1743 aStrokeAttributes.JoinType = rendering::PathJoinType::MITER; in operator ()()1821 aStrokeAttributes.JoinType = rendering::PathJoinType::MITER; in operator ()()
413 b2DJoineFromJoin(strokeAttributes.JoinType), in strokePolyPolygon()
425 SvtGraphicStroke::JoinType eJoin(SvtGraphicStroke::joinNone); in impTryToCreateSvtGraphicStroke()
1164 switch( strokeAttributes.JoinType ) { in strokePolyPolygon()
Completed in 238 milliseconds