Home
last modified time | relevance | path

Searched refs:startAngle (Results 176 – 200 of 2196) sorted by relevance

12345678910>>...88

/dports/games/scummvm/scummvm-2.5.1/engines/zvision/scripting/effects/
H A Ddistort_effect.cpp36 DistortNode::DistortNode(ZVision *engine, uint32 key, int16 speed, float startAngle, float endAngle… in DistortNode() argument
44 _startAngle = startAngle; in DistortNode()
51 _diffAngle = endAngle - startAngle; in DistortNode()
/dports/audio/carla/Carla-2.4.1/source/frontend/widgets/
H A Dpixmapdial.cpp239 int startAngle = 216*16; in paintEvent() local
268 painter.drawArc(4.0f, 4.0f, 26.0f, 26.0f, startAngle, spanAngle); in paintEvent()
289 int startAngle, spanAngle; in paintEvent() local
294 startAngle = 216*16; in paintEvent()
299 startAngle = 324.0*16; in paintEvent()
306 painter.drawArc(3.5f, 4.5f, 22.0f, 22.0f, startAngle, spanAngle); in paintEvent()
/dports/audio/cadence/Cadence-0.9.1/c++/widgets/
H A Dpixmapdial.cpp240 int startAngle = 216*16; in paintEvent() local
269 painter.drawArc(4.0f, 4.0f, 26.0f, 26.0f, startAngle, spanAngle); in paintEvent()
290 int startAngle, spanAngle; in paintEvent() local
295 startAngle = 216*16; in paintEvent()
300 startAngle = 324.0*16; in paintEvent()
307 painter.drawArc(3.5f, 4.5f, 22.0f, 22.0f, startAngle, spanAngle); in paintEvent()
/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/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/rotate/
H A DRotorMode.java27 private double startAngle; in RotorMode()
32 startAngle = angle; in RotorMode()
34 overlay.setAngle(startAngle - angle); in RotorMode()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/stereotype/
H A Diconshape.cpp150 void IconShape::addArc(const ShapePointF &center, const ShapeSizeF &radius, qreal startAngle, qreal… in addArc() argument
152 d->m_shapes.append(new ArcShape(center, radius, startAngle, spanAngle)); in addArc()
170 void IconShape::arcTo(const ShapePointF &center, const ShapeSizeF &radius, qreal startAngle, qreal … in arcTo() argument
172 d->activePath()->arcTo(center, radius, startAngle, sweepLength); in arcTo()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/vector/
H A Dvpath.cpp149 void VPath::VPathData::arcTo(const VRectF &rect, float startAngle, in arcTo() argument
155 curvesForArc(rect, startAngle, sweepLength, pts, &point_count); in arcTo()
380 static VPointF curvesForArc(const VRectF &rect, float startAngle, in curvesForArc() argument
424 if (startAngle == 0.0f) { in curvesForArc()
434 int startSegment = int(floorf(startAngle / 90.0f)); in curvesForArc()
435 int endSegment = int(floorf((startAngle + sweepLength) / 90.0f)); in curvesForArc()
437 float startT = (startAngle - startSegment * 90) / 90; in curvesForArc()
438 float endT = (startAngle + sweepLength - endSegment * 90) / 90; in curvesForArc()
514 float outerRoundness, float startAngle, in addPolystar() argument
518 float currentAngle = (startAngle - 90.0f) * K_PI / 180.0f; in addPolystar()
[all …]
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/vector/
H A Dvpath.cpp152 void VPath::VPathData::arcTo(const VRectF &rect, float startAngle, in arcTo() argument
158 curvesForArc(rect, startAngle, sweepLength, pts, &point_count); in arcTo()
383 static VPointF curvesForArc(const VRectF &rect, float startAngle, in curvesForArc() argument
427 if (startAngle == 0.0f) { in curvesForArc()
437 int startSegment = int(floorf(startAngle / 90.0f)); in curvesForArc()
438 int endSegment = int(floorf((startAngle + sweepLength) / 90.0f)); in curvesForArc()
440 float startT = (startAngle - startSegment * 90) / 90; in curvesForArc()
441 float endT = (startAngle + sweepLength - endSegment * 90) / 90; in curvesForArc()
517 float outerRoundness, float startAngle, in addPolystar() argument
521 float currentAngle = (startAngle - 90.0f) * K_PI / 180.0f; in addPolystar()
[all …]
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/test/ValentinaTest/
H A Dtst_vellipticalarc.cpp276 QFETCH(qreal, startAngle); in TestGetPoints1()
281 VEllipticalArc arc(center, radius1, radius2, startAngle, endAngle, rotationAngle); in TestGetPoints1()
306 QFETCH(qreal, startAngle); in TestGetPoints2()
311 VEllipticalArc arc(center, radius1, radius2, startAngle, endAngle, rotationAngle); in TestGetPoints2()
377 QFETCH(qreal, startAngle); in TestGetPoints3()
382 VEllipticalArc arc(center, radius1, radius2, startAngle, endAngle, rotationAngle); in TestGetPoints3()
404 QFETCH(qreal, startAngle); in TestGetPoints4()
409 VEllipticalArc arc(center, radius1, radius2, startAngle, endAngle, rotationAngle); in TestGetPoints4()
437 QFETCH(qreal, startAngle); in TestGetPoints5()
442 VEllipticalArc arc(center, radius1, radius2, startAngle, endAngle, rotationAngle); in TestGetPoints5()
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/samples/geometry/
H A Dgeometry.go114 startAngle := 45 * (math.Pi / 180.0) /* angles are specified */
119 gc.MoveTo(xc+math.Cos(startAngle)*radiusX, yc+math.Sin(startAngle)*radiusY)
120 gc.ArcTo(xc, yc, radiusX, radiusY, startAngle, angle)
128 gc.MoveTo(xc+math.Cos(startAngle)*radiusX, yc+math.Sin(startAngle)*radiusY)
143 startAngle := 45.0 * (math.Pi / 180.0) /* angles are specified */
149 gc.ArcTo(xc, yc, radiusX, radiusY, startAngle, angle)
156 gc.MoveTo(xc+math.Cos(startAngle)*radiusX, yc+math.Sin(startAngle)*radiusY)
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/buffer/
H A DOffsetSegmentGenerator.java567 double startAngle = Math.atan2(dy0, dx0); in addCornerFillet() local
573 if (startAngle <= endAngle) startAngle += 2.0 * Math.PI; in addCornerFillet()
576 if (startAngle >= endAngle) startAngle -= 2.0 * Math.PI; in addCornerFillet()
579 addDirectedFillet(p, startAngle, endAngle, direction, radius); in addCornerFillet()
592 …private void addDirectedFillet(Coordinate p, double startAngle, double endAngle, int direction, do… in addDirectedFillet() argument
596 double totalAngle = Math.abs(startAngle - endAngle); in addDirectedFillet()
606 double angle = startAngle + directionFactor * i * angleInc; in addDirectedFillet()
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/utils/
H A Dspiral.py8 degsPerStep=1, startAngle=0, centerPos=None, dir=1): argument
18 angle = math.pi * startAngle / 180.
47 DrawSpiral(canv, (.2, .2, 1), (.9, .9, 1.), 200, 50, 8, startAngle=-135, degsPerSlice=11, dir=-1)
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxgraphics/
H A Dcfx_path.h34 FX_FLOAT startAngle,
60 FX_FLOAT startAngle,
66 FX_FLOAT startAngle,
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/intermediate/
H A DArcToBezierCurveTransformer.java46 public void arcTo(final double startAngle, final double endAngle, final int cx, final int cy, in arcTo() argument
54 final double etaStart = Math.atan(Math.tan(startAngle) * width / height) in arcTo()
55 + quadrant(startAngle); in arcTo()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/mac/
H A Dquartzgraphicspath.cpp120 double startAngle = radians (e.instruction.arc.startAngle); in getCGPathRef() local
124 startAngle = atan2 (sin (startAngle) * radiusX, cos (startAngle) * radiusY); in getCGPathRef()
128 …th, &transform, static_cast<CGFloat> (std::cos (startAngle)), static_cast<CGFloat> (std::sin (star… in getCGPathRef()
130 …CGPathAddArc (path, &transform, 0, 0, 1, static_cast<CGFloat> (startAngle), static_cast<CGFloat> (… in getCGPathRef()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/mac/
H A Dquartzgraphicspath.cpp120 double startAngle = radians (e.instruction.arc.startAngle); in getCGPathRef() local
124 startAngle = atan2 (sin (startAngle) * radiusX, cos (startAngle) * radiusY); in getCGPathRef()
128 …th, &transform, static_cast<CGFloat> (std::cos (startAngle)), static_cast<CGFloat> (std::sin (star… in getCGPathRef()
130 …CGPathAddArc (path, &transform, 0, 0, 1, static_cast<CGFloat> (startAngle), static_cast<CGFloat> (… in getCGPathRef()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Daddarc.cpp51 SkScalar startAngle = rand.nextUScalar1() * 360; in onDraw() local
54 startAngle += fRotate * 360 * speed * sign; in onDraw()
57 path.addArc(r, startAngle, sweepAngle); in onDraw()
257 SkScalar startAngle = startAngles[i % SK_ARRAY_COUNT(startAngles)] * sign; variable
262 html_canvas_arc(&path, 18, 15, 10, startAngle, startAngle + (sweepAngles[j] * sign),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Daddarc.cpp51 SkScalar startAngle = rand.nextUScalar1() * 360; in onDraw() local
54 startAngle += fRotate * 360 * speed * sign; in onDraw()
57 path.addArc(r, startAngle, sweepAngle); in onDraw()
255 SkScalar startAngle = startAngles[i % SK_ARRAY_COUNT(startAngles)] * sign; variable
260 html_canvas_arc(&path, 18, 15, 10, startAngle, startAngle + (sweepAngles[j] * sign),
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/shaders/gradients/
H A DSkSweepGradient.cpp44 SkScalar startAngle = 0, in CreateProc() local
49 std::tie(startAngle, endAngle) = angles_from_t_coeff(tBias, tScale); in CreateProc()
54 desc.fTileMode, startAngle, endAngle, in CreateProc()
242 SkScalar startAngle, endAngle; in onMakeColorSpace() local
243 std::tie(startAngle, endAngle) = angles_from_t_coeff(fTBias, fTScale); in onMakeColorSpace()
246 fOrigPos, fColorCount, fTileMode, startAngle, endAngle, in onMakeColorSpace()
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/
H A Dshape_util.c221 void SWFShape_drawArc(SWFShape shape, double r, double startAngle, double endAngle) in SWFMovieClip_remove()
228 double delta = endAngle - startAngle; in SWFMovieClip_remove()
235 startAngle = fmod(startAngle, 360); in SWFMovieClip_remove()
243 angle = M_PI * startAngle / 180; in SWFMovieClip_remove()
/dports/graphics/ming/libming-ming-0_4_8/src/
H A Dshape_util.c221 void SWFShape_drawArc(SWFShape shape, double r, double startAngle, double endAngle) in SWFShape_drawArc() argument
228 double delta = endAngle - startAngle; in SWFShape_drawArc()
235 startAngle = fmod(startAngle, 360); in SWFShape_drawArc()
243 angle = M_PI * startAngle / 180; in SWFShape_drawArc()
/dports/graphics/p5-ming/libming-ming-0_4_8/src/
H A Dshape_util.c221 void SWFShape_drawArc(SWFShape shape, double r, double startAngle, double endAngle) in SWFShape_drawArc() argument
228 double delta = endAngle - startAngle; in SWFShape_drawArc()
235 startAngle = fmod(startAngle, 360); in SWFShape_drawArc()
243 angle = M_PI * startAngle / 180; in SWFShape_drawArc()
/dports/graphics/py-ming/libming-ming-0_4_8/src/
H A Dshape_util.c221 void SWFShape_drawArc(SWFShape shape, double r, double startAngle, double endAngle) in SWFShape_drawArc() argument
228 double delta = endAngle - startAngle; in SWFShape_drawArc()
235 startAngle = fmod(startAngle, 360); in SWFShape_drawArc()
243 angle = M_PI * startAngle / 180; in SWFShape_drawArc()
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/java/awt/
H A DBDWindowGraphics.java121 public void drawArc(int x, int y, int w, int h, int startAngle, int endAngle) { in drawArc() argument
124 super.drawArc(x, y, w, h, startAngle, endAngle); in drawArc()
129 public void fillArc(int x, int y, int w, int h, int startAngle, int endAngle) { in fillArc() argument
132 super.fillArc(x, y, w, h, startAngle, endAngle); in fillArc()
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/java/awt/
H A DBDWindowGraphics.java121 public void drawArc(int x, int y, int w, int h, int startAngle, int endAngle) { in drawArc() argument
124 super.drawArc(x, y, w, h, startAngle, endAngle); in drawArc()
129 public void fillArc(int x, int y, int w, int h, int startAngle, int endAngle) { in fillArc() argument
132 super.fillArc(x, y, w, h, startAngle, endAngle); in fillArc()

12345678910>>...88