Home
last modified time | relevance | path

Searched refs:fieldHeight (Results 1 – 25 of 56) sorted by last modified time

123

/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/games/kblocks/kblocks-21.12.3/src/
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()
H A DKBlocksSingleGame.h31 …explicit KBlocksSingleGame(int gameIndex, int fieldWidth = 10, int fieldHeight = 20, int showPiece…
/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/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/astro/kstars/kstars-3.5.6/kstars/fitsviewer/
H A Dstructuredefinitions.h71 double fieldHeight; // The calculated height of the field in arcminutes member
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/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.cpp216 int fieldHeight; in GetFieldHeight() local
218 fieldHeight =(int)::SendMessage(GetHWnd(), CB_GETITEMHEIGHT, (UINT)-1, 0); in GetFieldHeight()
222 fieldHeight += borderHeight*2; in GetFieldHeight()
223 return ScaleDownY(fieldHeight); in GetFieldHeight()
230 int fieldHeight = GetFieldHeight(); in GetTotalHeight() local
235 return dropHeight + fieldHeight + borderHeight * 2; in GetTotalHeight()
292 int fieldHeight = GetFieldHeight(); in Reshape() local
294 fieldHeight > 0 && fieldHeight < h) { in Reshape()
295 y += (h - fieldHeight) / 2; in Reshape()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.cpp216 int fieldHeight; in GetFieldHeight() local
218 fieldHeight =(int)::SendMessage(GetHWnd(), CB_GETITEMHEIGHT, (UINT)-1, 0); in GetFieldHeight()
222 fieldHeight += borderHeight*2; in GetFieldHeight()
223 return ScaleDownY(fieldHeight); in GetFieldHeight()
230 int fieldHeight = GetFieldHeight(); in GetTotalHeight() local
235 return dropHeight + fieldHeight + borderHeight * 2; in GetTotalHeight()
292 int fieldHeight = GetFieldHeight(); in Reshape() local
294 fieldHeight > 0 && fieldHeight < h) { in Reshape()
295 y += (h - fieldHeight) / 2; in Reshape()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_Choice.cpp215 int fieldHeight; in GetFieldHeight() local
217 fieldHeight =(int)::SendMessage(GetHWnd(), CB_GETITEMHEIGHT, (UINT)-1, 0); in GetFieldHeight()
221 fieldHeight += borderHeight*2; in GetFieldHeight()
222 return fieldHeight; in GetFieldHeight()
229 int fieldHeight = GetFieldHeight(); in GetTotalHeight() local
235 totalHeight = dropHeight + fieldHeight +borderHeight*2; in GetTotalHeight()
293 int fieldHeight = GetFieldHeight(); in Reshape() local
295 fieldHeight > 0 && fieldHeight < h) { in Reshape()
296 y += (h - fieldHeight) / 2; in Reshape()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_Choice.cpp215 int fieldHeight; in GetFieldHeight() local
217 fieldHeight =(int)::SendMessage(GetHWnd(), CB_GETITEMHEIGHT, (UINT)-1, 0); in GetFieldHeight()
221 fieldHeight += borderHeight*2; in GetFieldHeight()
222 return fieldHeight; in GetFieldHeight()
229 int fieldHeight = GetFieldHeight(); in GetTotalHeight() local
235 totalHeight = dropHeight + fieldHeight +borderHeight*2; in GetTotalHeight()
293 int fieldHeight = GetFieldHeight(); in Reshape() local
295 fieldHeight > 0 && fieldHeight < h) { in Reshape()
296 y += (h - fieldHeight) / 2; in Reshape()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.cpp216 int fieldHeight; in GetFieldHeight() local
218 fieldHeight =(int)::SendMessage(GetHWnd(), CB_GETITEMHEIGHT, (UINT)-1, 0); in GetFieldHeight()
222 fieldHeight += borderHeight*2; in GetFieldHeight()
223 return ScaleDownY(fieldHeight); in GetFieldHeight()
230 int fieldHeight = GetFieldHeight(); in GetTotalHeight() local
235 return dropHeight + fieldHeight + borderHeight * 2; in GetTotalHeight()
292 int fieldHeight = GetFieldHeight(); in Reshape() local
294 fieldHeight > 0 && fieldHeight < h) { in Reshape()
295 y += (h - fieldHeight) / 2; in Reshape()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.cpp216 int fieldHeight; in GetFieldHeight() local
218 fieldHeight =(int)::SendMessage(GetHWnd(), CB_GETITEMHEIGHT, (UINT)-1, 0); in GetFieldHeight()
222 fieldHeight += borderHeight*2; in GetFieldHeight()
223 return ScaleDownY(fieldHeight); in GetFieldHeight()
230 int fieldHeight = GetFieldHeight(); in GetTotalHeight() local
235 return dropHeight + fieldHeight + borderHeight * 2; in GetTotalHeight()
292 int fieldHeight = GetFieldHeight(); in Reshape() local
294 fieldHeight > 0 && fieldHeight < h) { in Reshape()
295 y += (h - fieldHeight) / 2; in Reshape()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.cpp216 int fieldHeight; in GetFieldHeight() local
218 fieldHeight =(int)::SendMessage(GetHWnd(), CB_GETITEMHEIGHT, (UINT)-1, 0); in GetFieldHeight()
222 fieldHeight += borderHeight*2; in GetFieldHeight()
223 return ScaleDownY(fieldHeight); in GetFieldHeight()
230 int fieldHeight = GetFieldHeight(); in GetTotalHeight() local
235 return dropHeight + fieldHeight + borderHeight * 2; in GetTotalHeight()
292 int fieldHeight = GetFieldHeight(); in Reshape() local
294 fieldHeight > 0 && fieldHeight < h) { in Reshape()
295 y += (h - fieldHeight) / 2; in Reshape()
/dports/astro/stellarsolver/stellarsolver-1.8/tester/
H A Dmainwindow.cpp2616 setItemInColumn(table, "Field Height \'", QString::number(solution.fieldHeight)); in addSolutionToTable()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/
H A Dstructuredefinitions.h73 double fieldHeight; // The calculated height of the field in arcminutes member
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.cpp216 int fieldHeight; in GetFieldHeight() local
218 fieldHeight =(int)::SendMessage(GetHWnd(), CB_GETITEMHEIGHT, (UINT)-1, 0); in GetFieldHeight()
222 fieldHeight += borderHeight*2; in GetFieldHeight()
223 return ScaleDownY(fieldHeight); in GetFieldHeight()
230 int fieldHeight = GetFieldHeight(); in GetTotalHeight() local
235 return dropHeight + fieldHeight + borderHeight * 2; in GetTotalHeight()
292 int fieldHeight = GetFieldHeight(); in Reshape() local
294 fieldHeight > 0 && fieldHeight < h) { in Reshape()
295 y += (h - fieldHeight) / 2; in Reshape()
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DPDF417Barcode.cc1320 double fieldWidth, double fieldHeight,
1327 GBool drawPDF417Barcode(double fieldWidth, double fieldHeight, in drawPDF417Barcode() argument
1391 if (nRows * moduleHeight + 6 * moduleWidth > fieldHeight) { in drawPDF417Barcode()
1397 double moduleHeight2 = (fieldHeight - 6 * moduleWidth) / nRows; in drawPDF417Barcode()
1401 moduleWidth, moduleHeight2, fieldWidth, fieldHeight, in drawPDF417Barcode()
1862 double fieldWidth, double fieldHeight, in drawBarcode() argument
1867 double y0 = 0.5 * (fieldHeight - h); in drawBarcode()
H A DPDF417Barcode.h27 extern GBool drawPDF417Barcode(double fieldWidth, double fieldHeight,
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DPDF417Barcode.cc1320 double fieldWidth, double fieldHeight,
1327 GBool drawPDF417Barcode(double fieldWidth, double fieldHeight, in drawPDF417Barcode() argument
1391 if (nRows * moduleHeight + 6 * moduleWidth > fieldHeight) { in drawPDF417Barcode()
1397 double moduleHeight2 = (fieldHeight - 6 * moduleWidth) / nRows; in drawPDF417Barcode()
1401 moduleWidth, moduleHeight2, fieldWidth, fieldHeight, in drawPDF417Barcode()
1862 double fieldWidth, double fieldHeight, in drawBarcode() argument
1867 double y0 = 0.5 * (fieldHeight - h); in drawBarcode()
H A DPDF417Barcode.h27 extern GBool drawPDF417Barcode(double fieldWidth, double fieldHeight,
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtconnectivity/examples/bluetooth/heartrate-game/qml/
H A DMeasure.qml101 spacing: GameSettings.fieldHeight * 0.5
106 …width: Math.min(measurePage.width, measurePage.height-GameSettings.fieldHeight*4) - 2*GameSettings…
206 height: GameSettings.fieldHeight
231 height: GameSettings.fieldHeight
H A DTitleBar.qml58 height: GameSettings.fieldHeight

123