Home
last modified time | relevance | path

Searched refs:controlHeight (Results 26 – 50 of 149) sorted by relevance

123456

/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/plugins/platforms/wasm/
H A Dqwasmcompositor.cpp305 const int controlHeight = tb.rect.height() - controlMargin *2; in titlebarRect() local
306 const int delta = controlHeight + controlMargin; in titlebarRect()
341 controlHeight, controlHeight); in titlebarRect()
350 controlHeight, controlHeight); in titlebarRect()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/plugins/platforms/wasm/
H A Dqwasmcompositor.cpp305 const int controlHeight = tb.rect.height() - controlMargin *2; in titlebarRect() local
306 const int delta = controlHeight + controlMargin; in titlebarRect()
341 controlHeight, controlHeight); in titlebarRect()
350 controlHeight, controlHeight); in titlebarRect()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/plugins/platforms/wasm/
H A Dqwasmcompositor.cpp305 const int controlHeight = tb.rect.height() - controlMargin *2; in titlebarRect() local
306 const int delta = controlHeight + controlMargin; in titlebarRect()
341 controlHeight, controlHeight); in titlebarRect()
350 controlHeight, controlHeight); in titlebarRect()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/plugins/platforms/wasm/
H A Dqwasmcompositor.cpp305 const int controlHeight = tb.rect.height() - controlMargin *2; in titlebarRect() local
306 const int delta = controlHeight + controlMargin; in titlebarRect()
341 controlHeight, controlHeight); in titlebarRect()
350 controlHeight, controlHeight); in titlebarRect()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/plugins/platforms/wasm/
H A Dqwasmcompositor.cpp305 const int controlHeight = tb.rect.height() - controlMargin *2; in titlebarRect() local
306 const int delta = controlHeight + controlMargin; in titlebarRect()
341 controlHeight, controlHeight); in titlebarRect()
350 controlHeight, controlHeight); in titlebarRect()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/plugins/platforms/wasm/
H A Dqwasmcompositor.cpp305 const int controlHeight = tb.rect.height() - controlMargin *2; in titlebarRect() local
306 const int delta = controlHeight + controlMargin; in titlebarRect()
341 controlHeight, controlHeight); in titlebarRect()
350 controlHeight, controlHeight); in titlebarRect()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/wasm/
H A Dqwasmcompositor.cpp305 const int controlHeight = tb.rect.height() - controlMargin *2; in titlebarRect() local
306 const int delta = controlHeight + controlMargin; in titlebarRect()
341 controlHeight, controlHeight); in titlebarRect()
350 controlHeight, controlHeight); in titlebarRect()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/plugins/platforms/wasm/
H A Dqwasmcompositor.cpp305 const int controlHeight = tb.rect.height() - controlMargin *2; in titlebarRect() local
306 const int delta = controlHeight + controlMargin; in titlebarRect()
341 controlHeight, controlHeight); in titlebarRect()
350 controlHeight, controlHeight); in titlebarRect()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/plugins/platforms/wasm/
H A Dqwasmcompositor.cpp305 const int controlHeight = tb.rect.height() - controlMargin *2; in titlebarRect() local
306 const int delta = controlHeight + controlMargin; in titlebarRect()
341 controlHeight, controlHeight); in titlebarRect()
350 controlHeight, controlHeight); in titlebarRect()
/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A Dcpanel.h55 #define controlHeight 400 macro
H A Dprocess3d.c983 (graphWindowAttrib.height!=controlHeight)) { in processEvents()
985 controlHeight); in processEvents()
993 (graphWindowAttrib.height!=controlHeight)) { in processEvents()
995 controlHeight); in processEvents()
1007 (graphWindowAttrib.height!=controlHeight)) { in processEvents()
1009 controlHeight); in processEvents()
1017 (graphWindowAttrib.height!=controlHeight)) { in processEvents()
1019 controlHeight); in processEvents()
1027 (graphWindowAttrib.height != controlHeight)) { in processEvents()
1029 controlWidth,controlHeight); in processEvents()
H A Dcontrol3d.c837 cXY.putY = viewY - controlHeight - borderHeight; in getControlXY()
843 } else if ((physicalHeight - (viewY + viewH)) >= controlHeight) { in getControlXY()
849 } else if (viewY >= controlHeight) { in getControlXY()
851 cXY.putY = viewY - controlHeight - borderHeight; in getControlXY()
854 cXY.putY = viewY + viewH - controlHeight; in getControlXY()
908 cXY.putX,cXY.putY,controlWidth,controlHeight,3, in makeControlPanel()
916 sizehint.height = controlHeight; in makeControlPanel()
H A Dsave3d.c89 controlWidth-saveWidth-2, controlHeight-saveHeight-2, in makeSavePanel()
H A Dquit3d.c88 controlWidth-quitWidth-2,controlHeight-quitHeight-2, in makeQuitPanel()
H A Dlighting3d.c116 -3,-3,controlWidth,controlHeight,3, in makeLightingPanel()
124 sizehint.height = controlHeight; in makeLightingPanel()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCQ3LevelMesh.cpp1285 const u32 controlHeight = face->size[1]; in createCurvedSurface_nosubdivision() local
1286 if ( 0 == controlWidth || 0 == controlHeight ) in createCurvedSurface_nosubdivision()
1292 meshBuffer->Vertices.reallocate(m+controlHeight * controlWidth); in createCurvedSurface_nosubdivision()
1293 for ( j = 0; j!= controlHeight * controlWidth; ++j ) in createCurvedSurface_nosubdivision()
1299 meshBuffer->Indices.reallocate(meshBuffer->Indices.size()+6*(controlHeight-1) * (controlWidth-1)); in createCurvedSurface_nosubdivision()
1300 for ( j = 0; j!= controlHeight - 1; ++j ) in createCurvedSurface_nosubdivision()
1330 const u32 controlHeight = face->size[1]; in createCurvedSurface_bezier() local
1332 if ( 0 == controlWidth || 0 == controlHeight ) in createCurvedSurface_bezier()
1337 const u32 biquadHeight = (controlHeight -1)/2; in createCurvedSurface_bezier()
1346 controlPoint.set_used( controlWidth * controlHeight ); in createCurvedSurface_bezier()
/dports/devel/juce/JUCE-f37e9a1/examples/Plugins/
H A DSamplerPluginDemo.h1133 constexpr int controlHeight = 24;
1184 return (controlHeight * 3) + (controlSeparation * 2);
1194 comboBox->setBounds (r.removeFromTop (controlHeight));
1308 return (controlHeight * 6) + (controlSeparation * 6);
1316 isLowerZoneButton.setBounds (r.removeFromTop (controlHeight));
1321 comboBox->setBounds (r.removeFromTop (controlHeight));
1329 setZoneButton.setBounds (r.removeFromTop (controlHeight).withLeft (buttonLeft));
1331 clearAllZonesButton.setBounds (r.removeFromTop (controlHeight).withLeft (buttonLeft));
1413 legacyModeEnabledToggle.setBounds (r.removeFromTop (controlHeight).withLeft (toggleLeft));
1415 … voiceStealingEnabledToggle.setBounds (r.removeFromTop (controlHeight).withLeft (toggleLeft));
[all …]
/dports/audio/kid3-kf5/kid3-3.8.6/src/qml/app/
H A DUiConstants.qml49 property int controlHeight: gu(5)
H A DTagCollapsible.qml126 height: constants.controlHeight
/dports/audio/kid3-qt5/kid3-3.8.6/src/qml/app/
H A DUiConstants.qml49 property int controlHeight: gu(5)
H A DTagCollapsible.qml126 height: constants.controlHeight
/dports/cad/cura/Cura-58bae31/resources/qml/MachineSettings/
H A DNumericTextFieldWithUnit.qml24 property int controlHeight: UM.Theme.getSize("setting_control").height
83 height: numericTextFieldWithUnit.controlHeight
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/layout/
H A DCellLayout.java660 int controlHeight = computeControlSize(control, spannedWidth, computingRows); in computeMinSizes() local
666 result[idx] = Math.max(result[idx], controlHeight - allocatedHeight); in computeMinSizes()
/dports/math/fricas/fricas-1.3.7/src/graph/view2D/
H A Dheader2.h69 #define controlHeight 400 macro
H A Dprocess2d.c612 (graphWindowAttrib.height != controlHeight)) { in processEvents()
616 controlHeight); in processEvents()

123456