Home
last modified time | relevance | path

Searched refs:gripSize (Results 1 – 25 of 30) sorted by relevance

12

/dports/x11-toolkits/blt/blt2.5/demos/
H A Deps.tcl92 global gripSize
97 $left $top [expr $left + $gripSize] [expr $top + $gripSize]
99 [expr $right - $gripSize] [expr $bottom - $gripSize] $right $bottom
101 [expr $right - $gripSize] [expr $top + $gripSize] $right $top
103 $left $bottom [expr $left + $gripSize] [expr $bottom - $gripSize]
152 global numGroups id gripSize image
174 set gripSize 8
178 $left $top [expr $left + $gripSize] [expr $top + $gripSize] \
182 [expr $right - $gripSize] [expr $bottom - $gripSize] $right $bottom \
186 [expr $right - $gripSize] [expr $top + $gripSize] $right $top \
[all …]
/dports/x11-toolkits/blt/blt2.5/demos/scripts/
H A Dps.tcl16 gripSize 8
86 $xMin $yMin [expr $xMin + $gripSize] [expr $yMin + $gripSize]
88 [expr $xMax - $gripSize] [expr $yMax - $gripSize] $xMax $yMax
90 [expr $xMax - $gripSize] [expr $yMin + $gripSize] $xMax $yMin
92 $xMin $yMax [expr $xMin + $gripSize] [expr $yMax - $gripSize]
95 $xMid $yMin [expr $xMid + $gripSize] [expr $yMin + $gripSize]
97 $xMid [expr $yMax - $gripSize] [expr $xMid + $gripSize] $yMax
99 [expr $xMax - $gripSize] $yMid $xMax [expr $yMid + $gripSize]
101 $xMin $yMid [expr $xMin + $gripSize] [expr $yMid + $gripSize]
126 $xMin $yMin [expr $xMin + $gripSize] [expr $yMin + $gripSize] \
[all …]
/dports/graphics/pinta/pinta-1.7.1/Pinta.Gui.Widgets/Widgets/
H A DAnglePickerGraphic.cs150 float gripSize = 2.5f; in OnExposeEvent()
151 …gripEllipseRect = new Cairo.Rectangle (center.X - gripSize, center.Y - gripSize, gripSize * 2, gri… in OnExposeEvent()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalScrollBarUI.java337 int gripSize = thumbBounds.width - 8; in oceanPaintThumb() local
338 if (gripSize > 2 && thumbBounds.height >= 10) { in oceanPaintThumb()
342 g.fillRect(4, counter + gripY, gripSize, 1); in oceanPaintThumb()
348 g.fillRect(5, counter + gripY, gripSize, 1); in oceanPaintThumb()
379 int gripSize = thumbBounds.height - 8; in oceanPaintThumb() local
380 if (gripSize > 2 && thumbBounds.width >= 10) { in oceanPaintThumb()
384 g.fillRect(gripX + counter, 4, 1, gripSize); in oceanPaintThumb()
390 g.fillRect(gripX + counter, 5, 1, gripSize); in oceanPaintThumb()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalScrollBarUI.java337 int gripSize = thumbBounds.width - 8; in oceanPaintThumb() local
338 if (gripSize > 2 && thumbBounds.height >= 10) { in oceanPaintThumb()
342 g.fillRect(4, counter + gripY, gripSize, 1); in oceanPaintThumb()
348 g.fillRect(5, counter + gripY, gripSize, 1); in oceanPaintThumb()
379 int gripSize = thumbBounds.height - 8; in oceanPaintThumb() local
380 if (gripSize > 2 && thumbBounds.width >= 10) { in oceanPaintThumb()
384 g.fillRect(gripX + counter, 4, 1, gripSize); in oceanPaintThumb()
390 g.fillRect(gripX + counter, 5, 1, gripSize); in oceanPaintThumb()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalScrollBarUI.java337 int gripSize = thumbBounds.width - 8; in oceanPaintThumb() local
338 if (gripSize > 2 && thumbBounds.height >= 10) { in oceanPaintThumb()
342 g.fillRect(4, counter + gripY, gripSize, 1); in oceanPaintThumb()
348 g.fillRect(5, counter + gripY, gripSize, 1); in oceanPaintThumb()
379 int gripSize = thumbBounds.height - 8; in oceanPaintThumb() local
380 if (gripSize > 2 && thumbBounds.width >= 10) { in oceanPaintThumb()
384 g.fillRect(gripX + counter, 4, 1, gripSize); in oceanPaintThumb()
390 g.fillRect(gripX + counter, 5, 1, gripSize); in oceanPaintThumb()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalScrollBarUI.java313 int gripSize = thumbBounds.width - 8; in oceanPaintThumb() local
314 if (gripSize > 2 && thumbBounds.height >= 10) { in oceanPaintThumb()
318 g.fillRect(4, counter + gripY, gripSize, 1); in oceanPaintThumb()
324 g.fillRect(5, counter + gripY, gripSize, 1); in oceanPaintThumb()
355 int gripSize = thumbBounds.height - 8; in oceanPaintThumb() local
356 if (gripSize > 2 && thumbBounds.width >= 10) { in oceanPaintThumb()
360 g.fillRect(gripX + counter, 4, 1, gripSize); in oceanPaintThumb()
366 g.fillRect(gripX + counter, 5, 1, gripSize); in oceanPaintThumb()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalScrollBarUI.java337 int gripSize = thumbBounds.width - 8; in oceanPaintThumb() local
338 if (gripSize > 2 && thumbBounds.height >= 10) { in oceanPaintThumb()
342 g.fillRect(4, counter + gripY, gripSize, 1); in oceanPaintThumb()
348 g.fillRect(5, counter + gripY, gripSize, 1); in oceanPaintThumb()
379 int gripSize = thumbBounds.height - 8; in oceanPaintThumb() local
380 if (gripSize > 2 && thumbBounds.width >= 10) { in oceanPaintThumb()
384 g.fillRect(gripX + counter, 4, 1, gripSize); in oceanPaintThumb()
390 g.fillRect(gripX + counter, 5, 1, gripSize); in oceanPaintThumb()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalScrollBarUI.java342 int gripSize = thumbBounds.width - 8; in oceanPaintThumb() local
343 if (gripSize > 2 && thumbBounds.height >= 10) { in oceanPaintThumb()
347 g.fillRect(4, counter + gripY, gripSize, 1); in oceanPaintThumb()
353 g.fillRect(5, counter + gripY, gripSize, 1); in oceanPaintThumb()
384 int gripSize = thumbBounds.height - 8; in oceanPaintThumb() local
385 if (gripSize > 2 && thumbBounds.width >= 10) { in oceanPaintThumb()
389 g.fillRect(gripX + counter, 4, 1, gripSize); in oceanPaintThumb()
395 g.fillRect(gripX + counter, 5, 1, gripSize); in oceanPaintThumb()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalScrollBarUI.java342 int gripSize = thumbBounds.width - 8; in oceanPaintThumb() local
343 if (gripSize > 2 && thumbBounds.height >= 10) { in oceanPaintThumb()
347 g.fillRect(4, counter + gripY, gripSize, 1); in oceanPaintThumb()
353 g.fillRect(5, counter + gripY, gripSize, 1); in oceanPaintThumb()
384 int gripSize = thumbBounds.height - 8; in oceanPaintThumb() local
385 if (gripSize > 2 && thumbBounds.width >= 10) { in oceanPaintThumb()
389 g.fillRect(gripX + counter, 4, 1, gripSize); in oceanPaintThumb()
395 g.fillRect(gripX + counter, 5, 1, gripSize); in oceanPaintThumb()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalScrollBarUI.java337 int gripSize = thumbBounds.width - 8; in oceanPaintThumb() local
338 if (gripSize > 2 && thumbBounds.height >= 10) { in oceanPaintThumb()
342 g.fillRect(4, counter + gripY, gripSize, 1); in oceanPaintThumb()
348 g.fillRect(5, counter + gripY, gripSize, 1); in oceanPaintThumb()
379 int gripSize = thumbBounds.height - 8; in oceanPaintThumb() local
380 if (gripSize > 2 && thumbBounds.width >= 10) { in oceanPaintThumb()
384 g.fillRect(gripX + counter, 4, 1, gripSize); in oceanPaintThumb()
390 g.fillRect(gripX + counter, 5, 1, gripSize); in oceanPaintThumb()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalScrollBarUI.java337 int gripSize = thumbBounds.width - 8; in oceanPaintThumb() local
338 if (gripSize > 2 && thumbBounds.height >= 10) { in oceanPaintThumb()
342 g.fillRect(4, counter + gripY, gripSize, 1); in oceanPaintThumb()
348 g.fillRect(5, counter + gripY, gripSize, 1); in oceanPaintThumb()
379 int gripSize = thumbBounds.height - 8; in oceanPaintThumb() local
380 if (gripSize > 2 && thumbBounds.width >= 10) { in oceanPaintThumb()
384 g.fillRect(gripX + counter, 4, 1, gripSize); in oceanPaintThumb()
390 g.fillRect(gripX + counter, 5, 1, gripSize); in oceanPaintThumb()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalScrollBarUI.java313 int gripSize = thumbBounds.width - 8; in oceanPaintThumb() local
314 if (gripSize > 2 && thumbBounds.height >= 10) { in oceanPaintThumb()
318 g.fillRect(4, counter + gripY, gripSize, 1); in oceanPaintThumb()
324 g.fillRect(5, counter + gripY, gripSize, 1); in oceanPaintThumb()
355 int gripSize = thumbBounds.height - 8; in oceanPaintThumb() local
356 if (gripSize > 2 && thumbBounds.width >= 10) { in oceanPaintThumb()
360 g.fillRect(gripX + counter, 4, 1, gripSize); in oceanPaintThumb()
366 g.fillRect(gripX + counter, 5, 1, gripSize); in oceanPaintThumb()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/items/
H A Dnote.cpp350 QSizeF gripSize = m_resizeGrip->boundingRect().size(); in positionGrip() local
352 QPointF p(sz.width() - gripSize.width(), sz.height() - gripSize.height()); in positionGrip()
464 QSizeF gripSize = m_resizeGrip->boundingRect().size(); in checkSize() local
466 if (size.height() + gripSize.height() + gripSize.height() > m_rect.height()) { in checkSize()
468 m_rect.setHeight(size.height() + gripSize.height() + gripSize.height()); in checkSize()
700 QSizeF gripSize = m_resizeGrip->boundingRect().size(); in handleMouseMoveSlot() local
701 QSizeF minSize = m_graphicsTextItem->document()->size() + gripSize + gripSize; in handleMouseMoveSlot()
796 QSizeF gripSize = m_resizeGrip->boundingRect().size(); in retrieveSvg() local
797 double docLeft = gripSize.width(); in retrieveSvg()
798 double docTop = gripSize.height(); in retrieveSvg()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtmultimedia/examples/multimedia/video/qmlvideofx/qml/qmlvideofx/
H A DDivider.qml59 property alias gripSize: slider.gripSize
75 topMargin: (gripSize / 2) + 5
88 bottomMargin: (gripSize / 2) + 5
H A DMain.qml71 property real gripSize: 20
85 gripSize: d.gripSize
97 gripSize: d.gripSize
H A DParameterPanel.qml58 property real gripSize: 25
99 gripSize: root.gripSize
H A DCurtain.qml59 property real gripSize: 20
70 width: root.gripTolerance * root.gripSize
H A DSlider.qml59 property real gripSize: 40
96 width: root.gripTolerance * root.gripSize
H A DContent.qml56 property alias gripSize: divider.gripSize
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/DockLibrary/
H A DAutoHideBox.cs61 int gripSize = 8; field in Pinta.Docking.AutoHideBox
86 case PositionType.Left: cframe.SetPadding (0, 0, 0, 4); gripSize = 4; break; in AutoHideBox()
87 case PositionType.Right: cframe.SetPadding (0, 0, 4, 0); gripSize = 4; break; in AutoHideBox()
97 sepBox.WidthRequest = gripSize; in AutoHideBox()
101 sepBox.HeightRequest = gripSize; in AutoHideBox()
/dports/multimedia/QtAV/QtAV-1.13.0/examples/QMLPlayer/qml/QMLPlayer/
H A DProgressBar.qml29 property real gripSize: Utils.scaled(8)
78 width: root.gripTolerance * root.gripSize
108 width: root.gripSize
H A DSlider.qml29 property real gripSize: Utils.scaled(12)
73 width: root.gripTolerance * root.gripSize
109 width: root.gripSize
/dports/audio/qsynth/qsynth-0.9.2/src/
H A DqsynthDialSkulptureStyle.cpp430 int gripSize = (option->fontMetrics.height() / 4) * 2 - 1;
431 opt.rect.setSize(QSize(gripSize, gripSize));
445 qreal rr = d / 2.0 - gripSize - 2;
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltTed.c136 int gripSize; member
295 DEF_SPAN_GRIP_SIZE, Tk_Offset(Ted, gripSize),
741 tedPtr->gripSize = 5;
1660 grip = tedPtr->gripSize;

12