Home
last modified time | relevance | path

Searched refs:vSpace (Results 1 – 25 of 91) sorted by relevance

1234

/dports/mail/xpbiff/xpbiff/
H A DXPbiff-uj.ad2 *info_base.vSpace: 0
4 *info_base.vSpace: 0
/dports/x11/xkeycaps/xkeycaps-2.46/
H A DXKeyCaps.ad56 *info.line.vSpace: 0
75 *editKey*keysymLine.vSpace: 0
239 *noKeysymDBError*buttons.vSpace: 20
244 *unknownKeysymDBError*buttons.vSpace: 20
249 *magicKeyError*buttons.vSpace: 20
254 *restoreQuery*buttons.vSpace: 20
259 *overwriteQuery*buttons.vSpace: 20
264 *wroteFileMessage*buttons.vSpace: 20
269 *writeQuery*buttons.vSpace: 20
279 *badModifiersWarning*buttons.vSpace: 20
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/app/src/photon/java/org/mozilla/gecko/toolbar/
H A DToolbarRoundButton.java59 … final int vSpace = res.getDimensionPixelSize(R.dimen.browser_toolbar_image_button_v_spacing); in onSizeChanged() local
61 final RectF rect = new RectF(hSpace, vSpace, width - hSpace, height - vSpace); in onSizeChanged()
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/barchart/
H A Dbars.ts151 let vSpace = Infinity;
176 vSpace = Math.min(vSpace, val < 0 ? u.bbox.height - (top + hgt) : top);
179 vSpace = hgt;
214 vSpace = hSpace = Infinity;
245vSpace * (isXHorizontal ? 1 : BAR_FONT_SIZE_RATIO) - (isXHorizontal ? labelOffset : 0),
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/editor/
H A DDisabledImageComponent.java93 double vSpace = bound.height; in getTransform() local
96 double sTall = vSpace / (double) image.getHeight(); in getTransform()
108 double gap = Math.floor((vSpace - image.getHeight() * s) / 2); in getTransform()
125 double vgap = Math.floor((vSpace - image.getHeight()) / 2); in getTransform()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/app/batch/
H A DBatchImageComponent.java115 double vSpace = bound.height - insets.top - insets.bottom; in getTransform() local
118 double sTall = vSpace / (double) image.getHeight(); in getTransform()
128 double gap = insets.top + (vSpace - image.getHeight() * s) / 2; in getTransform()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/advancedrename/common/
H A Ddynamiclayout.cpp40 vSpace (vSpacing), in Private()
49 int vSpace; member in Digikam::DynamicLayout::Private
114 return d->vSpace; in verticalSpacing()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmgrid.cpp227 double vSpace[2]; in createLineGrid() local
230 vSpace[0] = mVSpacing - mVOverlay; in createLineGrid()
231 vSpace[1] = mVOverlay; in createLineGrid()
235 vSpace[0] = mVSpacing; in createLineGrid()
236 vSpace[1] = mVSpacing; in createLineGrid()
262 y = y - vSpace[cnt % 2]; in createLineGrid()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmgrid.cpp226 double vSpace[2]; in createLineGrid() local
229 vSpace[0] = mVSpacing - mVOverlay; in createLineGrid()
230 vSpace[1] = mVOverlay; in createLineGrid()
234 vSpace[0] = mVSpacing; in createLineGrid()
235 vSpace[1] = mVSpacing; in createLineGrid()
260 y = y - vSpace[cnt % 2]; in createLineGrid()
/dports/print/bibview/bibview-2.2/
H A DBibView.eng.ad30 BibView*mainwin.commandBox.vSpace: 0
93 BibView*bibWin*commandBox.vSpace: 0
131 BibView*listWin.commandBox.vSpace: 0
157 BibView*macWin.commandBox.vSpace: 0
175 BibView*helpWin.commandBox.vSpace: 0
191 BibView*annoteWin.commandBox.vSpace: 0
208 BibView*srchWin.commandBox.vSpace: 0
214 BibView*srchWin*srchFlds*vSpace: 0
251 BibView*cardWin.commandBox.vSpace: 0
H A DBibView.ger.ad29 BibView*mainwin.commandBox.vSpace: 0
92 BibView*bibWin*commandBox.vSpace: 0
130 BibView*listWin.commandBox.vSpace: 0
156 BibView*macWin.commandBox.vSpace: 0
174 BibView*helpWin.commandBox.vSpace: 0
190 BibView*annoteWin.commandBox.vSpace: 0
207 BibView*srchWin.commandBox.vSpace: 0
213 BibView*srchWin*srchFlds*vSpace: 0
248 BibView*cardWin.commandBox.vSpace: 0
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/browser/view/
H A DImageDatumRenderer.java180 double vSpace = bound.height - insets.top - insets.bottom; in getImageXform() local
183 double sTall = vSpace / (double) image.height; in getImageXform()
193 double gap = insets.top + (vSpace - image.height * s) / 2; in getImageXform()
/dports/multimedia/fxtv/fxtv-1.03/
H A DFxtv164 *menuBox.vSpace: 0
276 *inputAppearDialog*headerBox.vSpace: 0
277 *inputAppearDialog*scrollBox.vSpace: 0
300 *imageSaveDialog*headerBox.vSpace: 0
312 *imageSaveDialog*formatMenuBox.vSpace: 0
330 *audioSaveDialog*headerBox.vSpace: 0
380 *videoSaveDialog*headerBox.vSpace: 0
400 *videoSaveDialog*iFileFmtMenuBox*vSpace: 0
405 *videoSaveDialog*iCapFmtMenuBox*vSpace: 0
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqformlayout.cpp167 int vSpace; // This is the spacing to the item in the row above member
296 item->vSpace = userVSpacing; in updateFormLayoutItem()
391 … label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, 0, parent); in updateSizes()
393 … field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, 0, parent); in updateSizes()
409 label->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
411 … label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, 0, parent); in updateSizes()
419 field->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
421 … field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, 0, parent); in updateSizes()
611 spacing = item1->vSpace; in spacingHelper()
613 spacing = qMax(spacing, item2->vSpace); in spacingHelper()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqformlayout.cpp144 int vSpace; // This is the spacing to the item in the row above member
272 item->vSpace = userVSpacing; in updateFormLayoutItem()
367 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
369 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
385 label->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
387 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
395 field->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
397 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
588 spacing = item1->vSpace; in spacingHelper()
590 spacing = qMax(spacing, item2->vSpace); in spacingHelper()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqformlayout.cpp144 int vSpace; // This is the spacing to the item in the row above member
272 item->vSpace = userVSpacing; in updateFormLayoutItem()
367 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
369 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
385 label->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
387 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
395 field->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
397 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
588 spacing = item1->vSpace; in spacingHelper()
590 spacing = qMax(spacing, item2->vSpace); in spacingHelper()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqformlayout.cpp144 int vSpace; // This is the spacing to the item in the row above member
272 item->vSpace = userVSpacing; in updateFormLayoutItem()
367 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
369 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
385 label->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
387 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
395 field->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
397 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
588 spacing = item1->vSpace; in spacingHelper()
590 spacing = qMax(spacing, item2->vSpace); in spacingHelper()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqformlayout.cpp144 int vSpace; // This is the spacing to the item in the row above member
272 item->vSpace = userVSpacing; in updateFormLayoutItem()
367 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
369 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
385 label->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
387 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
395 field->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
397 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
588 spacing = item1->vSpace; in spacingHelper()
590 spacing = qMax(spacing, item2->vSpace); in spacingHelper()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqformlayout.cpp144 int vSpace; // This is the spacing to the item in the row above member
272 item->vSpace = userVSpacing; in updateFormLayoutItem()
367 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
369 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
385 label->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
387 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
395 field->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
397 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
588 spacing = item1->vSpace; in spacingHelper()
590 spacing = qMax(spacing, item2->vSpace); in spacingHelper()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqformlayout.cpp144 int vSpace; // This is the spacing to the item in the row above member
272 item->vSpace = userVSpacing; in updateFormLayoutItem()
367 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
369 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
385 label->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
387 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
395 field->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
397 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
588 spacing = item1->vSpace; in spacingHelper()
590 spacing = qMax(spacing, item2->vSpace); in spacingHelper()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqformlayout.cpp144 int vSpace; // This is the spacing to the item in the row above member
272 item->vSpace = userVSpacing; in updateFormLayoutItem()
367 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
369 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
385 label->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
387 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
395 field->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
397 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
588 spacing = item1->vSpace; in spacingHelper()
590 spacing = qMax(spacing, item2->vSpace); in spacingHelper()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqformlayout.cpp144 int vSpace; // This is the spacing to the item in the row above member
272 item->vSpace = userVSpacing; in updateFormLayoutItem()
367 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
369 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
385 label->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
387 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
395 field->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
397 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
588 spacing = item1->vSpace; in spacingHelper()
590 spacing = qMax(spacing, item2->vSpace); in spacingHelper()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqformlayout.cpp144 int vSpace; // This is the spacing to the item in the row above member
272 item->vSpace = userVSpacing; in updateFormLayoutItem()
367 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
369 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
385 label->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
387 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
395 field->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
397 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
588 spacing = item1->vSpace; in spacingHelper()
590 spacing = qMax(spacing, item2->vSpace); in spacingHelper()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqformlayout.cpp144 int vSpace; // This is the spacing to the item in the row above member
272 item->vSpace = userVSpacing; in updateFormLayoutItem()
367 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
369 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
385 label->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
387 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
395 field->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
397 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
588 spacing = item1->vSpace; in spacingHelper()
590 spacing = qMax(spacing, item2->vSpace); in spacingHelper()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqformlayout.cpp144 int vSpace; // This is the spacing to the item in the row above member
272 item->vSpace = userVSpacing; in updateFormLayoutItem()
367 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
369 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
385 label->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
387 …label->vSpace = style->combinedLayoutSpacing(lbltoptypes, lbltypes, Qt::Vertical, nullptr, parent); in updateSizes()
395 field->vSpace = qMax(lblspacing, fldspacing); in updateSizes()
397 …field->vSpace = style->combinedLayoutSpacing(fldtoptypes, fldtypes, Qt::Vertical, nullptr, parent); in updateSizes()
588 spacing = item1->vSpace; in spacingHelper()
590 spacing = qMax(spacing, item2->vSpace); in spacingHelper()

1234