Home
last modified time | relevance | path

Searched refs:DrawEllipse (Results 1 – 25 of 747) sorted by relevance

12345678910>>...30

/dports/devel/upp/upp/tutorial/Draw05/
H A Dmain.cpp16 iw.Alpha().DrawEllipse(0, 0, 100, 40, GrayColor(255)); in MyApp()
17 iw.DrawEllipse(0, 0, 100, 40, Yellow()); in MyApp()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_pseudodc.py101 self.pdc.DrawEllipse(10, 10, 50, 25)
102 self.pdc.DrawEllipse(wx.Rect(10, 40, 50, 25))
103 self.pdc.DrawEllipse((10, 70), (50,25))
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/graphics/
H A Dboundingbox.cpp105 CPPUNIT_TEST( DrawEllipse );
130 void DrawEllipse();
267 void GCDCBoundingBoxTestCase::DrawEllipse() in DrawEllipse() function in GCDCBoundingBoxTestCase
269 m_gcdc->DrawEllipse(54, 45, 23, 12); in DrawEllipse()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/graphics/
H A Dboundingbox.cpp105 CPPUNIT_TEST( DrawEllipse );
130 void DrawEllipse();
267 void GCDCBoundingBoxTestCase::DrawEllipse() in DrawEllipse() function in GCDCBoundingBoxTestCase
269 m_gcdc->DrawEllipse(54, 45, 23, 12); in DrawEllipse()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/graphics/
H A Dboundingbox.cpp106 CPPUNIT_TEST( DrawEllipse );
134 void DrawEllipse();
271 void GCDCBoundingBoxTestCase::DrawEllipse() in DrawEllipse() function in GCDCBoundingBoxTestCase
273 m_gcdc->DrawEllipse(54, 45, 23, 12); in DrawEllipse()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DGdiGraphics.cs149 public void DrawEllipse( in DrawEllipse() method in System.Windows.Forms.DataVisualization.Charting.GdiGraphics
157 _graphics.DrawEllipse( pen, x, y, width, height ); in DrawEllipse()
372 public void DrawEllipse( in DrawEllipse() method in System.Windows.Forms.DataVisualization.Charting.GdiGraphics
377 _graphics.DrawEllipse( pen, rect ); in DrawEllipse()
H A DChartRenderingEngine.cs192 internal void DrawEllipse( in DrawEllipse() method in System.Windows.Forms.DataVisualization.Charting.ChartGraphics
200 RenderingObject.DrawEllipse( pen, x, y, width, height ); in DrawEllipse()
463 internal void DrawEllipse( in DrawEllipse() method in System.Windows.Forms.DataVisualization.Charting.ChartGraphics
468 RenderingObject.DrawEllipse( pen, rect ); in DrawEllipse()
H A DIChartRenderingEngine.cs112 void DrawEllipse( in DrawEllipse() method
299 void DrawEllipse( in DrawEllipse() method
/dports/devel/upp/upp/tutorial/Draw01/
H A Dmain.cpp15 w.DrawEllipse(210, 20, 80, 60, Blue()); in Paint()
17 w.DrawEllipse(310, 20, 80, 60, LtBlue(), 5, Red()); in Paint()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/bgraaggtest/
H A Ddistortions_main.pas92 procedure DrawEllipse(source: IBGRAScanner); procedure
120 DrawEllipse(image);
126 DrawEllipse(grad);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/bgraaggtest/
H A Ddistortions_main.pas92 procedure DrawEllipse(source: IBGRAScanner); procedure
120 DrawEllipse(image);
126 DrawEllipse(grad);
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dgl_wrap.h57 void DrawEllipse(Vector2D center, Vector2D radius) const;
58 …void DrawCircle(Vector2D center, float radius) const { DrawEllipse(center, Vector2D(radius, radius… in DrawCircle()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Charts/
H A DSVGRenderer.cs146 …fGfx.DrawEllipse(circlePath.X, circlePath.Y, circlePath.Width, circlePath.Height, null /*pen*/, br… in FillPath()
159 …fGfx.DrawEllipse(circlePath.X, circlePath.Y, circlePath.Width, circlePath.Height, pen, null /*brus… in DrawPath()
172 … fGfx.DrawEllipse(circlePath.X, circlePath.Y, circlePath.Width, circlePath.Height, pen, brush); in DrawPath()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Designers/
H A DListenDesigner.cs84 e.Graphics.DrawEllipse(compositeDesignerTheme.ForegroundPen, roundRectangle); in OnPaint()
88 e.Graphics.DrawEllipse(compositeDesignerTheme.ForegroundPen, roundRectangle); in OnPaint()
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Drain.c89 static void DrawEllipse(ModeInfo * mi, dropstruct *drop, unsigned long color) in DrawEllipse() function
295 DrawEllipse(mi, drop, MI_BLACK_PIXEL(mi)); in draw_rain()
306 DrawEllipse(mi, drop, drop->color); in draw_rain()
/dports/devel/upp/upp/examples/Box2DExample/
H A Dmain.cpp102 w->DrawEllipse(p.x, p.y, r, r, conv(color, 150.0)); in DrawCircle()
109 w->DrawEllipse(p.x, p.y, r, r, conv(color, 255.0), PEN_SOLID, conv(color, 150.0)); in DrawSolidCircle()
314 bp.DrawEllipse(p2.x - 3, p2.y - 3, 6, 6, Green, PEN_SOLID, Black); in Paint()
327 w.DrawEllipse(p2.x - 3, p2.y - 3, 6, 6, Green, PEN_SOLID, Black); in Paint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/outdev/
H A Dcurvedshapes.cxx29 void OutputDevice::DrawEllipse( const tools::Rectangle& rRect ) in DrawEllipse() function in OutputDevice
70 mpAlphaVDev->DrawEllipse( rRect ); in DrawEllipse()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/outdev/
H A Dcurvedshapes.cxx29 void OutputDevice::DrawEllipse( const tools::Rectangle& rRect ) in DrawEllipse() function in OutputDevice
71 mpAlphaVDev->DrawEllipse( rRect ); in DrawEllipse()
/dports/devel/upp/upp/reference/QtfDrawing/
H A Dmain.cpp9 dw.DrawEllipse(10, 10, 80, 80, Red, 5, Blue);
/dports/textproc/groff/groff-1.22.4/src/devices/xditview/
H A Ddraw.h12 void DrawEllipse(DviWidget, int, int);
/dports/devel/upp/upp/reference/ImageDraw/
H A Dmain.cpp16 w.DrawEllipse(0, 0, 100, 100, SGreen); in App()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxled/lcdWindow/src/
H A Dlcdwindow.cpp150 dc->DrawEllipse( x, y, 2 * sw, 2 * sw ); in DrawTwoDots()
154 dc->DrawEllipse( x, y, 2 * sw, 2 * sw ); in DrawTwoDots()
288 dc->DrawEllipse( x + 1, y - sw, sw, sw ); in DrawSegment()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/KWIC/src/wx/KWIC/
H A DLCDWindow.cpp164 dc->DrawEllipse( x, y, 2 * sw, 2 * sw ); in DrawTwoDots()
168 dc->DrawEllipse( x, y, 2 * sw, 2 * sw ); in DrawTwoDots()
303 dc->DrawEllipse( x + 1, y - sw, sw, sw ); in DrawSegment()
/dports/devel/upp/upp/reference/Reports/
H A Dmain.cpp19 r.DrawEllipse(300, y + 50, 3000, 2000, LtRed, 20);
/dports/devel/upp/upp/tutorial/Draw04/
H A Dmain.cpp17 iw.DrawEllipse(10, 10, 180, 100, Cyan()); in MyApp()

12345678910>>...30