Home
last modified time | relevance | path

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

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/src/
H A Drect.c54 Rect_SetXY(r, x, y); in Rect_NewWithOriginSize2()
168 void Rect_SetXY(Rect *r, int x, int y) in Rect_SetXY() function
289 Rect_SetXY(r, MIN_OF(Point2_X(r->origin), other->origin.x), in Rect_UniteRaw2()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/include/de/
H A Drect.h71 DENG_PUBLIC void Rect_SetXY(Rect *rect, int x, int y);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/
H A Dhu_lib.cpp107 Rect_SetXY(&wi->geometry(), 0, 0); in GUI_UpdateWidgetGeometry()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/hud/widgets/
H A Dautomapwidget.cpp1732 Rect_SetXY(&geometry(), newGeom.origin.x, newGeom.origin.y); in updateGeometry()