Searched refs:rStop (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter.cxx | 122 void PDFWriter::DrawLine( const Point& rStart, const Point& rStop ) in DrawLine() argument 124 ((PDFWriterImpl*)pImplementation)->drawLine( rStart, rStop ); in DrawLine() 127 void PDFWriter::DrawLine( const Point& rStart, const Point& rStop, const LineInfo& rInfo ) in DrawLine() argument 129 ((PDFWriterImpl*)pImplementation)->drawLine( rStart, rStop, rInfo ); in DrawLine() 157 void PDFWriter::DrawArc( const Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawArc() argument 159 ((PDFWriterImpl*)pImplementation)->drawArc( rRect, rStart, rStop, false, false ); in DrawArc() 162 void PDFWriter::DrawPie( const Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawPie() argument 164 ((PDFWriterImpl*)pImplementation)->drawArc( rRect, rStart, rStop, true, false ); in DrawPie() 167 void PDFWriter::DrawChord( const Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawChord() argument 169 ((PDFWriterImpl*)pImplementation)->drawArc( rRect, rStart, rStop, false, true ); in DrawChord()
|
H A D | pdfwriter_impl.hxx | 1232 void drawLine( const Point& rStart, const Point& rStop ); 1233 void drawLine( const Point& rStart, const Point& rStop, const LineInfo& rInfo ); 1239 …void drawWaveLine( const Point& rStart, const Point& rStop, sal_Int32 nDelta, sal_Int32 nLineWidth… 1247 …void drawArc( const Rectangle& rRect, const Point& rStart, const Point& rStop, bool bWithPie, bool…
|
H A D | pdfwriter_impl.cxx | 7931 void PDFWriterImpl::drawLine( const Point& rStart, const Point& rStop ) in drawLine() argument 7943 m_aPages.back().appendPoint( rStop, aLine ); in drawLine() 7949 void PDFWriterImpl::drawLine( const Point& rStart, const Point& rStop, const LineInfo& rInfo ) in drawLine() argument 7959 drawLine( rStart, rStop ); in drawLine() 7970 m_aPages.back().appendPoint( rStop, aLine ); in drawLine() 7979 Point aPolyPoints[2] = { rStart, rStop }; in drawLine() 7985 void PDFWriterImpl::drawWaveLine( const Point& rStart, const Point& rStop, sal_Int32 nDelta, sal_In… in drawWaveLine() argument 7987 Point aDiff( rStop-rStart ); in drawWaveLine() 8939 void PDFWriterImpl::drawArc( const Rectangle& rRect, const Point& rStart, const Point& rStop, bool … in drawArc() argument 8951 double fStopAngle = calcAngle( rRect, rStop ); in drawArc()
|
/aoo42x/main/sc/source/core/inc/ |
H A D | jumpmatrix.hxx | 51 void GetJump( double& rBool, short& rStart, short& rNext, short& rStop ) in GetJump() 56 rStop = nStop; in GetJump() 126 short& rStop ) const in GetJump() 144 GetJump( rBool, rStart, rNext, rStop); in GetJump()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | decoview.hxx | 103 …void DrawSeparator( const Point& rStart, const Point& rStop, bool bVertical = true …
|
/aoo42x/main/vcl/source/window/ |
H A D | decoview.cxx | 1255 void DecorationView::DrawSeparator( const Point& rStart, const Point& rStop, bool bVertical ) in DrawSeparator() argument 1257 Point aStart( rStart ), aStop( rStop ); in DrawSeparator()
|
Completed in 71 milliseconds