Searched refs:usBottom (Results 1 – 4 of 4) sorted by relevance
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Editor/ |
H A D | PopupMenu.cc | 63 UINT16 usBottom; member 233 gPopup.usBottom = usY - 1; in InitPopupMenu() 239 gPopup.usBottom = usY - 1; in InitPopupMenu() 245 gPopup.usBottom = usY + usMenuHeight + 1; in InitPopupMenu() 251 gPopup.usBottom = usY + usMenuHeight + 1; in InitPopupMenu() 265 …ColorFillVideoSurfaceArea(FRAME_BUFFER, p.usLeft, p.usTop, p.usRight, p.usBottom, Get16BPPColor(FR… in RenderPopupMenu() 272 RectangleDraw(TRUE, p.usLeft, p.usTop, p.usRight - 1, p.usBottom - 1, line_colour, pDestBuf); in RenderPopupMenu() 278 LineDraw(TRUE, x, p.usTop, x, p.usBottom, line_colour, pDestBuf); in RenderPopupMenu() 326 && gusMouseYPos < gPopup.usBottom - 2 ) //two pixel gap on bottom ignored in GetPopupIndexFromMousePosition() 364 && gusMouseYPos < gPopup.usBottom - 1 ) //two pixel gap on bottom ignored in PopupMenuHandle() [all …]
|
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/ |
H A D | PCX.cc | 21 UINT16 usBottom; member 57 UINT16 const h = header.usBottom - header.usTop + 1; in LoadPCXFileToImage()
|
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Utils/ |
H A D | Animated_ProgressBar.h | 21 UINT16 usLeft, UINT16 usTop, UINT16 usRight, UINT16 usBottom );
|
H A D | Animated_ProgressBar.cc | 94 UINT16 usLeft, UINT16 usTop, UINT16 usRight, UINT16 usBottom ) in DefineProgressBarPanel() argument 106 pCurr->usPanelBottom = usBottom; in DefineProgressBarPanel()
|