Home
last modified time | relevance | path

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

/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/components/
H A DCCmpObstructionManager.cpp53 struct UnitShape struct
134 std::map<u32, UnitShape> m_UnitShapes;
281 UnitShape shape = { ent, x, z, clearance, flags, group }; in AddUnitShape()
337 UnitShape& shape = m_UnitShapes[TAG_TO_INDEX(tag)]; in MoveShape()
386 UnitShape& shape = m_UnitShapes[TAG_TO_INDEX(tag)]; in SetUnitMovingFlag()
402 UnitShape& shape = m_UnitShapes[TAG_TO_INDEX(tag)]; in SetUnitControlGroup()
425 UnitShape& shape = m_UnitShapes[TAG_TO_INDEX(tag)]; in RemoveShape()
454 const UnitShape& shape = m_UnitShapes.at(TAG_TO_INDEX(tag)); in GetObstruction()
605 void MakeDirtyUnit(flags_t flags, u32 index, const UnitShape& shape) in MakeDirtyUnit()
694 std::map<u32, UnitShape>::const_iterator it = m_UnitShapes.find(shape); in TestLine()
[all …]
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dsplinestroke.h40 extern SplineSet *UnitShape(int n);
H A Dsplinestroke.c1031 ellip = UnitShape(0); in SSAppendArc()
2379 SplineSet *UnitShape(int n) { in UnitShape() function
2578 nibs = UnitShape(si->stroke_type==si_round ? 0 : -4); in SplineSetStroke()
H A Dpython.c1227 ss = UnitShape(n); in PyFF_unitShape()
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaIntro.cpp181 PUSHNIL(UnitShape); in RemoveSomeOpenGLFunctions()
H A DLuaOpenGL.h214 static int UnitShape(lua_State* L);
H A DLuaOpenGL.cpp241 REGISTER_LUA_CFUNC(UnitShape); in PushEntries()
1455 int LuaOpenGL::UnitShape(lua_State* L) in UnitShape() function in LuaOpenGL
/dports/games/spring/spring_98.0/cont/examples/Widgets/
H A Dgui_selbuttons.lua61 local glUnitShape = gl.UnitShape
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcvstroke.c296 ss = UnitShape( GGadgetIsChecked(GWidgetGetControl(sd->gw,CID_Calligraphic)) ); in Stroke_ShowNib()