Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DInterface_Items.cc3782 UINT16 const usPopupHeight = pTrav.usHeight; in InitItemStackPopup() local
3786 INT16 gsItemPopupHeight = ubRows * usPopupHeight; in InitItemStackPopup()
3832 …+ col * usPopupWidth, sCenY + row * usPopupHeight, sCenX + (col + 1) * usPopupWidth, sCenY + (row+… in InitItemStackPopup()
3989 UINT16 const usPopupHeight = pTrav.usHeight; in InitKeyRingPopup() local
3996 sInvY + (cnt / sKeyRingItemWidth * usPopupHeight) + sOffSetY, // top right in InitKeyRingPopup()
3998 sInvY + (cnt / sKeyRingItemWidth + 1) * usPopupHeight + sOffSetY, // bottom right in InitKeyRingPopup()