Home
last modified time | relevance | path

Searched defs:posHeight (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmmgr.cc1497 int posHeight = ch + frameHeight; in placeWindow() local
1648 posHeight(frame->height() - 2 * frame->borderYN()); in manageClient() local
H A Dwmframe.cc457 int posX, posY, posWidth, posHeight; in unmanage() local
/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