Searched refs:DrawChord (Results 1 – 13 of 13) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | outdev5.cxx | 258 void OutputDevice::DrawChord( const Rectangle& rRect, in DrawChord() function in OutputDevice 307 mpAlphaVDev->DrawChord( rRect, rStartPt, rEndPt ); in DrawChord()
|
H A D | pdfwriter.cxx | 167 void PDFWriter::DrawChord( const Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawChord() function in PDFWriter
|
H A D | pdfwriter_impl2.cxx | 343 m_rOuterFace.DrawChord( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint() ); in playMetafile()
|
H A D | metaact.cxx | 848 pOut->DrawChord( maRect, maStartPt, maEndPt ); in Execute()
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | winmtf.hxx | 656 void DrawChord( const Rectangle& rRect, const Point& rStartAngle, const Point& rEndAngle );
|
H A D | winwmf.cxx | 315 pOut->DrawChord( aRect, aStart, aEnd ); in ReadRecordParams()
|
H A D | enhwmf.cxx | 748 …pOut->DrawChord( ReadRectangle( nX32, nY32, nx32, ny32 ), Point( nStartX, nStartY ), Point( nEndX,… in ReadEnhWMF()
|
H A D | winmtf.cxx | 1315 void WinMtfOutput::DrawChord( const Rectangle& rRect, const Point& rStart, const Point& rEnd ) in DrawChord() function in WinMtfOutput
|
/trunk/main/vcl/workben/ |
H A D | outdevgrind.cxx | 300 &OutputDevice::DrawChord, in setupMethodStubs()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 500 …mpOutputDevice->DrawChord( Rectangle( Point( x, y ), Size( width, height ) ), Point( x1, y1 ), Poi… in drawChord()
|
/trunk/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 782 void DrawChord( const Rectangle& rRect,
|
H A D | outdev.hxx | 757 void DrawChord( const Rectangle& rRect,
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 527 aOut.DrawChord(aRectangle, aRectangle.TopLeft(), aRectangle.BottomCenter()); in create2DDecompositionOfGraphic()
|
Completed in 139 milliseconds