Searched refs:drawArc (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | pdfwriter.cxx | 159 ((PDFWriterImpl*)pImplementation)->drawArc( rRect, rStart, rStop, false, false ); in DrawArc() 164 ((PDFWriterImpl*)pImplementation)->drawArc( rRect, rStart, rStop, true, false ); in DrawPie() 169 ((PDFWriterImpl*)pImplementation)->drawArc( rRect, rStart, rStop, false, true ); in DrawChord()
|
H A D | pdfwriter_impl.hxx | 1247 …void drawArc( const Rectangle& rRect, const Point& rStart, const Point& rStop, bool bWithPie, bool…
|
H A D | pdfwriter_impl.cxx | 8939 void PDFWriterImpl::drawArc( const Rectangle& rRect, const Point& rStart, const Point& rStop, bool … in drawArc() function in PDFWriterImpl
|
/aoo41x/main/filter/source/graphicfilter/ipict/ |
H A D | shape.hxx | 55 …void drawArc(VirtualDevice *dev, bool drawFrame, Rectangle const &orig, const double& angle1, cons…
|
H A D | shape.cxx | 174 …void drawArc(VirtualDevice *dev, bool drawFrame, Rectangle const &orig, const double& angle1, cons… in drawArc() function
|
H A D | ipict.cxx | 596 PictReaderShape::drawArc(pVirDev, eMethod==PDM_FRAME, aLastArcRect,fAng1,fAng2, nActPenSize); in ReadAndDrawSameArc()
|
/aoo41x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxgraphics.hxx | 136 …virtual void SAL_CALL drawArc( ::sal_Int32 X, ::sal_Int32 Y, ::sal_Int32 Width, ::sal_Int32 Height…
|
/aoo41x/main/offapi/com/sun/star/awt/ |
H A D | XGraphics.idl | 183 [oneway] void drawArc( [in] long X,
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 471 void VCLXGraphics::drawArc( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int32 … in drawArc() function in VCLXGraphics
|
Completed in 203 milliseconds