Home
last modified time | relevance | path

Searched refs:indicatorHeight (Results 1 – 25 of 129) sorted by relevance

123456

/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/Global/
H A DGRadioButton.qml17 readonly property int indicatorHeight: Math.ceil((textStyle.textSize + horizontalPadding) / 2) * 2
29 Layout.preferredHeight: root.indicatorHeight
30 Layout.preferredWidth: root.indicatorHeight
53 sourceSize.height: root.indicatorHeight
/dports/x11-toolkits/tk87/tk8.7a5/unix/
H A DtkUnixMenubu.c256 borderWidth = (mbPtr->indicatorHeight+1)/3; in TkpDisplayMenuButton()
263 + mbPtr->indicatorHeight, in TkpDisplayMenuButton()
264 ((int) (Tk_Height(tkwin) - mbPtr->indicatorHeight))/2, in TkpDisplayMenuButton()
265 mbPtr->indicatorWidth - 2*mbPtr->indicatorHeight, in TkpDisplayMenuButton()
266 mbPtr->indicatorHeight, borderWidth, TK_RELIEF_RAISED); in TkpDisplayMenuButton()
455 mbPtr->indicatorHeight= (INDICATOR_HEIGHT * pixels)/(10*mm); in TkpComputeMenuButtonGeometry()
457 + 2*mbPtr->indicatorHeight; in TkpComputeMenuButtonGeometry()
460 mbPtr->indicatorHeight = 0; in TkpComputeMenuButtonGeometry()
/dports/x11-toolkits/tk86/tk8.6.12/unix/
H A DtkUnixMenubu.c256 borderWidth = (mbPtr->indicatorHeight+1)/3; in TkpDisplayMenuButton()
263 + mbPtr->indicatorHeight, in TkpDisplayMenuButton()
264 ((int) (Tk_Height(tkwin) - mbPtr->indicatorHeight))/2, in TkpDisplayMenuButton()
265 mbPtr->indicatorWidth - 2*mbPtr->indicatorHeight, in TkpDisplayMenuButton()
266 mbPtr->indicatorHeight, borderWidth, TK_RELIEF_RAISED); in TkpDisplayMenuButton()
454 mbPtr->indicatorHeight= (INDICATOR_HEIGHT * pixels)/(10*mm); in TkpComputeMenuButtonGeometry()
456 + 2*mbPtr->indicatorHeight; in TkpComputeMenuButtonGeometry()
459 mbPtr->indicatorHeight = 0; in TkpComputeMenuButtonGeometry()
/dports/x11-toolkits/tk85/tk8.5.19/unix/
H A DtkUnixMenubu.c267 borderWidth = (mbPtr->indicatorHeight+1)/3; in TkpDisplayMenuButton()
274 + mbPtr->indicatorHeight, in TkpDisplayMenuButton()
275 ((int) (Tk_Height(tkwin) - mbPtr->indicatorHeight))/2, in TkpDisplayMenuButton()
276 mbPtr->indicatorWidth - 2*mbPtr->indicatorHeight, in TkpDisplayMenuButton()
277 mbPtr->indicatorHeight, borderWidth, TK_RELIEF_RAISED); in TkpDisplayMenuButton()
467 mbPtr->indicatorHeight= (INDICATOR_HEIGHT * pixels)/(10*mm); in TkpComputeMenuButtonGeometry()
469 + 2*mbPtr->indicatorHeight; in TkpComputeMenuButtonGeometry()
472 mbPtr->indicatorHeight = 0; in TkpComputeMenuButtonGeometry()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkUnixMenubu.c260 borderWidth = (mbPtr->indicatorHeight+1)/3;
267 + mbPtr->indicatorHeight,
268 ((int) (Tk_Height(tkwin) - mbPtr->indicatorHeight))/2,
269 mbPtr->indicatorWidth - 2*mbPtr->indicatorHeight,
270 mbPtr->indicatorHeight, borderWidth, TK_RELIEF_RAISED);
453 mbPtr->indicatorHeight= (INDICATOR_HEIGHT * pixels)/(10*mm);
455 + 2*mbPtr->indicatorHeight;
458 mbPtr->indicatorHeight = 0;
H A DtkMenubutton.h156 int indicatorHeight; /* Height of indicator in pixels. This same member
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A DtkMenubutton.c127 int indicatorHeight; /* Height of indicator in pixels. This same member
386 mbPtr->indicatorHeight = 0;
907 borderWidth = (mbPtr->indicatorHeight+1)/3;
913 + mbPtr->indicatorHeight,
914 y + ((int) (height - mbPtr->indicatorHeight))/2,
915 mbPtr->indicatorWidth - 2*mbPtr->indicatorHeight,
916 mbPtr->indicatorHeight, borderWidth, TK_RELIEF_RAISED);
1121 mbPtr->indicatorHeight= (INDICATOR_HEIGHT * pixels)/(10*mm);
1123 + 2*mbPtr->indicatorHeight;
1126 mbPtr->indicatorHeight = 0;
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A DtkMenubutton.c127 int indicatorHeight; /* Height of indicator in pixels. This same member
386 mbPtr->indicatorHeight = 0;
907 borderWidth = (mbPtr->indicatorHeight+1)/3;
913 + mbPtr->indicatorHeight,
914 y + ((int) (height - mbPtr->indicatorHeight))/2,
915 mbPtr->indicatorWidth - 2*mbPtr->indicatorHeight,
916 mbPtr->indicatorHeight, borderWidth, TK_RELIEF_RAISED);
1121 mbPtr->indicatorHeight= (INDICATOR_HEIGHT * pixels)/(10*mm);
1123 + 2*mbPtr->indicatorHeight;
1126 mbPtr->indicatorHeight = 0;
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A DtkMenubutton.c127 int indicatorHeight; /* Height of indicator in pixels. This same member
386 mbPtr->indicatorHeight = 0;
907 borderWidth = (mbPtr->indicatorHeight+1)/3;
913 + mbPtr->indicatorHeight,
914 y + ((int) (height - mbPtr->indicatorHeight))/2,
915 mbPtr->indicatorWidth - 2*mbPtr->indicatorHeight,
916 mbPtr->indicatorHeight, borderWidth, TK_RELIEF_RAISED);
1121 mbPtr->indicatorHeight= (INDICATOR_HEIGHT * pixels)/(10*mm);
1123 + 2*mbPtr->indicatorHeight;
1126 mbPtr->indicatorHeight = 0;
/dports/x11-toolkits/blt/blt2.5/generic/
H A DtkMenubutton.c128 int indicatorHeight; /* Height of indicator in pixels. This same member
386 mbPtr->indicatorHeight = 0;
914 borderWidth = (mbPtr->indicatorHeight + 1) / 3;
920 + mbPtr->indicatorHeight,
921 y + ((int)(height - mbPtr->indicatorHeight)) / 2,
922 mbPtr->indicatorWidth - 2 * mbPtr->indicatorHeight,
923 mbPtr->indicatorHeight, borderWidth, TK_RELIEF_RAISED);
1125 mbPtr->indicatorHeight = (INDICATOR_HEIGHT * pixels) / (10 * mm);
1127 + 2 * mbPtr->indicatorHeight;
1130 mbPtr->indicatorHeight = 0;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqcdestyle.cpp243 int indicatorHeight = pixelMetric(PM_ExclusiveIndicatorWidth); in drawPrimitive() local
246 if (r.height() > indicatorHeight) in drawPrimitive()
247 yOffset += (r.height() - indicatorHeight)/2; in drawPrimitive()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/motif/
H A Dqcdestyle.cpp243 int indicatorHeight = pixelMetric(PM_ExclusiveIndicatorWidth); in drawPrimitive() local
246 if (r.height() > indicatorHeight) in drawPrimitive()
247 yOffset += (r.height() - indicatorHeight)/2; in drawPrimitive()
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkMenubutton.h148 int indicatorHeight; /* Height of indicator in pixels. This same member
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkMenubutton.h148 int indicatorHeight; /* Height of indicator in pixels. This same member
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkMenubutton.h153 int indicatorHeight; /* Height of indicator in pixels. This same member
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/tabbed_mode/
H A DTabbedRootUiCoordinator.java380 public void onStatusIndicatorHeightChanged(int indicatorHeight) { in initStatusIndicatorCoordinator()
384 + indicatorHeight; in initStatusIndicatorCoordinator()
386 browserControlsSizer.setTopControlsHeight(topControlsNewHeight, indicatorHeight); in initStatusIndicatorCoordinator()
/dports/cad/leocad/leocad-21.06/qt/
H A Dlc_qpropertiestree.cpp56 const int indicatorHeight = style->pixelMetric(QStyle::PM_IndicatorHeight, &opt); in drawCheckBox() local
59 const int pixmapHeight = qMax(indicatorHeight, listViewIconSize); in drawCheckBox()
61 opt.rect = QRect(0, 0, indicatorWidth, indicatorHeight); in drawCheckBox()
67 const int yoff = (pixmapHeight > indicatorHeight) ? (pixmapHeight - indicatorHeight) / 2 : 0; in drawCheckBox()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DButton.java223 int indicatorHeight = 0; in computeSizeInPixels() local
238 indicatorHeight = indicatorSize [0] + 2 * indicatorSpacing [0]; in computeSizeInPixels()
239 trimWidth += indicatorHeight + indicatorSpacing [0]; in computeSizeInPixels()
276 …size.y += hHint == SWT.DEFAULT ? Math.max(Math.max(imageHeight, indicatorHeight), h [0]) + trimHei… in computeSizeInPixels()
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DHUDRenderer.cxx2024 const int indicatorHeight = height / 80; in renderShots() local
2025 const int indicatorSpace = indicatorHeight / 10 + 2; in renderShots()
2027 …const int indicatorTop = centery - (int)(0.5f * (indicatorHeight + indicatorSpace) * target->getMa… in renderShots()
2056 const int myTop = indicatorTop + i * (indicatorHeight + indicatorSpace); in renderShots()
2060 glRecti(indicatorLeft, myTop, indicatorLeft + myWidth, myTop + indicatorHeight); in renderShots()
2063 myTop + indicatorHeight); in renderShots()
2068 glRecti(indicatorLeft, myTop, indicatorLeft + myWidth, myTop + indicatorHeight); in renderShots()
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DHUDRenderer.cxx2024 const int indicatorHeight = height / 80; in renderShots() local
2025 const int indicatorSpace = indicatorHeight / 10 + 2; in renderShots()
2027 …const int indicatorTop = centery - (int)(0.5f * (indicatorHeight + indicatorSpace) * target->getMa… in renderShots()
2056 const int myTop = indicatorTop + i * (indicatorHeight + indicatorSpace); in renderShots()
2060 glRecti(indicatorLeft, myTop, indicatorLeft + myWidth, myTop + indicatorHeight); in renderShots()
2063 myTop + indicatorHeight); in renderShots()
2068 glRecti(indicatorLeft, myTop, indicatorLeft + myWidth, myTop + indicatorHeight); in renderShots()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/widgets/
H A DSectionsWidget.h120 int indicatorHeight;
H A DSectionsWidget.cpp321 indicatorHeight = 5; in AbstractAddrDock()
432 …icsRectItem *indicator = new QGraphicsRectItem(QRectF(0, y, getIndicatorWidth(), indicatorHeight)); in drawIndicator()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DButton.java224 int indicatorHeight = 0; in computeSizeInPixels() local
239 indicatorHeight = indicatorSize [0] + 2 * indicatorSpacing [0]; in computeSizeInPixels()
240 trimWidth += indicatorHeight + indicatorSpacing [0]; in computeSizeInPixels()
278 …size.y += hHint == SWT.DEFAULT ? Math.max(Math.max(imageHeight, indicatorHeight), h [0]) + trimHei… in computeSizeInPixels()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/plugins/styles/android/
H A Dqandroidstyle.cpp526 int indicatorHeight = checkBoxSize.height(); in subControlRect() local
530 checkBoxRect.setHeight(indicatorHeight); in subControlRect()
536 … textRect.translate(indicatorWidth + 5, (indicatorHeight - textSize.height()) / 2); in subControlRect()
636 int indicatorHeight = checkBoxSize.height(); in sizeFromContents() local
640 checkBoxRect.setHeight(indicatorHeight); in sizeFromContents()
646 textRect.translate(indicatorWidth + 5, (indicatorHeight - textSize.height()) / 2); in sizeFromContents()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/styles/android/
H A Dqandroidstyle.cpp526 int indicatorHeight = checkBoxSize.height(); in subControlRect() local
530 checkBoxRect.setHeight(indicatorHeight); in subControlRect()
536 … textRect.translate(indicatorWidth + 5, (indicatorHeight - textSize.height()) / 2); in subControlRect()
636 int indicatorHeight = checkBoxSize.height(); in sizeFromContents() local
640 checkBoxRect.setHeight(indicatorHeight); in sizeFromContents()
646 textRect.translate(indicatorWidth + 5, (indicatorHeight - textSize.height()) / 2); in sizeFromContents()

123456