Searched refs:joinRound (Results 1 – 9 of 9) sorted by relevance
78 joinRound, enumerator
84 enum JoinType { joinMiter, joinRound, joinBevel }; enumerator
608 … case SvtGraphicStroke::joinRound: aInfo.m_eJoin = PDFWriter::joinRound;break; in playMetafile()
235 case joinRound: in toString()
9109 rOut.m_eJoin = PDFWriter::joinRound; in convertLineInfoToExtLineInfo()9178 case PDFWriter::joinRound: aLine.append( " 1 j" );break; in drawPolyLine()
463 eJoin = SvtGraphicStroke::joinRound; in impTryToCreateSvtGraphicStroke()
1237 if(SvtGraphicStroke::joinRound != rStroke.getJoinType()) in Impl_writeStroke()
1604 case SvtGraphicStroke::joinRound: in ImplWriteActions()
2446 aJoinType = SvtGraphicStroke::joinRound; in ImplWriteLineInfo()
Completed in 119 milliseconds