/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/ |
H A D | MouseSystem.h | 56 INT16 W() const { return RegionBottomRightX - RegionTopLeftX; } in W() 63 INT16 RegionBottomRightX; member 201 using MOUSE_REGION::RegionBottomRightX;
|
H A D | Button_System.h | 105 INT16 W() const { return Area.RegionBottomRightX - Area.RegionTopLeftX; } in W() 107 INT16 BottomRightX() const { return Area.RegionBottomRightX; } in BottomRightX()
|
H A D | MouseSystem.cc | 271 cur->RegionTopLeftX <= MSYS_CurrentMX && MSYS_CurrentMX <= cur->RegionBottomRightX && in MSYS_UpdateMouseRegion() 351 i->RegionTopLeftX <= MSYS_CurrentMX && MSYS_CurrentMX <= i->RegionBottomRightX && in MSYS_UpdateMouseRegion() 556 r->RegionBottomRightX = brx; in MSYS_DefineRegion()
|
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/ |
H A D | Options_Screen.cc | 781 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in SelectedOptionTextRegionCallBack() 801 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in SelectedOptionTextRegionMovementCallBack() 807 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in SelectedOptionTextRegionMovementCallBack() 894 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in SelectedToggleBoxAreaRegionMovementCallBack()
|
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/ |
H A D | AIMFacialIndex.cc | 226 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in SelectMercFaceMoveRegionCallBack() 231 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in SelectMercFaceMoveRegionCallBack()
|
H A D | BobbyRMailOrder.cc | 1180 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in SelectDropDownMovementCallBack() 1188 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in SelectDropDownMovementCallBack() 1374 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in SelectScrollAreaDropDownRegionCallBack() 1383 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in SelectScrollAreaDropDownMovementCallBack() 1407 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in SelectScrollAreaDropDownMovementCallBack()
|
H A D | Florist_Order_Form.cc | 709 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in SelectFlowerDropDownMovementCallBack() 716 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in SelectFlowerDropDownMovementCallBack()
|
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/ |
H A D | Quest_Debug_System.cc | 1771 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in SelectNpcListMovementCallBack() 1790 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in SelectNpcListMovementCallBack() 1803 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in SelectNpcListMovementCallBack() 1919 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in ScrollAreaMovementCallBack() 1925 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in ScrollAreaMovementCallBack() 1934 …InvalidateRegion(pRegion->RegionTopLeftX, pRegion->RegionTopLeftY, pRegion->RegionBottomRightX, pR… in ScrollAreaMovementCallBack()
|
H A D | Assignments.cc | 5461 r->RegionBottomRightX += sDeltaX; in RepositionMouseRegions()
|
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/ |
H A D | Radar_Screen.cc | 120 gRadarRegion.RegionBottomRightX = RADAR_WINDOW_X + RADAR_WINDOW_WIDTH; in MoveRadarScreen()
|
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Utils/ |
H A D | Text_Input.cc | 937 INT16 const brx = n->region.RegionBottomRightX; in RenderBackgroundField() 1050 …FRAME_BUFFER->ShadowRect(r.RegionTopLeftX, r.RegionTopLeftY, r.RegionBottomRightX, r.RegionBottomR… in RenderInactiveTextFieldNode()
|
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/ |
H A D | Interface_Panels.cc | 3606 return r.RegionTopLeftX <= gusMouseXPos && gusMouseXPos <= r.RegionBottomRightX && in IsMouseInRegion()
|