Home
last modified time | relevance | path

Searched refs:in_world (Results 1 – 15 of 15) sorted by relevance

/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dmonsters.h34 static Game_object_shared in_world; // All monsters in the world. variable
53 return in_world ? static_cast<Monster_actor *>(in_world.get()) in get_first_in_world()
62 in_world = nullptr; in give_up()
H A Dmonsters.cc72 Game_object_shared Monster_actor::in_world; member in Monster_actor
80 if (prev_monster || in_world.get() == this) in link_in()
82 if (in_world) // Add to head. in link_in()
83 (static_cast<Monster_actor *>(in_world.get()))->prev_monster = this; in link_in()
84 next_monster = in_world; in link_in()
85 in_world = shared_from_this(); in link_in()
100 if (in_world.get() == this) in link_out()
101 in_world = next_monster; in link_out()
286 in_world = nullptr; in delete_all()
/dports/graphics/aloadimage/arcan-0.6.1/tests/regression/rendertarget/
H A Drendertarget.lua51 local in_world = true;
53 if (in_world) then
54 in_world = false;
57 in_world = true;
/dports/sysutils/acfgfs/arcan-0.6.1/tests/regression/rendertarget/
H A Drendertarget.lua51 local in_world = true;
53 if (in_world) then
54 in_world = false;
57 in_world = true;
/dports/x11/aclip/arcan-0.6.1/tests/regression/rendertarget/
H A Drendertarget.lua51 local in_world = true;
53 if (in_world) then
54 in_world = false;
57 in_world = true;
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/regression/rendertarget/
H A Drendertarget.lua51 local in_world = true;
53 if (in_world) then
54 in_world = false;
57 in_world = true;
/dports/biology/avida/avida-2.12.4-src/avida-core/source/viewer-core/
H A DClassificationInfo.cc37 Avida::CoreView::ClassificationInfo::ClassificationInfo(cWorld* in_world, const cString& role, int … in ClassificationInfo() argument
38 : m_world(in_world) in ClassificationInfo()
/dports/biology/avida/avida-2.12.4-src/avida-core/include/private/avida/private/viewer-core/
H A DClassificationInfo.h87 ClassificationInfo(cWorld* in_world, const cString& role, int total_colors);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/wm/core/
H A Dwindow_animations.cc230 gfx::Transform in_world = transform; in GetLayerWorldBoundsAfterTransform() local
231 GetTransformRelativeToRoot(layer, &in_world); in GetLayerWorldBoundsAfterTransform()
234 in_world.TransformRect(&transformed); in GetLayerWorldBoundsAfterTransform()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/wm/core/
H A Dwindow_animations.cc234 gfx::Transform in_world = transform; in GetLayerWorldBoundsAfterTransform() local
235 GetTransformRelativeToRoot(layer, &in_world); in GetLayerWorldBoundsAfterTransform()
238 in_world.TransformRect(&transformed); in GetLayerWorldBoundsAfterTransform()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/analyze/
H A DcAnalyze.h142 …static void PopCommonCPUTestParameters(cWorld* in_world, cString& cur_string, cCPUTestInfo& test_i…
H A DcAnalyze.cc9308 void cAnalyze::PopCommonCPUTestParameters(cWorld* in_world, cString& cur_string, cCPUTestInfo& test… in PopCommonCPUTestParameters() argument
9319 if (cur_string.CountNumWords() == in_world->GetEnvironment().GetInputSize()){ in PopCommonCPUTestParameters()
9320 manual_inputs.Resize(in_world->GetEnvironment().GetInputSize()); in PopCommonCPUTestParameters()
9325 } else if (in_world->GetVerbosity() >= VERBOSE_ON){ in PopCommonCPUTestParameters()
9327 cur_string.CountNumWords(), in_world->GetEnvironment().GetInputSize()); in PopCommonCPUTestParameters()
9328 in_world->GetDriver().NotifyWarning(msg); in PopCommonCPUTestParameters()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DIFCOpenings.cpp1631 const IfcVector3& in_world = tmpvec[i]; in TryAddOpenings_Poly2Tri() local
1635 curmesh.verts.push_back(in_world); in TryAddOpenings_Poly2Tri()
1636 curmesh.verts.push_back(in_world+wall_extrusion); in TryAddOpenings_Poly2Tri()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DIFCOpenings.cpp1628 const IfcVector3& in_world = tmpvec[i]; in TryAddOpenings_Poly2Tri() local
1632 curmesh.verts.push_back(in_world); in TryAddOpenings_Poly2Tri()
1633 curmesh.verts.push_back(in_world+wall_extrusion); in TryAddOpenings_Poly2Tri()
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DIFCGeometry.cpp787 const IfcVector3& in_world = tmpvec[i]; in TryAddOpenings_Poly2Tri() local
791 curmesh.verts.push_back(in_world); in TryAddOpenings_Poly2Tri()
792 curmesh.verts.push_back(in_world+wall_extrusion); in TryAddOpenings_Poly2Tri()