Home
last modified time | relevance | path

Searched refs:dashSize (Results 1 – 20 of 20) sorted by relevance

/dports/audio/spectacle-lv2/spectacle-2.0-1-g27b1525/sources/ui/components/
H A DSelectionRectangle.cpp18 const int dashSize = 4; in onNanoDisplay() local
19 const int numDashesX = w / (2 * dashSize - 1); in onNanoDisplay()
20 const int numDashesY = h / (2 * dashSize - 1); in onNanoDisplay()
24 int x = dashX * (2 * dashSize); in onNanoDisplay()
26 lineTo(x + dashSize, 0.5); in onNanoDisplay()
28 lineTo(x + dashSize, (int)h - 0.5); in onNanoDisplay()
31 int y = dashY * (2 * dashSize); in onNanoDisplay()
33 lineTo(0.5, y + dashSize); in onNanoDisplay()
35 lineTo((int)w - 0.5, y + dashSize); in onNanoDisplay()
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/src/charts/as/com/yahoo/astra/utils/
H A DGraphicsUtil.as88 * @param dashSize the size of dashes, in pixels
91 …arget:Graphics, xStart:Number, yStart:Number, xEnd:Number, yEnd:Number, dashSize:Number = 10, gapS…
94 var segmentLength:Number = dashSize + gapSize;
119 target.lineTo(xCurrent + Math.cos(radians) * dashSize, yCurrent + Math.sin(radians) * dashSize);
128 if(delta > dashSize)
131 target.lineTo(xCurrent + Math.cos(radians) * dashSize, yCurrent + Math.sin(radians) * dashSize);
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/yui2/src/charts/as/com/yahoo/astra/utils/
H A DGraphicsUtil.as88 * @param dashSize the size of dashes, in pixels
91 …arget:Graphics, xStart:Number, yStart:Number, xEnd:Number, yEnd:Number, dashSize:Number = 10, gapS…
94 var segmentLength:Number = dashSize + gapSize;
119 target.lineTo(xCurrent + Math.cos(radians) * dashSize, yCurrent + Math.sin(radians) * dashSize);
128 if(delta > dashSize)
131 target.lineTo(xCurrent + Math.cos(radians) * dashSize, yCurrent + Math.sin(radians) * dashSize);
/dports/devel/simgear/simgear-2020.3.11/simgear/canvas/ShivaVG/src/
H A DshGeometry.c546 SHint dashSize = c->strokeDashPattern.size; in shStrokePath() local
557 dashSize -= dashSize % 2; in shStrokePath()
614 if (dashSize > 0 && start && in shStrokePath()
627 dashIndex = (dashIndex + 1) % dashSize; in shStrokePath()
632 dashIndex = dashSize; in shStrokePath()
714 if ((dashSize == 0 && loop && !close) || in shStrokePath()
715 (dashSize > 0 && start && dashOn)) { in shStrokePath()
729 if (dashSize > 0) { in shStrokePath()
751 dashIndex = (dashIndex + 1) % dashSize; in shStrokePath()
780 if ((dashSize == 0 && end && !close) || in shStrokePath()
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/
H A DBasicStyle.java86 float dashSize = 5; in createDashes() local
87 float len = 2 * dashSize * width; in createDashes()
/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/components/
H A DCCmpRallyPointRenderer.cpp849 float dashSize = maxDashSize; in ConstructOverlayLines() local
851 …float pairDashRatio = (dashSize / (dashSize + clearSize)); // ratio of the dash's length to a (das… in ConstructOverlayLines()
857 int numFitUnmodified = floor(distance/(dashSize + clearSize)); in ConstructOverlayLines()
858 float remainderDistance = distance - (numFitUnmodified * (dashSize + clearSize)); in ConstructOverlayLines()
870 dashSize += pairDashRatio * pairwiseLengthDifference; in ConstructOverlayLines()
876 SimRender::ConstructDashedLine(straightLine, dashedLine, dashSize, clearSize); in ConstructOverlayLines()
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-web/cirq_ts/src/bloch_sphere/components/
H A Daxes.ts96 dashSize: 0.1,
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-web/cirq_ts/src/bloch_sphere/components/
H A Daxes.ts96 dashSize: 0.1,
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-web/cirq_ts/src/bloch_sphere/components/
H A Daxes.ts96 dashSize: 0.1,
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-web/cirq_ts/src/bloch_sphere/components/
H A Daxes.ts96 dashSize: 0.1,
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-web/cirq_ts/src/bloch_sphere/components/
H A Daxes.ts96 dashSize: 0.1,
/dports/graphics/qgis/qgis-3.22.3/src/core/dxf/
H A Dqgsdxfexport.h622 double dashSize() const;
H A Dqgsdxfexport.cpp1934 double das = dashSize(); in writeDefaultLinetypes()
2086 double QgsDxfExport::dashSize() const in dashSize() function in QgsDxfExport
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/dxf/
H A Dqgsdxfexport.h613 double dashSize() const;
H A Dqgsdxfexport.cpp1920 double das = dashSize(); in writeDefaultLinetypes()
2072 double QgsDxfExport::dashSize() const in dashSize() function in QgsDxfExport
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-web/
H A Dbloch_sphere_example.ipynb64dashSize&&(n.dashSize=this.dashSize),void 0!==this.gapSize&&(n.gapSize=this.gapSize),void 0!==this…
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-web/
H A Dbloch_sphere_example.ipynb64dashSize&&(n.dashSize=this.dashSize),void 0!==this.gapSize&&(n.gapSize=this.gapSize),void 0!==this…
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-web/
H A Dbloch_sphere_example.ipynb64dashSize&&(n.dashSize=this.dashSize),void 0!==this.gapSize&&(n.gapSize=this.gapSize),void 0!==this…
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-web/
H A Dbloch_sphere_example.ipynb64dashSize&&(n.dashSize=this.dashSize),void 0!==this.gapSize&&(n.gapSize=this.gapSize),void 0!==this…
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-web/
H A Dbloch_sphere_example.ipynb72dashSize&&(n.dashSize=this.dashSize),void 0!==this.gapSize&&(n.gapSize=this.gapSize),void 0!==this…