Searched refs:DrawPie (Results 1 – 15 of 15) sorted by relevance
/trunk/main/svx/source/dialog/ |
H A D | dialcontrol.cxx | 165 DrawPie( maRect, maRect.TopRight(), maRect.TopCenter() ); in DrawBackground() 166 DrawPie( maRect, maRect.BottomLeft(), maRect.BottomCenter() ); in DrawBackground() 170 DrawPie( maRect, maRect.BottomCenter(), maRect.TopRight() ); in DrawBackground() 174 DrawPie( maRect, maRect.BottomRight(), maRect.RightCenter() ); in DrawBackground() 179 DrawPie( maRect, maRect.TopCenter(), maRect.BottomLeft() ); in DrawBackground() 183 DrawPie( maRect, maRect.TopLeft(), maRect.LeftCenter() ); in DrawBackground()
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev5.cxx | 204 void OutputDevice::DrawPie( const Rectangle& rRect, in DrawPie() function in OutputDevice 253 mpAlphaVDev->DrawPie( rRect, rStartPt, rEndPt ); in DrawPie()
|
H A D | pdfwriter.cxx | 162 void PDFWriter::DrawPie( const Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawPie() function in PDFWriter
|
H A D | pdfwriter_impl2.cxx | 336 m_rOuterFace.DrawPie( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint() ); in playMetafile()
|
H A D | metaact.cxx | 774 pOut->DrawPie( maRect, maStartPt, maEndPt ); in Execute()
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | winmtf.hxx | 655 void DrawPie( const Rectangle& rRect, const Point& rStartAngle, const Point& rEndAngle );
|
H A D | winwmf.cxx | 305 pOut->DrawPie( aRect, aStart, aEnd ); in ReadRecordParams()
|
H A D | enhwmf.cxx | 763 pOut->DrawPie( aRect, Point( nStartX, nStartY ), Point( nEndX, nEndY ) ); in ReadEnhWMF()
|
H A D | winmtf.cxx | 1290 void WinMtfOutput::DrawPie( const Rectangle& rRect, const Point& rStart, const Point& rEnd ) in DrawPie() function in WinMtfOutput
|
/trunk/main/vcl/workben/ |
H A D | outdevgrind.cxx | 290 &OutputDevice::DrawPie, in setupMethodStubs()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 489 …mpOutputDevice->DrawPie( Rectangle( Point( x, y ), Size( width, height ) ), Point( x1, y1 ), Point… in drawPie()
|
/trunk/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 780 void DrawPie( const Rectangle& rRect,
|
H A D | outdev.hxx | 755 void DrawPie( const Rectangle& rRect,
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 520 aOut.DrawPie(aRectangle, aRectangle.TopLeft(), aRectangle.BottomCenter()); in create2DDecompositionOfGraphic()
|
/trunk/main/svtools/source/filter/ |
H A D | sgvmain.cxx | 784 case CircAbsn: rOut.DrawPie(aRect,aEnde,aStrt); break; in Draw()
|
Completed in 143 milliseconds