Home
last modified time | relevance | path

Searched refs:FillEllipse (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/dports/games/aklabeth/aklabeth-1.0/src/
H A Dsdw.hxx76 void FillEllipse(int x1=0,int y1=0,int x2=0,int y2=0);
77 void FillEllipse(Rect &r) { FillEllipse(r.Left,r.Top,r.Right,r.Bottom); } in FillEllipse() function in SDLWrapper::Surface
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Designers/
H A DListenDesigner.cs83 e.Graphics.FillEllipse(compositeDesignerTheme.ForegroundBrush, roundRectangle); in OnPaint()
87 e.Graphics.FillEllipse(compositeDesignerTheme.ForegroundBrush, roundRectangle); in OnPaint()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DGdiGraphics.cs403 public void FillEllipse( in FillEllipse() method in System.Windows.Forms.DataVisualization.Charting.GdiGraphics
408 _graphics.FillEllipse( brush, rect ); in FillEllipse()
H A DChartRenderingEngine.cs494 internal void FillEllipse( in FillEllipse() method in System.Windows.Forms.DataVisualization.Charting.ChartGraphics
499 RenderingObject.FillEllipse( brush, rect ); in FillEllipse()
H A DIChartRenderingEngine.cs324 void FillEllipse( in FillEllipse() method
/dports/graphics/nplot/nplot-9a92e78/src/
H A DMarker.cs294 g.FillEllipse(brush_, x - h_, y - h_, size_, size_); in Draw()
339 g.FillEllipse(brush_, x - h_, y - h_, size_, size_); in Draw()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Graphics/
H A DCircleAnnotationRenderable.cs57 cr.FillEllipse(tl, br, color); in Render()
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainEditor2/Models/Trains/
H A DTrain.cs216 g.FillEllipse(new SolidBrush(color), new Rectangle(x1 - 2, y1 - 2, 5, 5)); in DrawAccelerationCurve()
229 g.FillEllipse(new SolidBrush(color), new Rectangle(x2 - 2, y2 - 2, 5, 5)); in DrawAccelerationCurve()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fde/
H A Dfde_gedevice.h88 FX_BOOL FillEllipse(CFDE_Brush* pBrush,
/dports/graphics/pinta/pinta-1.7.1/Pinta.Effects/Dialogs/
H A DEffects.CurvesDialog.cs357 g.FillEllipse (rect, new Color (0.9, 0.9, 0.9)); in DrawControlPoints()
365 g.FillEllipse (rect, info.Color); in DrawControlPoints()
/dports/graphics/grx/grx249/pascal/bgi/
H A Ddemo.pas219FillEllipse(random(GetMaxX - 2 * rx) + rx, random(GetMaxY-(2 * Round(ry * Corr) + 10)) + Round(ry …
360 FillEllipse(30, 25, 15, 15);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Imaging/
H A DEmfPlusRecordType.cs239 FillEllipse, enumerator
/dports/graphics/pinta/pinta-1.7.1/Pinta.Gui.Widgets/Widgets/
H A DAnglePickerGraphic.cs153 g.FillEllipse (gripEllipseRect, new Cairo.Color (.1, .1, .1)); in OnExposeEvent()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/FastColoredTextBox/
H A DBookmarks.cs251 gr.FillEllipse(brush, 0, lineRect.Top, size, size); in Paint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dlist_marker_painter.cc43 context.FillEllipse(FloatRect(marker)); in PaintSymbol()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dlist_marker_painter.cc41 context.FillEllipse(FloatRect(marker)); in PaintSymbol()
/dports/devel/upp/upp/uppsrc/ScatterCtrl/
H A DScatterCtrl.usc232 fn FillEllipse(w, left, top, right, bottom, background)
255 FillEllipse(w, cx-R, cy-R, cx+R, cy+R, color);
/dports/lang/ptoc/ptoc/
H A Dgraph.pas246 procedure FillEllipse(x, y: integer; XRadius, YRadius: Word); procedure
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/test4other/zengl/08 - Sprite Engine (BGRABitmap)/
H A Ddemo08.lpr139 BGLCanvas.FillEllipse(400,300,100,100, BGRA(255,0,0,128),False);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/test4other/zengl/08 - Sprite Engine (BGRABitmap)/
H A Ddemo08.lpr139 BGLCanvas.FillEllipse(400,300,100,100, BGRA(255,0,0,128),False);
/dports/devel/upp/upp/bazaar/Controls4U/
H A DControls4U.usc100 fn FillEllipse(w, left, top, right, bottom, background)
123 FillEllipse(w, cx-R, cy-R, cx+R, cy+R, color);
624 FillEllipse(w, r.left, r.top, r.right, r.bottom, .SetBackground);
690 FillEllipse(w, r.left, r.top, r.right, r.bottom, backColor);
838 FillEllipse(w, left, top, right, bottom, :SLtGray);
844 FillEllipse(w, left, top, right, bottom, :SBlack);
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKLifePlugin/ConwayLife/
H A DLifeViewer.cs316 gfx.FillEllipse(brush, r); in OnPaint()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGraphics.Unix.cs1474 public void FillEllipse(Brush brush, Rectangle rect) in FillEllipse() method in System.Drawing.Graphics
1478 FillEllipse(brush, rect.X, rect.Y, rect.Width, rect.Height); in FillEllipse()
1481 public void FillEllipse(Brush brush, RectangleF rect) in FillEllipse() method in System.Drawing.Graphics
1485 FillEllipse(brush, rect.X, rect.Y, rect.Width, rect.Height); in FillEllipse()
1488 public void FillEllipse(Brush brush, float x, float y, float width, float height) in FillEllipse() method in System.Drawing.Graphics
1496 public void FillEllipse(Brush brush, int x, int y, int width, int height) in FillEllipse() method in System.Drawing.Graphics
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/
H A DWidgetUtils.cs96 Game.Renderer.RgbaColorRenderer.FillEllipse(tl, br, c); in FillEllipseWithColor()
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/UserInterface/
H A DformMain.Controls.cs658 e.Graphics.FillEllipse(Brushes.Gold, x + w - 16.0f, y, 16.0f, 16.0f); in pictureboxJoysticks_Paint()
753 …e.Graphics.FillEllipse(Brushes.White, u + 0.5f * g + dx - 4.0f, v + 0.5f * g + dy - 4.0f, 8.0f, 8.… in pictureboxJoysticks_Paint()
764 …e.Graphics.FillEllipse(Brushes.Firebrick, u + 0.5f * g + dx - 2.0f, v + 0.5f * g + dy - 2.0f, 4.0f… in pictureboxJoysticks_Paint()

12345678910>>...13