Home
last modified time | relevance | path

Searched defs:CenterRect (Results 1 – 6 of 6) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DTactical_Placement_GUI.cc828 …SGPBox const CenterRect = { (UINT16) (STD_SCREEN_X + 220), (UINT16) (STD_SCREEN_Y + 120), 200, 80 … in HandleTacticalPlacementClicksInOverheadMap() local
842 …SGPBox const CenterRect = { (UINT16) (STD_SCREEN_X + 220), (UINT16) (STD_SCREEN_Y + 120), 200, 80 … in HandleTacticalPlacementClicksInOverheadMap() local
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DGtkTop.cpp67 void TopWindow::CenterRect(Ctrl *owner) in CenterRect() function in Upp::TopWindow
H A DTopWin32.cpp207 void TopWindow::CenterRect(HWND hwnd, int center) in CenterRect() function in Upp::TopWindow
H A DX11Top.cpp235 void TopWindow::CenterRect(Ctrl *owner) in CenterRect() function in Upp::TopWindow
/dports/devel/upp/upp/uppsrc/Core/
H A DGtypes.h254 Rect_ CenterRect(Sz sz) const { return Rect_(CenterPos(sz), sz); } in CenterRect() function
255 Rect_ CenterRect(T cx, T cy) const { return CenterRect(Sz(cx, cy)); } in CenterRect() function
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/ajstarks/svgo/
H A Dsvg.go312 func (svg *SVG) CenterRect(x int, y int, w int, h int, s ...string) { func