Home
last modified time | relevance | path

Searched refs:arcSize (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/java/jgraph/jgraph-java-5.13.0.4/examples/com/jgraph/example/mycellview/
H A DJGraphRoundRectView.java36 int arcSize; in getArcSize() local
44 arcSize = height / 5; in getArcSize()
45 if (arcSize > (width / 2)) { in getArcSize()
46 arcSize = width / 2; in getArcSize()
49 arcSize = width / 5; in getArcSize()
50 if (arcSize > (height / 2)) { in getArcSize()
51 arcSize = height / 2; in getArcSize()
55 return arcSize; in getArcSize()
/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DNSBezierPath_PPUtilities.m234 NSSize arcSize, arcSizeSquared;
259 if (arcSize.height == arcSize.width)
263 else if (arcSize.height > arcSize.width)
270 arcSize = NSMakeSize(arcSize.height, arcSize.width);
275 arcSizeSquared = NSMakeSize(arcSize.width * arcSize.width, arcSize.height * arcSize.height);
277 arcHorizontalAspectRatio = arcSize.width / arcSize.height;
279 arcVerticalAspectRatio = arcSize.height / arcSize.width;
297 NSMakePoint(arcSize.width * cosArctanOfVerticalAspectRatio,
300 arcPoint = NSMakePoint(arcSize.width, 0.0f);
389 while (arcPoint.y < arcSize.height)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A DPath_ArcSize.cpp11 for (auto arcSize : { SkPath::kSmall_ArcSize, SkPath::kLarge_ArcSize } ) { in draw()
14 path.arcTo(70, 40, 30, arcSize, sweep, 156, 100); in draw()
15 if (SkPathDirection::kCCW == sweep && SkPath::kLarge_ArcSize == arcSize) { in draw()
H A DPath_arcTo_4.cpp11 for (auto arcSize : { SkPath::kSmall_ArcSize, SkPath::kLarge_ArcSize } ) { in draw()
14 path.arcTo(70, 40, 30, arcSize, sweep, 120.1f, 50); in draw()
15 if (SkPathDirection::kCCW == sweep && SkPath::kLarge_ArcSize == arcSize) { in draw()
/dports/sysutils/htop/htop-3.1.2/generic/
H A Dopenzfs_sysctl.c29 unsigned long long int arcSize; in openzfs_sysctl_init() local
31 len = sizeof(arcSize); in openzfs_sysctl_init()
32 if (sysctlbyname("kstat.zfs.misc.arcstats.size", &arcSize, &len, NULL, 0) == 0 && arcSize != 0) { in openzfs_sysctl_init()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DPathD2D.cpp179 D2D1_ARC_SIZE arcSize = D2D1_ARC_SIZE_SMALL; in Arc() local
192 arcSize = D2D1_ARC_SIZE_LARGE; in Arc()
196 arcSize = D2D1_ARC_SIZE_LARGE; in Arc()
202 direction, arcSize)); in Arc()
214 direction, arcSize)); in Arc()
220 direction, arcSize)); in Arc()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DPathD2D.cpp179 D2D1_ARC_SIZE arcSize = D2D1_ARC_SIZE_SMALL; in Arc() local
192 arcSize = D2D1_ARC_SIZE_LARGE; in Arc()
196 arcSize = D2D1_ARC_SIZE_LARGE; in Arc()
202 direction, arcSize)); in Arc()
214 direction, arcSize)); in Arc()
220 direction, arcSize)); in Arc()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DPathD2D.cpp179 D2D1_ARC_SIZE arcSize = D2D1_ARC_SIZE_SMALL; in Arc() local
192 arcSize = D2D1_ARC_SIZE_LARGE; in Arc()
196 arcSize = D2D1_ARC_SIZE_LARGE; in Arc()
202 direction, arcSize)); in Arc()
214 direction, arcSize)); in Arc()
220 direction, arcSize)); in Arc()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DPathD2D.cpp179 D2D1_ARC_SIZE arcSize = D2D1_ARC_SIZE_SMALL; in Arc() local
192 arcSize = D2D1_ARC_SIZE_LARGE; in Arc()
196 arcSize = D2D1_ARC_SIZE_LARGE; in Arc()
202 direction, arcSize)); in Arc()
214 direction, arcSize)); in Arc()
220 direction, arcSize)); in Arc()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DPathD2D.cpp266 D2D1_ARC_SIZE arcSize = D2D1_ARC_SIZE_SMALL; in Arc() local
279 arcSize = D2D1_ARC_SIZE_LARGE; in Arc()
283 arcSize = D2D1_ARC_SIZE_LARGE; in Arc()
289 direction, arcSize)); in Arc()
301 direction, arcSize)); in Arc()
307 direction, arcSize)); in Arc()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DPathD2D.cpp292 D2D1_ARC_SIZE arcSize = D2D1_ARC_SIZE_SMALL; in Arc() local
306 arcSize = D2D1_ARC_SIZE_LARGE; in Arc()
310 arcSize = D2D1_ARC_SIZE_LARGE; in Arc()
318 arcSize)); in Arc()
333 arcSize)); in Arc()
341 arcSize)); in Arc()
/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A Dvolume3d.c81 #define arcSize 6 macro
373 arcSize,arcSize,0,360*64,Xoption); /* 64 units per degree */ in drawClipXBut()
377 arcSize,arcSize,0,360*64,Xoption); /* 64 units per degree */ in drawClipXBut()
438 arcSize,arcSize,90*64,360*64,Xoption); /* 64 units per degree */ in drawClipYBut()
442 arcSize,arcSize,90*64,360*64,Xoption); /* 64 units per degree */ in drawClipYBut()
476 arcSize,arcSize,45*64,360*64,Xoption); /* 64 units per degree */ in drawClipZBut()
480 arcSize,arcSize,45*64,360*64,Xoption); /* 64 units per degree */ in drawClipZBut()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool/src/org/antlr/v4/gui/
H A DTreeViewer.java105 protected int arcSize = 0; // make an arc in node outline? field in TreeViewer
192 (int) box.height - 1, arcSize, arcSize); in paintBox()
197 (int) box.height - 1, arcSize, arcSize); in paintBox()
205 int x = (int) box.x + arcSize / 2 + nodeWidthPadding; in paintBox()
747 return arcSize;
750 public void setArcSize(int arcSize) {
751 this.arcSize = arcSize;
/dports/java/jgraph/jgraph-java-5.13.0.4/src/com/jgraph/components/labels/
H A DMultiLineVertexRenderer.java525 int arcSize; in getArcSize() local
527 arcSize = height / 5; in getArcSize()
528 if (arcSize > (width / 2)) in getArcSize()
529 arcSize = width / 2; in getArcSize()
531 arcSize = width / 5; in getArcSize()
532 if (arcSize > (height / 2)) in getArcSize()
533 arcSize = height / 2; in getArcSize()
535 return arcSize; in getArcSize()
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/canvas/
H A DmxGraphics2DCanvas.java395 double arcSize = mxConstants.LINE_ARCSIZE * scale; in paintPolyline() local
413 double nx1 = dx * Math.min(arcSize, dist / 2) / dist; in paintPolyline()
414 double ny1 = dy * Math.min(arcSize, dist / 2) / dist; in paintPolyline()
436 double nx2 = dx * Math.min(arcSize, dist / 2) / dist; in paintPolyline()
437 double ny2 = dy * Math.min(arcSize, dist / 2) / dist; in paintPolyline()
H A DmxSvgCanvas.java1147 double arcSize = mxConstants.LINE_ARCSIZE * scale; in drawLine() local
1163 double nx1 = dx * Math.min(arcSize, dist / 2) / dist; in drawLine()
1164 double ny1 = dy * Math.min(arcSize, dist / 2) / dist; in drawLine()
1178 double nx2 = dx * Math.min(arcSize, dist / 2) / dist; in drawLine()
1179 double ny2 = dy * Math.min(arcSize, dist / 2) / dist; in drawLine()
/dports/net/gdrive/gdrive-2.1.1/vendor/github.com/soniakeys/graph/
H A Dundir_RO.go403 func (g Undirected) ConnectedComponentBits() func() (order, arcSize int, bits bits.Bits) {
407 var order, arcSize int
413 arcSize += len(a[n])
426 order, arcSize = 0, 0
428 return order, arcSize, vc
479 func (g Undirected) ConnectedComponentLists() func() (nodes []NI, arcSize int) {
H A Dundir_cg.go403 func (g LabeledUndirected) ConnectedComponentBits() func() (order, arcSize int, bits bits.Bits) {
407 var order, arcSize int
413 arcSize += len(a[n])
426 order, arcSize = 0, 0
428 return order, arcSize, vc
479 func (g LabeledUndirected) ConnectedComponentLists() func() (nodes []NI, arcSize int) {
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1helper.h75 …E_F &size, const FLOAT rotationAngle, D2D1_SWEEP_DIRECTION sweepDirection, D2D1_ARC_SIZE arcSize) {
76 D2D1_ARC_SEGMENT r = {point, size, rotationAngle, sweepDirection, arcSize};
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1helper.h75 …E_F &size, const FLOAT rotationAngle, D2D1_SWEEP_DIRECTION sweepDirection, D2D1_ARC_SIZE arcSize) {
76 D2D1_ARC_SEGMENT r = {point, size, rotationAngle, sweepDirection, arcSize};
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1helper.h201 _In_ D2D1_ARC_SIZE arcSize
204 D2D1_ARC_SEGMENT arcSegment = { point, size, rotationAngle, sweepDirection, arcSize };
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/
H A DGC.java1209 Point arcSize = DPIUtil.autoScaleUp(drawable, new Point(arcWidth, arcHeight)); in drawRoundRectangle() local
1210 drawRoundRectangleInPixels(rect.x, rect.y, rect.width, rect.height, arcSize.x, arcSize.y); in drawRoundRectangle()
1833 Point arcSize = DPIUtil.autoScaleUp(drawable, new Point(arcWidth, arcHeight)); in fillRoundRectangle() local
1834 fillRoundRectangleInPixels(rect.x, rect.y, rect.width, rect.height, arcSize.x, arcSize.y); in fillRoundRectangle()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/graphics/
H A DGC.java1219 Point arcSize = DPIUtil.autoScaleUp(drawable, new Point(arcWidth, arcHeight)); in drawRoundRectangle() local
1220 drawRoundRectangleInPixels(rect.x, rect.y, rect.width, rect.height, arcSize.x, arcSize.y); in drawRoundRectangle()
1843 Point arcSize = DPIUtil.autoScaleUp(drawable, new Point(arcWidth, arcHeight)); in fillRoundRectangle() local
1844 fillRoundRectangleInPixels(rect.x, rect.y, rect.width, rect.height, arcSize.x, arcSize.y); in fillRoundRectangle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp278 auto arcSize = useSmallArc ? SkPath::ArcSize::kSmall_ArcSize : SkPath::ArcSize::kLarge_ArcSize; in ApplyArcToArcSize() local
280 orig.arcTo(rx, ry, xAxisRotate, arcSize, sweep, x, y); in ApplyArcToArcSize()
285 auto arcSize = useSmallArc ? SkPath::ArcSize::kSmall_ArcSize : SkPath::ArcSize::kLarge_ArcSize; in ApplyRArcToArcSize() local
287 orig.rArcTo(rx, ry, xAxisRotate, arcSize, sweep, dx, dy); in ApplyRArcToArcSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp245 auto arcSize = useSmallArc ? SkPath::ArcSize::kSmall_ArcSize : SkPath::ArcSize::kLarge_ArcSize; in ApplyArcToArcSize() local
247 orig.arcTo(rx, ry, xAxisRotate, arcSize, sweep, x, y); in ApplyArcToArcSize()
252 auto arcSize = useSmallArc ? SkPath::ArcSize::kSmall_ArcSize : SkPath::ArcSize::kLarge_ArcSize; in ApplyRArcToArcSize() local
254 orig.rArcTo(rx, ry, xAxisRotate, arcSize, sweep, dx, dy); in ApplyRArcToArcSize()

12345678910