Home
last modified time | relevance | path

Searched refs:IsLight (Results 1 – 14 of 14) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_stat.c739 if ( IsLight(tilex-1,tiley ) || in TurnOffLight0()
740 IsLight(tilex-1,tiley-1) || in TurnOffLight0()
741 IsLight(tilex ,tiley-1) || in TurnOffLight0()
742 IsLight(tilex+1,tiley-1) || in TurnOffLight0()
743 IsLight(tilex+1,tiley ) || in TurnOffLight0()
744 IsLight(tilex+1,tiley+1) || in TurnOffLight0()
745 IsLight(tilex ,tiley+1) || in TurnOffLight0()
746 IsLight(tilex-1,tiley+1) ) in TurnOffLight0()
772 IsLight(tilex+tempi,tiley)) in TurnOffLight1()
796 IsLight(tilex+1 ,tiley) || in TurnOffLight2()
[all …]
H A D_rt_stat.h31 #define IsLight(x,y) ( (x>=0) && (x<=127) && (y>=0) && (y<=127) && \ macro
/dports/science/ghemical/ghemical-3.0.0/src/
H A Dcustom_app.cpp122 int n1 = IsLight(light); in RemoveLight()
134 int n1 = IsLight(obj); in SelectLight()
H A Doglview_wcl.cpp208 i32s index = base_app::GetAppB()->IsLight(ctc->tc_object_ref); in ButtonEvent()
269 i32s index = base_app::GetAppB()->IsLight(ctc->tc_object_ref); in ButtonEvent()
330 i32s index = base_app::GetAppB()->IsLight(ctc->tc_object_ref); in ButtonEvent()
394 i32s index = base_app::GetAppB()->IsLight(ctc->tc_object_ref); in ButtonEvent()
450 i32s index = base_app::GetAppB()->IsLight(ctc->tc_object_ref); in ButtonEvent()
506 i32s index = base_app::GetAppB()->IsLight(ctc->tc_object_ref); in ButtonEvent()
/dports/games/openbve/OpenBVE-1.8.2.1/source/LibRender2/Shaders/
H A DShader.cs166 IsLight = (short)GL.GetUniformLocation(handle, "uIsLight"), in GetUniformLayout()
286 public void SetIsLight(bool IsLight) in SetIsLight() argument
288 GL.ProgramUniform1(handle, UniformLayout.IsLight, IsLight ? 1 : 0); in SetIsLight()
/dports/games/openbve/OpenBVE-1.8.2.1/source/LibRender2/openGL/
H A DShaderLayout.cs49 public short IsLight = -1; field in LibRender2.UniformLayout
/dports/science/liboglappth/liboglappth-1.0.0/src/
H A Dbase_app.h119 int IsLight(const ogl_dummy_object *);
H A Dbase_app.cpp157 int n1 = IsLight(obj); in RemoveLight()
186 int base_app::IsLight(const ogl_dummy_object * obj) in IsLight() function in base_app
/dports/cad/leocad/leocad-21.06/common/
H A Dobject.h104 bool IsLight() const in IsLight() function
/dports/devel/upp/upp/uppsrc/Core/
H A DColor.h145 bool IsLight(Color c);
H A DColor.cpp235 bool IsLight(Color c) in IsLight() function
/dports/graphics/wings/wings-8d019ebe48/plugins_src/commands/
H A Dwpc_absolute_move.erl165 IsLight = ?IS_LIGHT(We),
166 {1,gb_sets:size(Items) =:= 1,IsLight}
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_view_win.erl93 IsLight = fun(Obj) -> maps:is_key(light,Obj) andalso throw(true), Obj end,
95 wings_obj:map(IsLight,St),
/dports/devel/upp/upp/uppsrc/Core/src.tpp/
H A DColor_en-us.tpp337 [s5;:IsLight`(Color`):%- [@(0.0.255) bool]_[* IsLight]([_^Color^ Color]_[*@3 c])&]