Home
last modified time | relevance | path

Searched refs:txtHeight (Results 1 – 25 of 47) sorted by relevance

12

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/SRB2Updater/
H A DOptions.cs27 txtHeight.Text = settings.displayHeight.ToString(); in SetOptions()
37 txtHeight.Enabled = true; in SetOptions()
42 txtHeight.Enabled = false; in SetOptions()
51 txtHeight.Enabled = true; in chkCustomResolution_CheckedChanged()
56 txtHeight.Enabled = false; in chkCustomResolution_CheckedChanged()
64 settings.displayHeight = Convert.ToInt32(txtHeight.Text); in btnSave_Click()
H A DOptions.Designer.cs34 this.txtHeight = new System.Windows.Forms.TextBox(); in InitializeComponent()
98 this.groupDisplay.Controls.Add(this.txtHeight); in InitializeComponent()
121 this.txtHeight.Location = new System.Drawing.Point(175, 71); in InitializeComponent()
122 this.txtHeight.MaxLength = 4; in InitializeComponent()
123 this.txtHeight.Name = "txtHeight"; in InitializeComponent()
124 this.txtHeight.Size = new System.Drawing.Size(46, 21); in InitializeComponent()
125 this.txtHeight.TabIndex = 4; in InitializeComponent()
126 this.txtHeight.Text = "768"; in InitializeComponent()
592 private System.Windows.Forms.TextBox txtHeight; field in SRB2Updater.Options
/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DDialogsGraph.cpp1120 double txtHeight; in DoIntervalHistogram() local
1252 gGraphDrawText(gr, text, labelBase + txtHeight, in DoIntervalHistogram()
1259 gGraphDrawText(gr, text, labelBase + txtHeight, in DoIntervalHistogram()
1266 gGraphDrawText(gr, text, labelBase + txtHeight, in DoIntervalHistogram()
1273 gGraphDrawText(gr, text, labelBase + txtHeight, in DoIntervalHistogram()
1280 gGraphDrawText(gr, text, labelBase + txtHeight, in DoIntervalHistogram()
1407 double txtHeight; in DoIntervalLineChart() local
1691 double txtHeight; in DoIntervalPieChart() local
1927 double txtHeight; in DoUniqueHistogram() local
2219 double txtHeight; in DoUniqueLineChart() local
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/unix/
H A DtkUnixMenubu.c348 int avgWidth, txtWidth, txtHeight; in TkpComputeMenuButtonGeometry() local
357 txtHeight = 0; in TkpComputeMenuButtonGeometry()
375 txtHeight = mbPtr->textHeight; in TkpComputeMenuButtonGeometry()
378 haveText = (txtWidth != 0 && txtHeight != 0); in TkpComputeMenuButtonGeometry()
396 height += txtHeight + mbPtr->padY; in TkpComputeMenuButtonGeometry()
406 height = (height > txtHeight ? height : txtHeight); in TkpComputeMenuButtonGeometry()
414 height = (height > txtHeight ? height : txtHeight); in TkpComputeMenuButtonGeometry()
437 height = txtHeight; in TkpComputeMenuButtonGeometry()
H A DtkUnixButton.c861 int width, height, avgWidth, txtWidth, txtHeight; in TkpComputeButtonGeometry() local
879 txtHeight = 0; in TkpComputeButtonGeometry()
898 txtHeight = butPtr->textHeight; in TkpComputeButtonGeometry()
901 haveText = (txtWidth != 0 && txtHeight != 0); in TkpComputeButtonGeometry()
919 height += txtHeight + butPtr->padY; in TkpComputeButtonGeometry()
929 height = (height > txtHeight ? height : txtHeight); in TkpComputeButtonGeometry()
937 height = (height > txtHeight ? height : txtHeight); in TkpComputeButtonGeometry()
979 height = txtHeight; in TkpComputeButtonGeometry()
/dports/x11-toolkits/tk86/tk8.6.12/unix/
H A DtkUnixMenubu.c347 int avgWidth, txtWidth, txtHeight; in TkpComputeMenuButtonGeometry() local
356 txtHeight = 0; in TkpComputeMenuButtonGeometry()
374 txtHeight = mbPtr->textHeight; in TkpComputeMenuButtonGeometry()
377 haveText = (txtWidth != 0 && txtHeight != 0); in TkpComputeMenuButtonGeometry()
395 height += txtHeight + mbPtr->padY; in TkpComputeMenuButtonGeometry()
405 height = (height > txtHeight ? height : txtHeight); in TkpComputeMenuButtonGeometry()
413 height = (height > txtHeight ? height : txtHeight); in TkpComputeMenuButtonGeometry()
436 height = txtHeight; in TkpComputeMenuButtonGeometry()
H A DtkUnixButton.c861 int width, height, avgWidth, txtWidth, txtHeight; in TkpComputeButtonGeometry() local
879 txtHeight = 0; in TkpComputeButtonGeometry()
898 txtHeight = butPtr->textHeight; in TkpComputeButtonGeometry()
901 haveText = (txtWidth != 0 && txtHeight != 0); in TkpComputeButtonGeometry()
919 height += txtHeight + butPtr->padY; in TkpComputeButtonGeometry()
929 height = (height > txtHeight ? height : txtHeight); in TkpComputeButtonGeometry()
937 height = (height > txtHeight ? height : txtHeight); in TkpComputeButtonGeometry()
979 height = txtHeight; in TkpComputeButtonGeometry()
/dports/x11-toolkits/tk85/tk8.5.19/unix/
H A DtkUnixMenubu.c360 int avgWidth, txtWidth, txtHeight; in TkpComputeMenuButtonGeometry() local
369 txtHeight = 0; in TkpComputeMenuButtonGeometry()
387 txtHeight = mbPtr->textHeight; in TkpComputeMenuButtonGeometry()
390 haveText = (txtWidth != 0 && txtHeight != 0); in TkpComputeMenuButtonGeometry()
408 height += txtHeight + mbPtr->padY; in TkpComputeMenuButtonGeometry()
418 height = (height > txtHeight ? height : txtHeight); in TkpComputeMenuButtonGeometry()
426 height = (height > txtHeight ? height : txtHeight); in TkpComputeMenuButtonGeometry()
449 height = txtHeight; in TkpComputeMenuButtonGeometry()
H A DtkUnixButton.c855 int width, height, avgWidth, txtWidth, txtHeight; in TkpComputeButtonGeometry() local
873 txtHeight = 0; in TkpComputeButtonGeometry()
892 txtHeight = butPtr->textHeight; in TkpComputeButtonGeometry()
895 haveText = (txtWidth != 0 && txtHeight != 0); in TkpComputeButtonGeometry()
913 height += txtHeight + butPtr->padY; in TkpComputeButtonGeometry()
923 height = (height > txtHeight ? height : txtHeight); in TkpComputeButtonGeometry()
931 height = (height > txtHeight ? height : txtHeight); in TkpComputeButtonGeometry()
973 height = txtHeight; in TkpComputeButtonGeometry()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkUnixMenubu.c353 int avgWidth, txtWidth, txtHeight; local
362 txtHeight = 0;
380 txtHeight = mbPtr->textHeight;
383 haveText = (txtWidth != 0 && txtHeight != 0);
398 height += txtHeight + mbPtr->padY;
406 height = (height > txtHeight ? height : txtHeight);
412 height = (height > txtHeight ? height : txtHeight);
435 height = txtHeight;
/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/
H A DGridGraphicsItem.cpp181 qreal txtHeight = fm.height(); in paint() local
193 sign * QPointF{uy.x() * txtWidth, uy.y() * txtHeight} / scaleY; in paint()
196 pos.x() - txtWidth / 2, pos.y() - txtHeight / 2, txtWidth, txtHeight, in paint()
210 sign * QPointF{ux.x() * txtWidth, ux.y() * txtHeight} / scaleX; in paint()
213 pos.x() - txtWidth / 2, pos.y() - txtHeight / 2, txtWidth, txtHeight, in paint()
/dports/astro/phd2/phd2-2.6.10/
H A Daui_controls.cpp204 int txtHeight; in SBPanel() local
377 int txtHeight; in SBStarIndicators() local
378 panel->GetTextExtent(_("SNR"), &snrLabelWidth, &txtHeight); in SBStarIndicators()
379 panel->GetTextExtent("999.9", &snrValueWidth, &txtHeight); in SBStarIndicators()
380 panel->GetTextExtent(_("SAT"), &satWidth, &txtHeight); in SBStarIndicators()
474 int txtHeight; in SBGuideIndicators() local
500 int txtHeight; in PositionControls() local
511 m_parentPanel->GetTextExtent(txtSizer, &txtWidth, &txtHeight); in PositionControls()
569 int txtHeight; in SBStateIndicatorItem() local
570 m_parentPanel->GetTextExtent(indLabel, &txtWidth, &txtHeight); in SBStateIndicatorItem()
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/macosx/
H A DtkMacOSXMenubutton.c208 int txtWidth, txtHeight; local
221 txtHeight = 0;
241 txtHeight = butPtr->textHeight;
244 haveText = (txtWidth != 0 && txtHeight != 0);
262 height += txtHeight + butPtr->padY;
273 height = (height > txtHeight ? height : txtHeight);
282 height = (height > txtHeight ? height : txtHeight);
305 height = txtHeight;
H A DtkMacOSXButton.c274 int txtWidth = 0, txtHeight = 0; in TkpComputeButtonGeometry() local
322 txtHeight = butPtr->textHeight + DEF_INSET_BOTTOM + DEF_INSET_TOP; in TkpComputeButtonGeometry()
325 haveText = (txtWidth != 0 && txtHeight != 0); in TkpComputeButtonGeometry()
336 height += txtHeight + butPtr->padY; in TkpComputeButtonGeometry()
346 height = (height > txtHeight ? height : txtHeight); in TkpComputeButtonGeometry()
354 height = (height > txtHeight ? height : txtHeight); in TkpComputeButtonGeometry()
367 height = txtHeight; in TkpComputeButtonGeometry()
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/Draw/
H A DspingCanvas.py61 txtWidth, txtHeight = self.canvas.stringBox(text, font)
62 bw, bh = txtWidth + txtHeight * 0.4, txtHeight * 1.4
64 labelP = pos[0] - txtWidth / 2 + offset, pos[1] + txtHeight / 2
/dports/astro/tkgeomap/tkgeomap-2.11.6/tk/
H A DtkgeomapPlace.c57 int txtHeight; /* Height of text box */ member
1538 int txtWidth, txtHeight; local
1568 plcItemPtr->yTxt = -txtHeight / 2;
1574 plcItemPtr->yTxt = -txtHeight;
1580 plcItemPtr->yTxt = -txtHeight;
1584 -1, -1, TK_JUSTIFY_LEFT, 0, &txtWidth, &txtHeight);
1586 plcItemPtr->yTxt = -txtHeight;
1592 plcItemPtr->yTxt = -txtHeight / 2;
1604 plcItemPtr->yTxt = -txtHeight / 2;
1609 plcItemPtr->txtHeight = txtHeight;
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/unix/
H A DtkUnixButton.c570 int width, height, avgWidth, txtWidth, txtHeight; local
588 txtHeight = 0;
607 txtHeight = butPtr->textHeight;
610 haveText = (txtWidth != 0 && txtHeight != 0);
625 height += txtHeight + butPtr->padY;
633 height = (height > txtHeight ? height : txtHeight);
639 height = (height > txtHeight ? height : txtHeight);
682 height = txtHeight;
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DtkMacOSXMenubutton.c247 int txtWidth, txtHeight; in TkpComputeMenuButtonGeometry() local
258 txtHeight = 0; in TkpComputeMenuButtonGeometry()
276 txtHeight = butPtr->textHeight; in TkpComputeMenuButtonGeometry()
296 height += txtHeight + butPtr->padY; in TkpComputeMenuButtonGeometry()
306 height = (height > txtHeight ? height : txtHeight); in TkpComputeMenuButtonGeometry()
314 height = (height > txtHeight ? height : txtHeight); in TkpComputeMenuButtonGeometry()
337 height = txtHeight; in TkpComputeMenuButtonGeometry()
H A DtkMacOSXButton.c273 int txtWidth = 0, txtHeight = 0; in TkpComputeButtonGeometry() local
323 txtHeight = butPtr->textHeight + 2*butPtr->padY; in TkpComputeButtonGeometry()
336 height += txtHeight + butPtr->padY; in TkpComputeButtonGeometry()
346 height = (height > txtHeight ? height : txtHeight); in TkpComputeButtonGeometry()
354 height = (height > txtHeight ? height : txtHeight); in TkpComputeButtonGeometry()
372 height = txtHeight; in TkpComputeButtonGeometry()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DtkMacOSXMenubutton.c247 int txtWidth, txtHeight; in TkpComputeMenuButtonGeometry() local
258 txtHeight = 0; in TkpComputeMenuButtonGeometry()
276 txtHeight = butPtr->textHeight; in TkpComputeMenuButtonGeometry()
296 height += txtHeight + butPtr->padY; in TkpComputeMenuButtonGeometry()
306 height = (height > txtHeight ? height : txtHeight); in TkpComputeMenuButtonGeometry()
314 height = (height > txtHeight ? height : txtHeight); in TkpComputeMenuButtonGeometry()
337 height = txtHeight; in TkpComputeMenuButtonGeometry()
H A DtkMacOSXButton.c273 int txtWidth = 0, txtHeight = 0; in TkpComputeButtonGeometry() local
323 txtHeight = butPtr->textHeight + 2*butPtr->padY; in TkpComputeButtonGeometry()
336 height += txtHeight + butPtr->padY; in TkpComputeButtonGeometry()
346 height = (height > txtHeight ? height : txtHeight); in TkpComputeButtonGeometry()
354 height = (height > txtHeight ? height : txtHeight); in TkpComputeButtonGeometry()
372 height = txtHeight; in TkpComputeButtonGeometry()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/unix/
H A Dframepagesetup.pas140 txtHeight, fHeight, fWidth, fx, fy, vCenter: Integer;
154 txtHeight := TextHeight('A');
159 vCenter := vCenter - (txtHeight + cDimLineHeight + cPadding) div 2;
161 fHeight := Height - cTopBottomMargin * 2 - txtHeight - cDimLineHeight - cPadding;
212 fy := fy - fHeight div 2 - txtHeight div 2;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/unix/
H A Dframepagesetup.pas140 txtHeight, fHeight, fWidth, fx, fy, vCenter: Integer;
154 txtHeight := TextHeight('A');
159 vCenter := vCenter - (txtHeight + cDimLineHeight + cPadding) div 2;
161 fHeight := Height - cTopBottomMargin * 2 - txtHeight - cDimLineHeight - cPadding;
212 fy := fy - fHeight div 2 - txtHeight div 2;
/dports/games/chromium-bsu/chromium-bsu-0.9.16.1/src/
H A DMenuGL.cpp63 txtHeight = 0.5; in MenuGL()
227 float inc = -txtHeight*2.5; in drawGL()
256 szy = txtHeight*0.5; in drawGL()
454 float szy = txtHeight; in drawIndicator()
504 glTranslatef(0.0, -txtHeight, 0.0); in drawIndicator()
559 float szy = txtHeight; in drawElectric()
562 glTranslatef(0.0, txtHeight*0.5, 0.0); in drawElectric()
973 float p = -y+(1.0+txtHeight*1.5); in mousePress()
974 float s = txtHeight*2.5; in mousePress()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp410 long txtWidth, txtHeight; in RenderLabelImage() local
413 srcDc.GetTextExtent( mLabelText, &txtWidth, &txtHeight ); in RenderLabelImage()
420 wxMax( srcBmp->GetHeight(), txtHeight ); in RenderLabelImage()
423 txtPos.y = (destDim.y - txtHeight)/2; in RenderLabelImage()
433 destDim.y = srcBmp->GetHeight() + mTextToLabelGap + txtHeight; in RenderLabelImage()

12