Home
last modified time | relevance | path

Searched defs:DrawArc (Results 1 – 25 of 106) sorted by relevance

12345

/dports/devel/upp/upp/examples/PainterExamples/
H A DDrawArc.cpp3 void DrawArc(Painter& sw) in DrawArc() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/outdev/
H A Dcurvedshapes.cxx73 void OutputDevice::DrawArc( const tools::Rectangle& rRect, in DrawArc() function in OutputDevice
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/outdev/
H A Dcurvedshapes.cxx74 void OutputDevice::DrawArc( const tools::Rectangle& rRect, in DrawArc() function in OutputDevice
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/pcbnew_utils/
H A Dboard_construction_utils.cpp59 void DrawArc( FOOTPRINT& aFootprint, const VECTOR2I& aCentre, const VECTOR2I& aStart, in DrawArc() function
/dports/games/flying/flying-6.20/
H A Dgraph.h74 inline void DrawArc( const Vec2 &p, const Real& r, const Real& from, const Real& angle ) { in DrawArc() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkLiteDL.cpp210 struct DrawArc final : Op { struct
211 static const auto kType = Type::DrawArc;
212 DrawArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, bool useCenter, in DrawArc() function
216 SkRect oval;
217 SkScalar startAngle;
218 SkScalar sweepAngle;
219 bool useCenter;
220 SkPaint paint;
221 void draw(SkCanvas* c, const SkMatrix&) const { c->drawArc(oval, startAngle, sweepAngle, in draw()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkLiteDL.cpp218 struct DrawArc final : Op { struct
219 static const auto kType = Type::DrawArc;
220 DrawArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, bool useCenter, in DrawArc() function
224 SkRect oval;
225 SkScalar startAngle;
226 SkScalar sweepAngle;
227 bool useCenter;
228 SkPaint paint;
229 void draw(SkCanvas* c, const SkMatrix&) { c->drawArc(oval, startAngle, sweepAngle, in draw()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/graphics/
H A Dboundingbox.cpp184 void GCDCBoundingBoxTestCase::DrawArc() in DrawArc() function in GCDCBoundingBoxTestCase
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/graphics/
H A Dboundingbox.cpp184 void GCDCBoundingBoxTestCase::DrawArc() in DrawArc() function in GCDCBoundingBoxTestCase
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/graphics/
H A Dboundingbox.cpp188 void GCDCBoundingBoxTestCase::DrawArc() in DrawArc() function in GCDCBoundingBoxTestCase
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dftedev.h50 disp_fn_Arc_t *DrawArc; member
/dports/x11-toolkits/vdk/vdk-2.5.1/src/
H A Dcanvas.cc410 void VDKCanvas::DrawArc(gint filled, in DrawArc() function in VDKCanvas
H A Dvdkdrawarea.cc349 void VDKDrawingArea::DrawArc(gint filled, in DrawArc() function in VDKDrawingArea
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_align/
H A Dedit_align.cpp554 void EditAlignPlugin::DrawArc(vcg::AlignPair::Result *A ) in DrawArc() function in EditAlignPlugin
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dptrstyle.hxx84 DrawArc = css::awt::SystemPointer::DRAW_ARC, enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dptrstyle.hxx84 DrawArc = css::awt::SystemPointer::DRAW_ARC, enumerator
/dports/games/openssn/openssn/src/
H A Ddraw.cpp67 void DrawArc(SDL_Surface *screen, int X1, int Y1, int Radius, int Theta1, int Theta2, Uint32 Color){ in DrawArc() function
H A Dradar.cpp1208 void Radar::DrawArc(SDL_Surface *screen, int X1, int Y1, int Radius, int Theta1, int Theta2, Uint32… in DrawArc() function in Radar
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKComponents/GKUI/Platform/
H A DWFGfxRenderer.cs72 …public override void DrawArc(IPen pen, float x, float y, float width, float height, float startAng… in DrawArc() method in GKUI.Platform.WFGfxRenderer
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A DarcOp.c62 DrawArc(Widget w, Drawable d, GC gc, LocalInfo * l) in DrawArc() function
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/wand/
H A Ddrawing_wand.h26 #define DrawArc MagickDrawArc macro
/dports/x11/xditview/xditview-1.0.5/
H A Ddraw.c213 DrawArc (DviWidget dw, int x0, int y0, int x1, int y1) in DrawArc() function
/dports/devel/upp/upp/reference/Framebuffer/
H A DGui.h246 inline void DrawArc(HDC hdc, const Rect& rc, Point p, Point q){ Arc(hdc, rc.left, rc.top, rc.ri… in DrawArc() function
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DWin32Gui.h252 inline void DrawArc(HDC hdc, const Rect& rc, Point p, Point q){ Arc(hdc, rc.left, rc.top, rc.ri… in DrawArc() function
/dports/devel/upp/upp/uppsrc/VirtualGui/
H A DGui.h246 inline void DrawArc(HDC hdc, const Rect& rc, Point p, Point q){ Arc(hdc, rc.left, rc.top, rc.ri… in DrawArc() function

12345