/trunk/main/vcl/source/gdi/ |
H A D | outdev5.cxx | 157 void OutputDevice::DrawArc( const Rectangle& rRect, in DrawArc() function in OutputDevice 199 mpAlphaVDev->DrawArc( rRect, rStartPt, rEndPt ); in DrawArc()
|
H A D | pdfwriter.cxx | 157 void PDFWriter::DrawArc( const Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawArc() function in PDFWriter
|
H A D | pdfwriter_impl2.cxx | 329 m_rOuterFace.DrawArc( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint() ); in playMetafile()
|
H A D | metaact.cxx | 700 pOut->DrawArc( maRect, maStartPt, maEndPt ); in Execute()
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | enhwmf.cxx | 740 …pOut->DrawArc( ReadRectangle( nX32, nY32, nx32, ny32 ), Point( nStartX, nStartY ), Point( nEndX, n… in ReadEnhWMF() 778 …pOut->DrawArc( ReadRectangle( nX32, nY32, nx32, ny32 ), Point( nStartX, nStartY ), Point( nEndX, n… in ReadEnhWMF()
|
H A D | winmtf.hxx | 654 …void DrawArc( const Rectangle& rRect, const Point& rStartAngle, const Point& rEndAngle, sal_Boo…
|
H A D | winwmf.cxx | 289 pOut->DrawArc( aRect, aStart, aEnd ); in ReadRecordParams()
|
H A D | winmtf.cxx | 1259 void WinMtfOutput::DrawArc( const Rectangle& rRect, const Point& rStart, const Point& rEnd, sal_Boo… in DrawArc() function in WinMtfOutput
|
/trunk/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 1055 pVirDev->DrawArc(Rectangle((long)(cx-rx),(long)(cy-ry), in ReadArc() 1059 pVirDev->DrawArc(Rectangle((long)(cx-rx),(long)(cy-ry), in ReadArc() 1157 pVirDev->DrawArc(aRect,aPStart,aPEnd); in ReadPartialArc()
|
/trunk/main/vcl/workben/ |
H A D | outdevgrind.cxx | 280 &OutputDevice::DrawArc, in setupMethodStubs()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 478 …mpOutputDevice->DrawArc( Rectangle( Point( x, y ), Size( width, height ) ), Point( x1, y1 ), Point… in drawArc()
|
/trunk/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 778 void DrawArc( const Rectangle& rRect,
|
H A D | outdev.hxx | 753 void DrawArc( const Rectangle& rRect,
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 513 aOut.DrawArc(aRectangle, aRectangle.TopLeft(), aRectangle.BottomCenter()); in create2DDecompositionOfGraphic()
|
/trunk/main/filter/source/graphicfilter/idxf/ |
H A D | dxf2mtf.cxx | 369 pVirDev->DrawArc( in DrawArcEntity()
|
/trunk/main/svtools/source/filter/ |
H A D | sgvmain.cxx | 782 case CircArc : rOut.DrawArc(aRect,aEnde,aStrt); break; in Draw()
|