Home
last modified time | relevance | path

Searched refs:fieldHeight (Results 26 – 50 of 56) sorted by relevance

123

/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/
H A Dstructuredefinitions.h73 double fieldHeight; // The calculated height of the field in arcminutes member
/dports/games/kblocks/kblocks-21.12.3/src/
H A DKBlocksSingleGame.h31 …explicit KBlocksSingleGame(int gameIndex, int fieldWidth = 10, int fieldHeight = 20, int showPiece…
H A DKBlocksSingleGame.cpp14 KBlocksSingleGame::KBlocksSingleGame(int gameIndex, int fieldWidth, int fieldHeight, int showPieceC… in KBlocksSingleGame() argument
18 mpField = new KBlocksField(fieldWidth, fieldHeight); in KBlocksSingleGame()
/dports/graphics/laternamagica/LaternaMagica-0.5/Resources/LaternaMagica.gorm/
H A Ddata.classes50 fieldHeight,
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/
H A Dedit_color_box.cpp944 const auto fieldHeight = _hueField->height(); in resizeEvent() local
947 …fieldLeft, _currentRect.y() + _currentRect.height() + st::colorFieldSkip, fieldWidth, fieldHeight); in resizeEvent()
948 …Field->setGeometryToLeft(fieldLeft, _hueField->y() + _hueField->height(), fieldWidth, fieldHeight); in resizeEvent()
949 …etryToLeft(fieldLeft, _saturationField->y() + _saturationField->height(), fieldWidth, fieldHeight); in resizeEvent()
950 … _brightnessField->y() + _brightnessField->height() + st::colorFieldSkip, fieldWidth, fieldHeight); in resizeEvent()
951 …Field->setGeometryToLeft(fieldLeft, _redField->y() + _redField->height(), fieldWidth, fieldHeight); in resizeEvent()
952 …d->setGeometryToLeft(fieldLeft, _greenField->y() + _greenField->height(), fieldWidth, fieldHeight); in resizeEvent()
959 …ta, resultBottom - st::colorSliderSkip - _result->height(), fieldWidth + resultDelta, fieldHeight); in resizeEvent()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtconnectivity/examples/bluetooth/heartrate-game/qml/
H A DGameSettings.qml85 property real fieldHeight: wHeight * 0.08
86 property real fieldMargin: fieldHeight * 0.5
H A DStatsLabel.qml55 height: GameSettings.fieldHeight
H A DTitleBar.qml58 height: GameSettings.fieldHeight
H A DGamePage.qml77 height: GameSettings.fieldHeight
H A DStats.qml74 height: GameSettings.fieldHeight
/dports/devel/R-cran-Hmisc/Hmisc/R/
H A Dprint.char.list.s144 vjustText <- function(char.matrix, fieldHeight, vjust = c("top", "center", "bottom")) {
159 vdiff <- fieldHeight - unlist(lapply(char.matrix, length))
188 }, char.matrix, vdiff, fieldHeight, USE.NAMES=FALSE)
211 justText <- function(char.matrix, fieldWidth, fieldHeight, hjust=c("left","right","centre"),
275 }, split(ans, row(char.matrix)), fieldHeight, USE.NAMES=FALSE, SIMPLIFY=FALSE)
/dports/graphics/laternamagica/LaternaMagica-0.5/
H A DAppController.h69 IBOutlet NSTextField *fieldHeight; variable
H A DAppController.m781 givenHeight = [fieldHeight intValue];
/dports/editors/textadept/cdk-5.0-20200923/include/
H A Dhistogram.h71 int fieldHeight; member
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dhistogram.h71 int fieldHeight; member
/dports/devel/cdk/cdk-5.0-20161210/include/
H A Dhistogram.h71 int fieldHeight; member
/dports/games/kubrick/kubrick-21.12.3/src/
H A Dgame.cpp1092 float fieldHeight = -cubeCentreZ * 2.0 * tan (3.14159 * viewAngle/360.0); in drawScene() local
1093 float fieldWidth = aspect * fieldHeight; in drawScene()
1100 v->position [Y] = v->relY * fieldHeight; in drawScene()
1150 float fieldHeight = -cubeCentreZ * 2.0 * tan (3.14159 * viewAngle/360.0); in setCubeView() local
1151 float fieldWidth = aspect * fieldHeight; in setCubeView()
1159 v->position [Y] = v->relY * fieldHeight; in setCubeView()
/dports/graphics/qgis/qgis-3.22.3/src/core/mesh/
H A Dqgsmeshtracerenderer.cpp307 int fieldHeight = int( fieldHeightInDeviceCoordinate / mFieldResolution ); in updateSize() local
313 fieldHeight++; in updateSize()
315 if ( fieldWidth == 0 || fieldHeight == 0 ) in updateSize()
322 mFieldSize.setHeight( fieldHeight ); in updateSize()
346 fieldHeight, in updateSize()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/mesh/
H A Dqgsmeshtracerenderer.cpp303 int fieldHeight = int( fieldHeightInDeviceCoordinate / mFieldResolution ); in updateSize() local
309 fieldHeight++; in updateSize()
311 if ( fieldWidth == 0 || fieldHeight == 0 ) in updateSize()
318 mFieldSize.setHeight( fieldHeight ); in updateSize()
342 fieldHeight, in updateSize()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/themes/
H A Dwindow_theme_preview.cpp549 auto fieldHeight = st::historySendSize.height() - 2 * st::historySendPadding; in paintComposeArea() local
550 auto field = QRect(fieldLeft, fieldTop, fieldWidth, fieldHeight); in paintComposeArea()
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/
H A Dfitsdata.cpp1511 … solution.fieldWidth = solution.fieldHeight = solution.pixscale = solution.ra = solution.dec = -1; in parseSolution()
1586 solution.fieldHeight = (m_Statistics.height * scale * (pixsize2 / pixsize1)) / 60.0; in parseSolution()
1593 …solution.fieldHeight = ((206264.8062470963552 * m_Statistics.height * (pixsize2 / 1000.0)) / (foca… in parseSolution()
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/qt5/style/
H A Dqtcurve.cpp857 int fieldHeight = fieldItem->sizeHint().height(); in polishFormLayout() local
859 if (fieldHeight <= 2 * fontHeight(0, label) + addedHeight) in polishFormLayout()
861 if (fieldHeight > labelHeight) in polishFormLayout()
862 labelHeight = fieldHeight; in polishFormLayout()
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/qt5/style/
H A Dqtcurve.cpp857 int fieldHeight = fieldItem->sizeHint().height(); in polishFormLayout() local
859 if (fieldHeight <= 2 * fontHeight(0, label) + addedHeight) in polishFormLayout()
861 if (fieldHeight > labelHeight) in polishFormLayout()
862 labelHeight = fieldHeight; in polishFormLayout()
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/qt5/style/
H A Dqtcurve.cpp857 int fieldHeight = fieldItem->sizeHint().height(); in polishFormLayout() local
859 if (fieldHeight <= 2 * fontHeight(0, label) + addedHeight) in polishFormLayout()
861 if (fieldHeight > labelHeight) in polishFormLayout()
862 labelHeight = fieldHeight; in polishFormLayout()
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/qt5/style/
H A Dqtcurve.cpp857 int fieldHeight = fieldItem->sizeHint().height(); in polishFormLayout() local
859 if (fieldHeight <= 2 * fontHeight(0, label) + addedHeight) in polishFormLayout()
861 if (fieldHeight > labelHeight) in polishFormLayout()
862 labelHeight = fieldHeight; in polishFormLayout()

123