Home
last modified time | relevance | path

Searched refs:posHeight (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/radiance/radiance-baf2c40/resources/qml/
H A DTileDropArea.qml18 property real posHeight: 170
25 height: posHeight
/dports/devel/eric6/eric6-21.11/eric/eric6/E5Gui/
H A DE5MapWidget.py293 posHeight = vsb.height() - delta - 1
295 return float(posHeight) / valHeight
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmmgr.cc1497 int posHeight = ch + frameHeight; in placeWindow() local
1526 posHeight = wo.gh + frameHeight; in placeWindow()
1535 posY += desktop->height() - posHeight; in placeWindow()
1568 frame->setNormalGeometryOuter(posX, posY, posWidth, posHeight); in placeWindow()
1648 posHeight(frame->height() - 2 * frame->borderYN()); in manageClient() local
1657 posHeight = min(posHeight, Mh); in manageClient()
1660 posHeight -= frame->titleYN(); in manageClient()
1661 client->constrainSize(posWidth, posHeight, 0); in manageClient()
1662 posHeight += frame->titleYN(); in manageClient()
1673 posY = clamp(posY, my, My - posHeight); in manageClient()
[all …]
H A Dwmframe.cc457 int posX, posY, posWidth, posHeight; in unmanage() local
459 getNormalGeometryInner(&posX, &posY, &posWidth, &posHeight); in unmanage()
478 client()->setSize(posWidth, posHeight); in unmanage()
/dports/editors/madedit/madedit-0.2.9/syntax/
H A Dsyntax_javascript.syn75 …t pixelTop pixelWidth pkcs11 platform playDuring plugins port posBottom posHeight position posLeft…
H A Dsyntax_js_html.syn82 …t pixelTop pixelWidth pkcs11 platform playDuring plugins port posBottom posHeight position posLeft…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/terser/dist/
H A Dbundle.min.js.map1 … \"port1\",\n \"port2\",\n \"ports\",\n \"posBottom\",\n \"posHeight\",\n \"posLef…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Web/MsHtml/
H A Dmod.rs78913 pub unsafe fn posHeight(&self) -> ::windows::runtime::Result<f32> { in posHeight() method