Home
last modified time | relevance | path

Searched refs:arrowHeight (Results 1 – 25 of 139) sorted by relevance

123456

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalScrollButton.java101 int arrowHeight = (height+1) / 4; in paint() local
132 g.fillPolygon(new int[]{0, 1, arrowHeight + 1, -arrowHeight}, in paint()
133 new int[]{0, 0, arrowHeight, arrowHeight}, 4); in paint()
176 int startY = (((h+1) - arrowHeight) / 2)+ arrowHeight-1; in paint()
179 g.fillPolygon(new int[]{0, 1, arrowHeight + 1, -arrowHeight}, in paint()
180 new int[]{0, 0, -arrowHeight, -arrowHeight}, 4); in paint()
221 int startX = (((w+1) - arrowHeight) / 2) + arrowHeight-1; in paint()
225 g.fillPolygon(new int[]{0, 0, -arrowHeight, -arrowHeight}, in paint()
226 new int[]{0, 1, arrowHeight + 1, -arrowHeight}, 4); in paint()
268 g.fillPolygon(new int[]{0, 0, arrowHeight, arrowHeight}, in paint()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalScrollButton.java101 int arrowHeight = (height+1) / 4; in paint() local
132 g.fillPolygon(new int[]{0, 1, arrowHeight + 1, -arrowHeight}, in paint()
133 new int[]{0, 0, arrowHeight, arrowHeight}, 4); in paint()
176 int startY = (((h+1) - arrowHeight) / 2)+ arrowHeight-1; in paint()
179 g.fillPolygon(new int[]{0, 1, arrowHeight + 1, -arrowHeight}, in paint()
180 new int[]{0, 0, -arrowHeight, -arrowHeight}, 4); in paint()
221 int startX = (((w+1) - arrowHeight) / 2) + arrowHeight-1; in paint()
225 g.fillPolygon(new int[]{0, 0, -arrowHeight, -arrowHeight}, in paint()
226 new int[]{0, 1, arrowHeight + 1, -arrowHeight}, 4); in paint()
268 g.fillPolygon(new int[]{0, 0, arrowHeight, arrowHeight}, in paint()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalScrollButton.java101 int arrowHeight = (height+1) / 4; in paint() local
132 g.fillPolygon(new int[]{0, 1, arrowHeight + 1, -arrowHeight}, in paint()
133 new int[]{0, 0, arrowHeight, arrowHeight}, 4); in paint()
176 int startY = (((h+1) - arrowHeight) / 2)+ arrowHeight-1; in paint()
179 g.fillPolygon(new int[]{0, 1, arrowHeight + 1, -arrowHeight}, in paint()
180 new int[]{0, 0, -arrowHeight, -arrowHeight}, 4); in paint()
221 int startX = (((w+1) - arrowHeight) / 2) + arrowHeight-1; in paint()
225 g.fillPolygon(new int[]{0, 0, -arrowHeight, -arrowHeight}, in paint()
226 new int[]{0, 1, arrowHeight + 1, -arrowHeight}, 4); in paint()
268 g.fillPolygon(new int[]{0, 0, arrowHeight, arrowHeight}, in paint()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalScrollButton.java101 int arrowHeight = (height+1) / 4; in paint() local
132 g.fillPolygon(new int[]{0, 1, arrowHeight + 1, -arrowHeight}, in paint()
133 new int[]{0, 0, arrowHeight, arrowHeight}, 4); in paint()
176 int startY = (((h+1) - arrowHeight) / 2)+ arrowHeight-1; in paint()
179 g.fillPolygon(new int[]{0, 1, arrowHeight + 1, -arrowHeight}, in paint()
180 new int[]{0, 0, -arrowHeight, -arrowHeight}, 4); in paint()
221 int startX = (((w+1) - arrowHeight) / 2) + arrowHeight-1; in paint()
225 g.fillPolygon(new int[]{0, 0, -arrowHeight, -arrowHeight}, in paint()
226 new int[]{0, 1, arrowHeight + 1, -arrowHeight}, 4); in paint()
268 g.fillPolygon(new int[]{0, 0, arrowHeight, arrowHeight}, in paint()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalScrollButton.java101 int arrowHeight = (height+1) / 4; in paint() local
132 g.fillPolygon(new int[]{0, 1, arrowHeight + 1, -arrowHeight}, in paint()
133 new int[]{0, 0, arrowHeight, arrowHeight}, 4); in paint()
176 int startY = (((h+1) - arrowHeight) / 2)+ arrowHeight-1; in paint()
179 g.fillPolygon(new int[]{0, 1, arrowHeight + 1, -arrowHeight}, in paint()
180 new int[]{0, 0, -arrowHeight, -arrowHeight}, 4); in paint()
221 int startX = (((w+1) - arrowHeight) / 2) + arrowHeight-1; in paint()
225 g.fillPolygon(new int[]{0, 0, -arrowHeight, -arrowHeight}, in paint()
226 new int[]{0, 1, arrowHeight + 1, -arrowHeight}, 4); in paint()
268 g.fillPolygon(new int[]{0, 0, arrowHeight, arrowHeight}, in paint()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalScrollButton.java101 int arrowHeight = (height+1) / 4; in paint() local
132 g.fillPolygon(new int[]{0, 1, arrowHeight + 1, -arrowHeight}, in paint()
133 new int[]{0, 0, arrowHeight, arrowHeight}, 4); in paint()
176 int startY = (((h+1) - arrowHeight) / 2)+ arrowHeight-1; in paint()
179 g.fillPolygon(new int[]{0, 1, arrowHeight + 1, -arrowHeight}, in paint()
180 new int[]{0, 0, -arrowHeight, -arrowHeight}, 4); in paint()
221 int startX = (((w+1) - arrowHeight) / 2) + arrowHeight-1; in paint()
225 g.fillPolygon(new int[]{0, 0, -arrowHeight, -arrowHeight}, in paint()
226 new int[]{0, 1, arrowHeight + 1, -arrowHeight}, 4); in paint()
268 g.fillPolygon(new int[]{0, 0, arrowHeight, arrowHeight}, in paint()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalScrollButton.java101 int arrowHeight = (height+1) / 4; in paint() local
132 g.fillPolygon(new int[]{0, 1, arrowHeight + 1, -arrowHeight}, in paint()
133 new int[]{0, 0, arrowHeight, arrowHeight}, 4); in paint()
176 int startY = (((h+1) - arrowHeight) / 2)+ arrowHeight-1; in paint()
179 g.fillPolygon(new int[]{0, 1, arrowHeight + 1, -arrowHeight}, in paint()
180 new int[]{0, 0, -arrowHeight, -arrowHeight}, 4); in paint()
221 int startX = (((w+1) - arrowHeight) / 2) + arrowHeight-1; in paint()
225 g.fillPolygon(new int[]{0, 0, -arrowHeight, -arrowHeight}, in paint()
226 new int[]{0, 1, arrowHeight + 1, -arrowHeight}, 4); in paint()
268 g.fillPolygon(new int[]{0, 0, arrowHeight, arrowHeight}, in paint()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalScrollButton.java101 int arrowHeight = (height+1) / 4; in paint() local
132 g.fillPolygon(new int[]{0, 1, arrowHeight + 1, -arrowHeight}, in paint()
133 new int[]{0, 0, arrowHeight, arrowHeight}, 4); in paint()
176 int startY = (((h+1) - arrowHeight) / 2)+ arrowHeight-1; in paint()
179 g.fillPolygon(new int[]{0, 1, arrowHeight + 1, -arrowHeight}, in paint()
180 new int[]{0, 0, -arrowHeight, -arrowHeight}, 4); in paint()
221 int startX = (((w+1) - arrowHeight) / 2) + arrowHeight-1; in paint()
225 g.fillPolygon(new int[]{0, 0, -arrowHeight, -arrowHeight}, in paint()
226 new int[]{0, 1, arrowHeight + 1, -arrowHeight}, 4); in paint()
268 g.fillPolygon(new int[]{0, 0, arrowHeight, arrowHeight}, in paint()
[all …]
/dports/irc/konversation/konversation-21.12.3/src/dcc/
H A Dwhiteboardcolorchooser.cpp205 const int arrowHeight = m_swapPixmap.height() / 4.0f; in drawSwapPixmap() local
211 QPointF(0, arrowHeight), in drawSwapPixmap()
212 QPointF(arrowHeight, 0), in drawSwapPixmap()
213 QPointF(arrowHeight, arrowHeight*2) in drawSwapPixmap()
216 QPointF(imageWidth-arrowWidth, imageHeight-arrowHeight-1), in drawSwapPixmap()
217 QPointF(imageWidth, imageHeight-arrowHeight-1), in drawSwapPixmap()
218 QPointF(imageWidth-arrowHeight, imageHeight-1) in drawSwapPixmap()
228 QPoint tCenterLine(imageWidth-arrowHeight, arrowHeight); in drawSwapPixmap()
230 tPainter.drawLine(tCenterLine,QPoint(arrowHeight, arrowHeight)); in drawSwapPixmap()
231 tPainter.drawLine(tCenterLine,QPoint(imageWidth-arrowHeight, imageWidth-arrowHeight)); in drawSwapPixmap()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalScrollButton.java88 int arrowHeight = (height+1) / 4; in paint() local
115 int startY = ((h+1) - arrowHeight) / 2; in paint()
118 for (int line = 0; line < arrowHeight; line++) { in paint()
166 int startY = (((h+1) - arrowHeight) / 2)+ arrowHeight-1; in paint()
171 for (int line = 0; line < arrowHeight; line++) { in paint()
218 int startX = (((w+1) - arrowHeight) / 2) + arrowHeight-1; in paint()
223 for (int line = 0; line < arrowHeight; line++) { in paint()
268 int startX = (((w+1) - arrowHeight) / 2); in paint()
272 for (int line = 0; line < arrowHeight; line++) { in paint()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalScrollButton.java88 int arrowHeight = (height+1) / 4; in paint() local
115 int startY = ((h+1) - arrowHeight) / 2; in paint()
118 for (int line = 0; line < arrowHeight; line++) { in paint()
166 int startY = (((h+1) - arrowHeight) / 2)+ arrowHeight-1; in paint()
171 for (int line = 0; line < arrowHeight; line++) { in paint()
218 int startX = (((w+1) - arrowHeight) / 2) + arrowHeight-1; in paint()
223 for (int line = 0; line < arrowHeight; line++) { in paint()
268 int startX = (((w+1) - arrowHeight) / 2); in paint()
272 for (int line = 0; line < arrowHeight; line++) { in paint()
/dports/graphics/radiance/radiance-baf2c40/resources/qml/
H A DRadianceTile.qml13 property alias arrowHeight: canvas.arrowHeight
44 property real arrowHeight: 20;
64 ctx.lineTo(inset * oversample, (y - arrowHeight / 2) * oversample);
66 ctx.lineTo(inset * oversample, (y + arrowHeight / 2) * oversample);
70 …ctx.lineTo((parent.width - arrowWidth - inset) * oversample, (outputArrow + arrowHeight / 2) * ove…
72 …ctx.lineTo((parent.width - arrowWidth - inset) * oversample, (outputArrow - arrowHeight / 2) * ove…
H A DPopOut.qml78 property real arrowHeight: 20;
93 ctx.lineTo(width / 2 + sign * inset, height / 2 - arrowHeight / 2);
95 ctx.lineTo(width / 2 + sign * inset, height / 2 + arrowHeight / 2);
99 ctx.lineTo(width / 2 - arrowHeight / 2, height / 2 + sign * inset);
101 ctx.lineTo(width / 2 + arrowHeight / 2, height / 2 + sign * inset);
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Effects/
H A DBeacon.cs32 int arrowHeight = MaxArrowHeight; field in OpenRA.Mods.Common.Effects.Beacon
91 arrowHeight += arrowSpeed; in IEffect.Tick()
92 var clamped = arrowHeight.Clamp(0, MaxArrowHeight); in IEffect.Tick()
93 if (arrowHeight != clamped) in IEffect.Tick()
95 arrowHeight = clamped; in IEffect.Tick()
136 foreach (var a in arrow.Render(position + new WVec(0, 0, arrowHeight), palette)) in IEffectAboveShroud.RenderAboveShroud()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/skins/halo/
H A DColorPickerSkin.as78 private var arrowHeight:Number = 5;
96 var arrowY:Number = (h - arrowHeight - bevelSize);
122 drawFill(arrowX, arrowY, arrowWidth, arrowHeight,
127 arrowWidth - 3, arrowHeight - 3, arrowColor, 1.0);
152 drawFill(arrowX, arrowY, arrowWidth, arrowHeight,
157 arrowWidth - 3, arrowHeight - 3, arrowColor, 1.0);
189 drawFill(arrowX, arrowY, arrowWidth, arrowHeight,
194 arrowWidth - 3, arrowHeight - 3, arrowColor, 1.0);
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/haloclassic/src/haloclassic/
H A DColorPickerSkin.as83 private var arrowHeight:Number = 5;
99 var arrowY:Number = h - arrowHeight - bevelSize;
125 drawFill(arrowX, arrowY, arrowWidth, arrowHeight,
130 arrowWidth - 3, arrowHeight - 3, arrowColor, 1.0);
155 drawFill(arrowX, arrowY, arrowWidth, arrowHeight,
160 arrowWidth - 3, arrowHeight - 3, arrowColor, 1.0);
188 drawFill(arrowX, arrowY, arrowWidth, arrowHeight,
193 arrowWidth - 3, arrowHeight - 3, 0x999999, 1.0);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/skins/halo/
H A DColorPickerSkin.as88 private var arrowHeight:Number = 5;
106 var arrowY:Number = (h - arrowHeight - bevelSize);
132 drawFill(arrowX, arrowY, arrowWidth, arrowHeight,
137 arrowWidth - 3, arrowHeight - 3, arrowColor, 1.0);
162 drawFill(arrowX, arrowY, arrowWidth, arrowHeight,
167 arrowWidth - 3, arrowHeight - 3, arrowColor, 1.0);
199 drawFill(arrowX, arrowY, arrowWidth, arrowHeight,
204 arrowWidth - 3, arrowHeight - 3, arrowColor, 1.0);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mobiletheme/src/spark/skins/mobile/supportClasses/
H A DCalloutArrow.as169 var arrowHeight:Number = unscaledHeight;
189 arrowHeight = arrowHeight - (gap * 2);
192 arrowTipY = arrowY + (arrowHeight / 2);
195 arrowEndY = arrowY + arrowHeight;
212 arrowTipY = arrowHeight - borderHalf;
220 arrowY = arrowHeight - arrowY;
221 arrowTipY = arrowHeight - arrowTipY;
222 arrowEndY = arrowHeight - arrowEndY;
295 coverHeight = arrowHeight;
303 coverHeight = arrowHeight;
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlCodeScrollbar.cs126 int arrowHeight = 5; in OnPaint()
134 e.Graphics.TranslateTransform(5, (_buttonSize - arrowHeight) / 2); in OnPaint()
135 …y, new Point[] { new Point(left, rect.Top + arrowHeight), new Point(left + arrowWidth, rect.Top + in OnPaint()
136 e.Graphics.TranslateTransform(0, -(_buttonSize - arrowHeight)); in OnPaint()
137 …Gray, new Point[] { new Point(left, bottom - arrowHeight), new Point(left + arrowWidth, bottom - a… in OnPaint()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/j2d/entity/
H A DRPEntity2DView.java525 int arrowHeight = 6 + 2 * (height / 23 - 1); in drawArrows() local
531 new int[]{y+(height/2)-(arrowHeight/2), y+(height/2),y+(height/2)+(arrowHeight/2)}, in drawArrows()
536 new int[]{y+(height/2)-(arrowHeight/2), y+(height/2), y+(height/2)+(arrowHeight/2)}, in drawArrows()
543 new int[]{y+(height/2)-(arrowHeight/2), y+(height/2), y+(height/2)+(arrowHeight/2)}, in drawArrows()
548 new int[]{y+(height/2)-(arrowHeight/2), y+(height/2), y+(height/2)+(arrowHeight/2)}, in drawArrows()
554 new int[]{x+(width/2)-(arrowHeight/2), x+(width/2), x+(width/2)+(arrowHeight/2)}, in drawArrows()
559 new int[]{x+(width/2)-(arrowHeight/2), x+(width/2), x+(width/2)+(arrowHeight/2)}, in drawArrows()
566 new int[]{x+(width/2)-(arrowHeight/2), x+(width/2), x+(width/2)+(arrowHeight/2)}, in drawArrows()
571 new int[]{x+(width/2)-(arrowHeight/2), x+(width/2), x+(width/2)+(arrowHeight/2)}, in drawArrows()
/dports/games/zangband/zangband/lib/script/tk/library/
H A Dupdowncontrol.tcl412 set arrowHeight [Info $oop height,arrow]
422 set y [expr {$bumpUp + ($height / 2 - $arrowHeight) / 2}]
425 $canvasCmd coords arrow,up $x [expr {$y + $arrowHeight - 1}] \
426 [expr {$x + $arrowWidth - 1}] [expr {$y + $arrowHeight - 1}] \
430 $canvasCmd coords arrowbg,up $x [expr {$y + $arrowHeight - 1}] \
431 [expr {$x + $arrowWidth - 1}] [expr {$y + $arrowHeight - 1}] \
437 set y [expr {$fiddle + $bumpDown + $height / 2 + ($height / 2 - $arrowHeight) / 2}]
441 [expr {$x + $arrowWidth / 2}] [expr {$y + $arrowHeight - 1}]
445 [expr {$x + $arrowWidth / 2}] [expr {$y + $arrowHeight - 1}]
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DGettingStartedTipsController.cxx35 const double topHeightOffset = -TipBackgroundBox::arrowHeight();
44 …{GettingStartedTip::Arrow::RightCenter, QRectF{-(tipBoxWidth + TipBackgroundBox::arrowHeight()), 0…
349 g.setHeight(_activeTipHeight + TipBackgroundBox::arrowHeight()); in tipGeometry()
403 g.moveTop(TipBackgroundBox::arrowHeight()); in contentGeometry()
407 g.setWidth(tipBoxWidth - TipBackgroundBox::arrowHeight()); in contentGeometry()
411 g.setWidth(tipBoxWidth - TipBackgroundBox::arrowHeight()); in contentGeometry()
412 g.moveLeft(TipBackgroundBox::arrowHeight()); in contentGeometry()
/dports/science/cdk/cdk-cdk-2.3/app/depict/src/main/java/org/openscience/cdk/depict/
H A DReactionDepiction.java68 private final double arrowHeight; field in ReactionDepiction
170 this.arrowHeight = plus.height(); in ReactionDepiction()
171 this.minArrowWidth = 4 * arrowHeight; in ReactionDepiction()
180 if (middleRequired < minArrowWidth - arrowHeight - arrowHeight) { in ReactionDepiction()
196 xOffsetSide[i] += arrowHeight; in ReactionDepiction()
204 this.sideDim = new Dimensions(2 * arrowHeight + middleRequired, in ReactionDepiction()
206 this.condDim = new Dimensions(2 * arrowHeight + middleRequired, in ReactionDepiction()
283 createArrow(w, arrowHeight * rescale), in toImg()
329 yBase += arrowHeight; // now just bellow in toImg()
438 createArrow(w, arrowHeight * rescale), in toVecStr()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk1/
H A Drenderer.cpp322 int arrowHeight = rect.width/3; in DrawDropArrow() local
323 int arrowY = (rect.height-arrowHeight)/2 + in DrawDropArrow()
324 ((rect.height-arrowHeight) & 1); in DrawDropArrow()
352 arrowHeight in DrawDropArrow()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Drenderer.cpp322 int arrowHeight = rect.width/3; in DrawDropArrow() local
323 int arrowY = (rect.height-arrowHeight)/2 + in DrawDropArrow()
324 ((rect.height-arrowHeight) & 1); in DrawDropArrow()
352 arrowHeight in DrawDropArrow()

123456