Home
last modified time | relevance | path

Searched refs:sweepAngle (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dspiralvectordialog.cpp31 sweepAngle->setNewUnit(6); in SpiralVectorDialog()
32 sweepAngle->setValues(0, 36000, 1, 0); in SpiralVectorDialog()
35 connect(sweepAngle, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in SpiralVectorDialog()
62 disconnect(sweepAngle, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in setValues()
65 sweepAngle->setValue(sweep); in setValues()
67 sweepAngle->setMinimum(start + 1); in setValues()
70 connect(sweepAngle, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in setValues()
76 startAngle->setMaximum(sweepAngle->value() - 1); in changeVectors()
77 sweepAngle->setMinimum(startAngle->value() + 1); in changeVectors()
78 emit NewVectors(startAngle->value(), sweepAngle->value(), (arcFactor->value() + 100) / 100.0); in changeVectors()
H A Darcvectordialog.cpp31 sweepAngle->setNewUnit(6); in ArcVectorDialog()
32 sweepAngle->setValues(-360, 360, 1, 0); in ArcVectorDialog()
34 connect(sweepAngle, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in ArcVectorDialog()
61 disconnect(sweepAngle, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in setValues()
65 sweepAngle->setValue(sweep); in setValues()
69 connect(sweepAngle, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in setValues()
78 emit NewVectors(startAngle->value(), sweepAngle->value(), newHeight, newWidth); in changeVectors()
/dports/graphics/krita/krita-4.4.8/plugins/flake/pathshapes/enhancedpath/
H A DEnhancedPathCommand.cpp157 qreal sweepAngle = radSweepAngle(startAngle, stopAngle, clockwise); in execute() local
266 qreal sweepAngle = stop - start; in radSweepAngle() local
267 if (fabs(sweepAngle) < 0.1) { in radSweepAngle()
273 sweepAngle = (stop - start) - 2 * M_PI; in radSweepAngle()
278 sweepAngle = 2 * M_PI - (start - stop); in radSweepAngle()
282 return sweepAngle; in radSweepAngle()
287 qreal sweepAngle = stop - start; in degSweepAngle() local
288 if (fabs(sweepAngle) < 0.1) { in degSweepAngle()
294 sweepAngle = (stop - start) - 360.0; in degSweepAngle()
299 sweepAngle = 360.0 - (start - stop); in degSweepAngle()
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/pathshapes/enhancedpath/
H A DEnhancedPathCommand.cpp112 m_parent->arcTo(radii.x(), radii.y(), points[i+2].x(), sweepAngle); in execute()
265 qreal sweepAngle = stop - start; in radSweepAngle() local
266 if (fabs(sweepAngle) < 0.1) { in radSweepAngle()
272 sweepAngle = (stop - start) - 2*M_PI; in radSweepAngle()
276 sweepAngle = 2*M_PI - (start-stop); in radSweepAngle()
279 return sweepAngle; in radSweepAngle()
284 qreal sweepAngle = stop - start; in degSweepAngle() local
285 if (fabs(sweepAngle) < 0.1) { in degSweepAngle()
291 sweepAngle = (stop - start) - 360.0; in degSweepAngle()
295 sweepAngle = 360.0 - (start-stop); in degSweepAngle()
[all …]
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/util/glu/
H A DPartialDisk.java85 float sweepAngle) { in draw() argument
111 if (sweepAngle < -360.0f) in draw()
112 sweepAngle = 360.0f; in draw()
113 if (sweepAngle > 360.0f) in draw()
114 sweepAngle = 360.0f; in draw()
115 if (sweepAngle < 0) { in draw()
116 startAngle += sweepAngle; in draw()
117 sweepAngle = -sweepAngle; in draw()
120 if (sweepAngle == 360.0f) { in draw()
138 if (sweepAngle == 360.0f) { in draw()
[all …]
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXGauge.cpp129 sweepAngle=-360; in FXIMPLEMENT()
164 sweepAngle=FXCLAMP(-360,sweepang,360); in FXGauge()
406 FXASSERT(-360<=sweepAngle && sweepAngle<=360); in onPaint()
441 if(sweepAngle<0){ in onPaint()
442 sa=startAngle+sweepAngle; in onPaint()
443 sw=-sweepAngle; in onPaint()
447 sw=sweepAngle; in onPaint()
592 if(sweepAngle!=degrees){ in setSweepAngle()
593 sweepAngle=degrees; in setSweepAngle()
688 store << sweepAngle; in save()
[all …]
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXGauge.cpp129 sweepAngle=-360; in FXIMPLEMENT()
164 sweepAngle=FXCLAMP(-360,sweepang,360); in FXGauge()
406 FXASSERT(-360<=sweepAngle && sweepAngle<=360); in onPaint()
441 if(sweepAngle<0){ in onPaint()
442 sa=startAngle+sweepAngle; in onPaint()
443 sw=-sweepAngle; in onPaint()
447 sw=sweepAngle; in onPaint()
592 if(sweepAngle!=degrees){ in setSweepAngle()
593 sweepAngle=degrees; in setSweepAngle()
688 store << sweepAngle; in save()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DPieChart.cs938 sweepAngle, in ProcessChartType()
965 sweepAngle, in ProcessChartType()
2762 sweepAngle, in Draw3DPie()
2781 sweepAngle, in Draw3DPie()
2902 sweepAngle, in Draw3DPie()
2919 sweepAngle, in Draw3DPie()
2939 sweepAngle, in Draw3DPie()
2958 sweepAngle, in Draw3DPie()
3305 float sweepAngle, in DrawPieCurves() argument
3529 float sweepAngle, in DrawPieCurvesBigSlice() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A DSkPath_arcto_conic_parametric.cpp26 float sweepAngle = 179; in draw() local
29 arc.arcTo(oval, startAngle, sweepAngle, false); in draw()
41 float finalAngle = startAngle + sweepAngle; in draw()
42 float middleAngle = startAngle + 0.5f * sweepAngle; in draw()
43 float weight = cos(SkDegreesToRadians(sweepAngle) / 2); in draw()
H A DSkPath_arcto_conic_parametric2.cpp43 float sweepAngle = 75; in draw() local
46 arc.arcTo(oval, startAngle, sweepAngle, false); in draw()
59 float finalAngle = startAngle + sweepAngle; in draw()
60 float middleAngle = startAngle + 0.5f * sweepAngle; in draw()
61 float weight = cos(SkDegreesToRadians(sweepAngle) / 2); in draw()
H A DSkPath_arcTo_example.cpp16 float sweepAngle = 60; in draw() local
19 arc.arcTo(oval, startAngle, sweepAngle, false); in draw()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxgraphics/
H A Dcfx_path.cpp59 FX_FLOAT sweepAngle) { in ArcTo() argument
63 startAngle, sweepAngle); in ArcTo()
134 FX_FLOAT sweepAngle) { in AddArc() argument
138 startAngle, sweepAngle); in AddArc()
147 FX_FLOAT sweepAngle) { in AddPie() argument
151 startAngle, sweepAngle); in AddPie()
H A Dcfx_path.h35 FX_FLOAT sweepAngle);
61 FX_FLOAT sweepAngle);
67 FX_FLOAT sweepAngle);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkPathBuilder.cpp253 static void angles_to_unit_vectors(SkScalar startAngle, SkScalar sweepAngle, in angles_to_unit_vectors() argument
256 stopRad = SkDegreesToRadians(startAngle + sweepAngle); in angles_to_unit_vectors()
272 SkScalar sw = SkScalarAbs(sweepAngle); in angles_to_unit_vectors()
275 SkScalar deltaRad = SkScalarCopySign(SK_Scalar1/512, sweepAngle); in angles_to_unit_vectors()
284 *dir = sweepAngle > 0 ? kCW_SkRotationDirection : kCCW_SkRotationDirection; in angles_to_unit_vectors()
322 if (arc_is_lone_point(oval, startAngle, sweepAngle, &lonePt)) { in arcTo()
328 angles_to_unit_vectors(startAngle, sweepAngle, &startV, &stopV, &dir); in arcTo()
347 SkScalar endAngle = SkDegreesToRadians(startAngle + sweepAngle); in arcTo()
375 if (oval.isEmpty() || 0 == sweepAngle) { in addArc()
381 if (sweepAngle >= kFullCircleAngle || sweepAngle <= -kFullCircleAngle) { in addArc()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DGdiGraphics.cs325 float sweepAngle in DrawPie() argument
328 _graphics.DrawPie( pen, x, y, width, height, startAngle, sweepAngle ); in DrawPie()
348 float sweepAngle in DrawArc() argument
351 _graphics.DrawArc( pen, x, y, width, height, startAngle, sweepAngle ); in DrawArc()
501 float sweepAngle in FillPie() argument
504 _graphics.FillPie( brush, x, y, width, height, startAngle, sweepAngle ); in FillPie()
/dports/lang/seed7/seed7/src/
H A Ddrw_drv.h43 intType radius, floatType startAngle, floatType sweepAngle);
45 intType radius, floatType startAngle, floatType sweepAngle, intType col);
47 intType radius, floatType startAngle, floatType sweepAngle);
49 intType radius, floatType startAngle, floatType sweepAngle, intType col);
51 intType radius, floatType startAngle, floatType sweepAngle);
53 intType radius, floatType startAngle, floatType sweepAngle, intType col);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing.Drawing2D/
H A DGraphicsPath.cs224 public void AddArc (Rectangle rect, float startAngle, float sweepAngle) in AddArc() argument
230 public void AddArc (RectangleF rect, float startAngle, float sweepAngle) in AddArc() argument
236 … public void AddArc (int x, int y, int width, int height, float startAngle, float sweepAngle) in AddArc() argument
238 … Status status = GDIPlus.GdipAddPathArcI (nativePath, x, y, width, height, startAngle, sweepAngle); in AddArc()
242 …ublic void AddArc (float x, float y, float width, float height, float startAngle, float sweepAngle) in AddArc() argument
244 … Status status = GDIPlus.GdipAddPathArc (nativePath, x, y, width, height, startAngle, sweepAngle); in AddArc()
385 public void AddPie (Rectangle rect, float startAngle, float sweepAngle) in AddPie() argument
388 … nativePath, rect.X, rect.Y, rect.Width, rect.Height, startAngle, sweepAngle); in AddPie()
392 … public void AddPie (int x, int y, int width, int height, float startAngle, float sweepAngle) in AddPie() argument
394 … Status status = GDIPlus.GdipAddPathPieI (nativePath, x, y, width, height, startAngle, sweepAngle); in AddPie()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdipluspath.h86 REAL startAngle, REAL sweepAngle) in AddArc() argument
89 x, y, width, height, startAngle, sweepAngle)); in AddArc()
92 REAL startAngle, REAL sweepAngle) in AddArc() argument
95 x, y, width, height, startAngle, sweepAngle)); in AddArc()
101 startAngle, sweepAngle)); in AddArc()
107 startAngle, sweepAngle)); in AddArc()
256 REAL startAngle, REAL sweepAngle) in AddPie() argument
259 x, y, width, height, startAngle, sweepAngle)); in AddPie()
262 REAL startAngle, REAL sweepAngle) in AddPie() argument
271 startAngle, sweepAngle)); in AddPie()
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdipluspath.h91 REAL startAngle, REAL sweepAngle) in AddArc() argument
94 x, y, width, height, startAngle, sweepAngle)); in AddArc()
97 REAL startAngle, REAL sweepAngle) in AddArc() argument
100 x, y, width, height, startAngle, sweepAngle)); in AddArc()
106 startAngle, sweepAngle)); in AddArc()
112 startAngle, sweepAngle)); in AddArc()
261 REAL startAngle, REAL sweepAngle) in AddPie() argument
264 x, y, width, height, startAngle, sweepAngle)); in AddPie()
267 REAL startAngle, REAL sweepAngle) in AddPie() argument
276 startAngle, sweepAngle)); in AddPie()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdipluspath.h86 REAL startAngle, REAL sweepAngle) in AddArc() argument
89 x, y, width, height, startAngle, sweepAngle)); in AddArc()
92 REAL startAngle, REAL sweepAngle) in AddArc() argument
95 x, y, width, height, startAngle, sweepAngle)); in AddArc()
101 startAngle, sweepAngle)); in AddArc()
107 startAngle, sweepAngle)); in AddArc()
256 REAL startAngle, REAL sweepAngle) in AddPie() argument
259 x, y, width, height, startAngle, sweepAngle)); in AddPie()
262 REAL startAngle, REAL sweepAngle) in AddPie() argument
271 startAngle, sweepAngle)); in AddPie()
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdipluspath.h91 REAL startAngle, REAL sweepAngle) in AddArc() argument
94 x, y, width, height, startAngle, sweepAngle)); in AddArc()
97 REAL startAngle, REAL sweepAngle) in AddArc() argument
100 x, y, width, height, startAngle, sweepAngle)); in AddArc()
106 startAngle, sweepAngle)); in AddArc()
112 startAngle, sweepAngle)); in AddArc()
261 REAL startAngle, REAL sweepAngle) in AddPie() argument
264 x, y, width, height, startAngle, sweepAngle)); in AddPie()
267 REAL startAngle, REAL sweepAngle) in AddPie() argument
276 startAngle, sweepAngle)); in AddPie()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Drawing2D/
H A DGraphicsPath.Unix.cs240 public void AddArc(Rectangle rect, float startAngle, float sweepAngle) in AddArc() argument
246 public void AddArc(RectangleF rect, float startAngle, float sweepAngle) in AddArc() argument
252 public void AddArc(int x, int y, int width, int height, float startAngle, float sweepAngle) in AddArc() argument
254 … = SafeNativeMethods.Gdip.GdipAddPathArcI(nativePath, x, y, width, height, startAngle, sweepAngle); in AddArc()
258 …public void AddArc(float x, float y, float width, float height, float startAngle, float sweepAngle) in AddArc() argument
260 …s = SafeNativeMethods.Gdip.GdipAddPathArc(nativePath, x, y, width, height, startAngle, sweepAngle); in AddArc()
401 public void AddPie(Rectangle rect, float startAngle, float sweepAngle) in AddPie() argument
404 nativePath, rect.X, rect.Y, rect.Width, rect.Height, startAngle, sweepAngle); in AddPie()
408 public void AddPie(int x, int y, int width, int height, float startAngle, float sweepAngle) in AddPie() argument
414 …public void AddPie(float x, float y, float width, float height, float startAngle, float sweepAngle) in AddPie() argument
[all …]
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/impl/
H A DGLUquadricImpl.java585 float sweepAngle) { in drawPartialDisk() argument
611 if (sweepAngle < -360.0f) in drawPartialDisk()
612 sweepAngle = 360.0f; in drawPartialDisk()
613 if (sweepAngle > 360.0f) in drawPartialDisk()
614 sweepAngle = 360.0f; in drawPartialDisk()
615 if (sweepAngle < 0) { in drawPartialDisk()
616 startAngle += sweepAngle; in drawPartialDisk()
617 sweepAngle = -sweepAngle; in drawPartialDisk()
620 if (sweepAngle == 360.0f) { in drawPartialDisk()
638 if (sweepAngle == 360.0f) { in drawPartialDisk()
[all …]
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgraphics-cairo.c216 if (fabs (sweepAngle) >= 360) { in make_arcs()
222 endAngle = startAngle + sweepAngle; in make_arcs()
259 float sweepAngle) in cairo_DrawArc() argument
264 make_arcs (graphics, x, y, width, height, startAngle, sweepAngle, TRUE, TRUE); in cairo_DrawArc()
529 float startAngle, float sweepAngle, BOOL antialiasing) in make_pie() argument
565 if (fabs (sweepAngle) >= 360) in make_pie()
576 if (fabs (sweepAngle) >= 360) in make_pie()
584 float startAngle, float sweepAngle) in cairo_DrawPie() argument
586 make_pie (graphics, x, y, width, height, startAngle, sweepAngle, TRUE); in cairo_DrawPie()
592 float startAngle, float sweepAngle) in cairo_FillPie() argument
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/
H A DSecurityCamera.cpp68 savefile->WriteFloat( sweepAngle ); in CLASS_DECLARATION()
96 savefile->ReadFloat( sweepAngle ); in Restore()
125 sweepAngle = spawnArgs.GetFloat( "sweepAngle", "90" ); in Spawn()
142 negativeSweep = ( sweepAngle < 0 ) ? true : false; in Spawn()
143 sweepAngle = idMath::Fabs( sweepAngle ); in Spawn()
404 travel = pct * sweepAngle; in Think()

12345678910>>...16