Home
last modified time | relevance | path

Searched refs:side_t (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_switch.cpp65 side_t *m_Side;
116 side_t *side = line->sidedef[sideno]; in P_CheckSwitchRange()
126 if (!side->GetTexture(side_t::mid).isValid()) in P_CheckSwitchRange()
179 if ((TexMan.FindSwitch(side->GetTexture(side_t::top))) != NULL) in P_CheckSwitchRange()
202 else if ((TexMan.FindSwitch(side->GetTexture(side_t::bottom))) != NULL) in P_CheckSwitchRange()
252 if ((Switch = TexMan.FindSwitch (side->GetTexture(side_t::top))) != NULL) in P_ChangeSwitchTexture()
254 texture = side_t::top; in P_ChangeSwitchTexture()
258 texture = side_t::bottom; in P_ChangeSwitchTexture()
260 else if ((Switch = TexMan.FindSwitch (side->GetTexture(side_t::mid))) != NULL) in P_ChangeSwitchTexture()
262 texture = side_t::mid; in P_ChangeSwitchTexture()
[all …]
H A Dp_3dmidtex.cpp60 l->sidedef[0]->AddTextureYOffset(side_t::mid, move); in P_Scroll3dMidtex()
61 l->sidedef[1]->AddTextureYOffset(side_t::mid, move); in P_Scroll3dMidtex()
91 list.Push(l->sidedef[0]->SetInterpolation(side_t::mid)); in P_Start3dMidtexInterpolations()
92 list.Push(l->sidedef[1]->SetInterpolation(side_t::mid)); in P_Start3dMidtexInterpolations()
225 side_t *side = line->sidedef[sideno]; in P_GetMidTexturePosition()
226 FTextureID texnum = side->GetTexture(side_t::mid); in P_GetMidTexturePosition()
231 fixed_t totalscale = abs(FixedMul(side->GetTextureYScale(side_t::mid), tex->yScale)); in P_GetMidTexturePosition()
232 fixed_t y_offset = side->GetTextureYOffset(side_t::mid); in P_GetMidTexturePosition()
284 open.ceilingpic = linedef->sidedef[0]->GetTexture(side_t::mid); in P_LineOpening_3dMidtex()
293 open.floorpic = linedef->sidedef[0]->GetTexture(side_t::mid); in P_LineOpening_3dMidtex()
H A Dp_doors.cpp301 FTexture *tex = TexMan[line->sidedef[0]->GetTexture(side_t::top)]; in DoorSound()
652 m_Line1->sidedef[0]->SetTexture(side_t::mid, m_DoorAnim->TextureFrames[m_Frame]); in Tick()
653 m_Line1->sidedef[1]->SetTexture(side_t::mid, m_DoorAnim->TextureFrames[m_Frame]); in Tick()
654 m_Line2->sidedef[0]->SetTexture(side_t::mid, m_DoorAnim->TextureFrames[m_Frame]); in Tick()
655 m_Line2->sidedef[1]->SetTexture(side_t::mid, m_DoorAnim->TextureFrames[m_Frame]); in Tick()
698 m_Line1->sidedef[0]->SetTexture(side_t::mid, m_DoorAnim->TextureFrames[m_Frame]); in Tick()
699 m_Line1->sidedef[1]->SetTexture(side_t::mid, m_DoorAnim->TextureFrames[m_Frame]); in Tick()
733 …if (sec->lines[i]->sidedef[0]->GetTexture(side_t::top) == line->sidedef[0]->GetTexture(side_t::top… in DAnimatedDoor()
741 picnum = m_Line1->sidedef[0]->GetTexture(side_t::top); in DAnimatedDoor()
742 m_Line1->sidedef[0]->SetTexture(side_t::mid, picnum); in DAnimatedDoor()
[all …]
H A Dpo_man.h25 side_t *wall;
48 TArray<side_t *> Sidedefs;
78 void ClosestPoint(fixed_t fx, fixed_t fy, fixed_t &ox, fixed_t &oy, side_t **side) const;
88 void ThrustMobj (AActor *actor, side_t *side);
92 bool CheckMobjBlocking (side_t *sd);
H A Dp_udmf.cpp392 TArray<side_t> ParsedSides;
1104 ld->sidedef[0] = (side_t*)(intptr_t)(1); in ParseLinedef()
1200 sd->SetTextureXScale(side_t::top, CheckFixed(key)); in ParseSidedef()
1265 sd->AddTextureXOffset(side_t::top, texofs[0]); in ParseSidedef()
1266 sd->AddTextureXOffset(side_t::mid, texofs[0]); in ParseSidedef()
1267 sd->AddTextureXOffset(side_t::bottom, texofs[0]); in ParseSidedef()
1268 sd->AddTextureYOffset(side_t::top, texofs[1]); in ParseSidedef()
1269 sd->AddTextureYOffset(side_t::mid, texofs[1]); in ParseSidedef()
1270 sd->AddTextureYOffset(side_t::bottom, texofs[1]); in ParseSidedef()
1758 sides = new side_t[numsides]; in ProcessLineDefs()
[all …]
H A Dr_segs.cpp584 side_t *scaledside; in R_RenderFakeWall()
585 side_t::ETexpart scaledpart; in R_RenderFakeWall()
589 scaledpart = side_t::top; in R_RenderFakeWall()
594 scaledpart = side_t::bottom; in R_RenderFakeWall()
599 scaledpart = side_t::mid; in R_RenderFakeWall()
604 …fset = curline->sidedef->GetTextureYOffset(side_t::mid) + rover->master->sidedef[0]->GetTextureYOf… in R_RenderFakeWall()
606 …fset = curline->sidedef->GetTextureXOffset(side_t::mid) + rover->master->sidedef[0]->GetTextureXOf… in R_RenderFakeWall()
2128 || (sidedef->GetTexture(side_t::mid).isValid() && in R_NewWall()
2164 || (sidedef->GetTexture(side_t::mid).isValid() && in R_NewWall()
2380 rw_offset = sidedef->GetTextureXOffset(side_t::mid); in R_StoreWallRange()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/g_shared/
H A Da_sharedglobal.h9 struct side_t;
28 FTextureID StickToWall (side_t *wall, fixed_t x, fixed_t y, F3DFloor * ffloor);
29 fixed_t GetRealZ (const side_t *wall) const;
32 …void Spread (const FDecalTemplate *tpl, side_t *wall, fixed_t x, fixed_t y, fixed_t z, F3DFloor * …
33 void GetXY (side_t *side, fixed_t &x, fixed_t &y) const;
51 …virtual DBaseDecal *CloneSelf (const FDecalTemplate *tpl, fixed_t x, fixed_t y, fixed_t z, side_t
52 void CalcFracPos (side_t *wall, fixed_t x, fixed_t y);
55 static void SpreadLeft (fixed_t r, vertex_t *v1, side_t *feelwall, F3DFloor *ffloor);
56 static void SpreadRight (fixed_t r, side_t *feelwall, fixed_t wallsize, F3DFloor *ffloor);
64 DImpactDecal (side_t *wall, const FDecalTemplate *templ);
[all …]
H A Da_decals.cpp53 static TArray<side_t *> SpreadStack;
255 tex = wall->GetTexture(side_t::mid); in StickToWall()
264 tex = wall->GetTexture(side_t::bottom); in StickToWall()
273 tex = wall->GetTexture(side_t::top); in StickToWall()
286 tex = wall->GetTexture(side_t::top); in StickToWall()
290 tex = wall->GetTexture(side_t::bottom); in StickToWall()
310 fixed_t DBaseDecal::GetRealZ (const side_t *wall) const in GetRealZ()
419 static side_t *NextWall (const side_t *wall) in NextWall()
460 side_t *nextwall = NextWall (feelwall); in SpreadLeft()
492 side_t *nextwall = NextWall (feelwall); in SpreadRight()
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/tools/ufo2map/check/
H A Dcheck.cpp106 static bool FacingAndCoincidentTo (const side_t* side1, const side_t* side2) in FacingAndCoincidentTo()
131 static bool ParallelAndCoincidentTo (const side_t* side1, const side_t* side2) in ParallelAndCoincidentTo()
370 static void Check_SetError (side_t* s)
386 static bool Check_SidesTouch (side_t* a, side_t* b) in Check_SidesTouch()
388 side_t* s[2]; in Check_SidesTouch()
419 side_t* sbuf[MAX_MAP_SIDES / 4]; in Check_FindCompositeSides()
511 side_t** sidesInNewComposite = Mem_AllocTypeN(side_t* , numMembers); in Check_FindCompositeSides()
749 static float Check_SidesOverlap (const side_t* s1, const side_t* s2) in Check_SidesOverlap()
959 static int Check_LevelForNodraws (const side_t* coverer, const side_t* coveree) in Check_LevelForNodraws()
964 static void Check_SetNodraw (side_t* s) in Check_SetNodraw()
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dp_switch.cpp127 side_t *side = line->sidedef[sideno];
137 if (!side->GetTexture(side_t::mid).isValid())
189 if ((TexMan.FindSwitch(side->GetTexture(side_t::top))) != NULL)
193 else if ((TexMan.FindSwitch(side->GetTexture(side_t::bottom))) != NULL)
197 else if ((flags & ML_3DMIDTEX) || (TexMan.FindSwitch(side->GetTexture(side_t::mid))) != NULL)
229 if ((Switch = TexMan.FindSwitch (side->GetTexture(side_t::top))) != NULL) in P_ChangeSwitchTexture()
231 texture = side_t::top; in P_ChangeSwitchTexture()
233 else if ((Switch = TexMan.FindSwitch (side->GetTexture(side_t::bottom))) != NULL) in P_ChangeSwitchTexture()
235 texture = side_t::bottom; in P_ChangeSwitchTexture()
237 else if ((Switch = TexMan.FindSwitch (side->GetTexture(side_t::mid))) != NULL) in P_ChangeSwitchTexture()
[all …]
/dports/math/blis/blis-0.8.1/frame/ind/oapi/
H A Dbli_l3_ind_oapi.h46 BLIS_EXPORT_BLIS void PASTEMAC(hemm,imeth) ( side_t side, obj_t* alpha, obj_t* a, obj_t* b, obj_t* …
49 BLIS_EXPORT_BLIS void PASTEMAC(symm,imeth) ( side_t side, obj_t* alpha, obj_t* a, obj_t* b, obj_t* …
52 BLIS_EXPORT_BLIS void PASTEMAC(trmm3,imeth)( side_t side, obj_t* alpha, obj_t* a, obj_t* b, obj_t* …
53 BLIS_EXPORT_BLIS void PASTEMAC(trmm,imeth) ( side_t side, obj_t* alpha, obj_t* a, obj_t* b, …
54 BLIS_EXPORT_BLIS void PASTEMAC(trsm,imeth) ( side_t side, obj_t* alpha, obj_t* a, obj_t* b, …
71 BLIS_EXPORT_BLIS void PASTEMAC(hemm,imeth) ( side_t side, obj_t* alpha, obj_t* a, obj_t* b, obj_t* …
74 BLIS_EXPORT_BLIS void PASTEMAC(symm,imeth) ( side_t side, obj_t* alpha, obj_t* a, obj_t* b, obj_t* …
77 BLIS_EXPORT_BLIS void PASTEMAC(trmm3,imeth)( side_t side, obj_t* alpha, obj_t* a, obj_t* b, obj_t* …
/dports/math/blis/blis-0.8.1/frame/base/
H A Dbli_param_map.h39 BLIS_EXPORT_BLIS void bli_param_map_blis_to_netlib_side( side_t side, char* blas_side );
51 BLIS_INLINE void bli_param_map_netlib_to_blis_side( char side, side_t* blis_side ) in bli_param_map_netlib_to_blis_side()
110 BLIS_EXPORT_BLIS void bli_param_map_char_to_blis_side( char side, side_t* blis_side );
120 BLIS_EXPORT_BLIS void bli_param_map_blis_to_char_side( side_t blis_side, char* side );
/dports/sysutils/xcdroast/xcdroast-0.98alpha16/src/
H A Dmain.c201 GtkWidget *side_t; in create_main() local
224 side_t = gtk_table_new(10,1, TRUE); in create_main()
225 gtk_table_set_row_spacings(GTK_TABLE(side_t),10); in create_main()
226 gtk_box_pack_start(GTK_BOX(sidespace), side_t,TRUE,TRUE,0); in create_main()
247 gtk_table_attach_defaults(GTK_TABLE(side_t), side_t_btn1, 0,1,4,5); in create_main()
251 gtk_table_attach_defaults(GTK_TABLE(side_t), side_t_btn2, 0,1,5,6); in create_main()
255 gtk_table_attach_defaults(GTK_TABLE(side_t), side_t_btn3, 0,1,6,7); in create_main()
259 gtk_table_attach_defaults(GTK_TABLE(side_t), side_t_btn4, 0,1,8,9); in create_main()
263 gtk_widget_show(side_t); in create_main()
/dports/games/gtkradiant/GPL/Q2Tools/bsp/qbsp3/
H A Dqbsp.h66 } side_t; typedef
78 side_t *original_sides;
115 side_t sides[6]; // variably sized
131 side_t *side; // the side that created the node
154 side_t *side; // NULL = non-visible
178 extern side_t brushsides[MAX_MAP_SIDES];
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/bsp/qbsp3/
H A Dqbsp.h66 } side_t; typedef
78 side_t *original_sides;
115 side_t sides[6]; // variably sized
131 side_t *side; // the side that created the node
154 side_t *side; // NULL = non-visible
178 extern side_t brushsides[MAX_MAP_SIDES];
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/q2map/
H A Dqbsp.h93 } side_t; typedef
105 side_t *original_sides;
142 side_t sides[6]; // variably sized
158 side_t *side; // the side that created the node
181 side_t *side; // NULL = non-visible
205 extern side_t brushsides[MAX_MAP_SIDES];
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/q2map/
H A Dqbsp.h93 } side_t; typedef
105 side_t *original_sides;
142 side_t sides[6]; // variably sized
158 side_t *side; // the side that created the node
181 side_t *side; // NULL = non-visible
205 extern side_t brushsides[MAX_MAP_SIDES];
/dports/games/ufoai/ufoai-2.5-source/src/tools/ufo2map/
H A Dbspbrush.cpp60 side_t* side = &brush->sides[i]; in CreateBrushWindings()
226 const side_t* side = &brush->sides[i]; in CopyBrush()
273 const side_t* side = &brush->sides[i]; in TestBrushToPlanenum()
431 side_t* SelectSplitSide (bspbrush_t* brushes, bspbrush_t* volume) in SelectSplitSide()
435 side_t* bestside; in SelectSplitSide()
462 side_t* side = &brush->sides[i]; in SelectSplitSide()
629 const side_t* s = &brush->sides[i]; in SplitBrush()
636 side_t* cs; in SplitBrush()
688 side_t* cs = &b[i]->sides[b[i]->numsides]; in SplitBrush()
750 side_t* side = newbrush->sides + i; in SplitBrushList()
[all …]
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dr_fps.c214 oldipos[i][0] = ((side_t*)curipos[i].address)->rowoffset; in R_CopyInterpToOld()
215 oldipos[i][1] = ((side_t*)curipos[i].address)->textureoffset; in R_CopyInterpToOld()
243 ((side_t*)curipos[i].address)->rowoffset = bakipos[i][0]; in R_CopyBakToInterp()
244 ((side_t*)curipos[i].address)->textureoffset = bakipos[i][1]; in R_CopyBakToInterp()
276 adr1 = &((side_t*)curipos[i].address)->rowoffset; in R_DoAnInterpolation()
277 adr2 = &((side_t*)curipos[i].address)->textureoffset; in R_DoAnInterpolation()
365 i = &(((side_t*)posptr)->INTERP_WallPanning); in R_SetInterpolation()
403 i = &(((side_t*)posptr)->INTERP_WallPanning); in R_StopInterpolation()
436 j = &(((side_t*)posptr_last)->INTERP_WallPanning); in R_StopInterpolation()
/dports/math/blis/blis-0.8.1/testsuite/src/
H A Dtest_trmm.c73 side_t side,
82 side_t side,
172 side_t side; in libblis_test_trmm_experiment()
265 side_t side, in libblis_test_trmm_impl()
289 side_t side, in libblis_test_trmm_check()
H A Dtest_trsm.c73 side_t side,
82 side_t side,
172 side_t side; in libblis_test_trsm_experiment()
266 side_t side, in libblis_test_trsm_impl()
296 side_t side, in libblis_test_trsm_check()
H A Dtest_symm.c73 side_t side,
84 side_t side,
176 side_t side; in libblis_test_symm_experiment()
278 side_t side, in libblis_test_symm_impl()
304 side_t side, in libblis_test_symm_check()
H A Dtest_trmm3.c73 side_t side,
84 side_t side,
176 side_t side; in libblis_test_trmm3_experiment()
279 side_t side, in libblis_test_trmm3_impl()
305 side_t side, in libblis_test_trmm3_check()
H A Dtest_hemm.c73 side_t side,
84 side_t side,
176 side_t side; in libblis_test_hemm_experiment()
278 side_t side, in libblis_test_hemm_impl()
304 side_t side, in libblis_test_hemm_check()
/dports/math/blis/blis-0.8.1/frame/3/trsm/
H A Dbli_trsm_front.h38 side_t side,
50 side_t side,

12345678910>>...17