Home
last modified time | relevance | path

Searched refs:polyNum (Results 1 – 21 of 21) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/common/
H A Dpo_man.cpp104 m_PolyObj = polyNum; in DPolyAction()
119 : Super (polyNum) in DRotatePoly()
136 DMovePoly::DMovePoly (int polyNum) in DMovePoly() argument
137 : Super (polyNum) in DMovePoly()
158 : Super (polyNum) in DPolyDoor()
223 pe = new DRotatePoly (polyNum); in EV_RotatePoly()
277 polyNum = mirror; in EV_RotatePoly()
335 pe = new DMovePoly (polyNum); in EV_MovePoly()
362 polyNum = mirror; in EV_MovePoly()
557 polyNum = mirror; in EV_OpenPolyDoor()
[all …]
H A Dp_local.h381 DPolyAction (int polyNum);
395 DRotatePoly (int polyNum);
398 …friend BOOL EV_RotatePoly (line_t *line, int polyNum, int speed, int byteAngle, int direction, BOO…
407 DMovePoly (int polyNum);
415 …friend BOOL EV_MovePoly (line_t *line, int polyNum, int speed, angle_t angle, fixed_t dist, BOOL o…
422 DPolyDoor (int polyNum, podoortype_t type);
432 …friend BOOL EV_OpenPolyDoor (line_t *line, int polyNum, int speed, angle_t angle, int delay, int d…
H A Dp_lnspec.cpp56 BOOL EV_MovePoly (line_t *line, int polyNum, int speed, angle_t angle, fixed_t dist, BOOL overRide);
57 BOOL EV_OpenPolyDoor (line_t *line, int polyNum, int speed, angle_t angle, int delay, int distance,…
58 BOOL EV_RotatePoly (line_t *line, int polyNum, int speed, int byteAngle, int direction, BOOL overRi…
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomutil/clip/
H A Dclipoogl.c73 void readNDPoly(poly *p, NPolyList *pl, int polyNum) in readNDPoly() argument
79 Poly *np = &pl->p[polyNum]; in readNDPoly()
99 void readPolyvtx(polyvtx_list *pv, int numvx, PolyList *pl, int polyNum) in readPolyvtx() argument
104 Poly *p = &pl->p[polyNum]; in readPolyvtx()
120 void readPoly(poly *p, PolyList *pl, int polyNum) in readPoly() argument
122 p->numvtx = pl->p[polyNum].n_vertices; in readPoly()
125 readPolyvtx(p->me, p->numvtx, pl, polyNum); /* read each vertex ref number. */ in readPoly()
127 p->c.r = pl->p[polyNum].pcol.r; in readPoly()
128 p->c.g = pl->p[polyNum].pcol.g; in readPoly()
129 p->c.b = pl->p[polyNum].pcol.b; in readPoly()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dpo_man.c117 int polyNum; in EV_RotatePoly() local
121 polyNum = args[0]; in EV_RotatePoly()
137 pe->polyobj = polyNum; in EV_RotatePoly()
196 polyNum = mirror; in EV_RotatePoly()
248 int polyNum; in EV_MovePoly() local
253 polyNum = args[0]; in EV_MovePoly()
269 pe->polyobj = polyNum; in EV_MovePoly()
314 polyNum = mirror; in EV_MovePoly()
456 int polyNum; in EV_OpenPolyDoor() local
461 polyNum = args[0]; in EV_OpenPolyDoor()
[all …]
/dports/games/uhexen/uhexen-0.601/src/
H A Dpo_man.c115 int polyNum; in EV_RotatePoly() local
119 polyNum = args[0]; in EV_RotatePoly()
134 pe->polyobj = polyNum; in EV_RotatePoly()
192 polyNum = mirror; in EV_RotatePoly()
244 int polyNum; in EV_MovePoly() local
249 polyNum = args[0]; in EV_MovePoly()
264 pe->polyobj = polyNum; in EV_MovePoly()
309 polyNum = mirror; in EV_MovePoly()
451 int polyNum; in EV_OpenPolyDoor() local
456 polyNum = args[0]; in EV_OpenPolyDoor()
[all …]
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dpo_man.c117 int polyNum; in EV_RotatePoly() local
121 polyNum = args[0]; in EV_RotatePoly()
137 pe->polyobj = polyNum; in EV_RotatePoly()
196 polyNum = mirror; in EV_RotatePoly()
248 int polyNum; in EV_MovePoly() local
253 polyNum = args[0]; in EV_MovePoly()
269 pe->polyobj = polyNum; in EV_MovePoly()
314 polyNum = mirror; in EV_MovePoly()
456 int polyNum; in EV_OpenPolyDoor() local
461 polyNum = args[0]; in EV_OpenPolyDoor()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dpo_man.cpp73 DPolyAction (int polyNum);
94 DRotatePoly (int polyNum);
107 DMovePoly (int polyNum);
123 DMovePolyTo(int polyNum);
232 m_PolyObj = polyNum; in DPolyAction()
286 : Super (polyNum) in DRotatePoly()
308 DMovePoly::DMovePoly (int polyNum) in DMovePoly() argument
309 : Super (polyNum) in DMovePoly()
336 : Super(polyNum) in DMovePolyTo()
363 : Super (polyNum), m_Type (type) in DPolyDoor()
[all …]
H A Dp_local.h646 bool EV_RotatePoly (line_t *line, int polyNum, int speed, int byteAngle, int direction, bool overRi…
647 bool EV_MovePoly (line_t *line, int polyNum, int speed, angle_t angle, fixed_t dist, bool overRide);
648 bool EV_MovePolyTo (line_t *line, int polyNum, int speed, fixed_t x, fixed_t y, bool overRide);
649 bool EV_OpenPolyDoor (line_t *line, int polyNum, int speed, angle_t angle, int delay, int distance,…
650 bool EV_StopPoly (int polyNum);
670 FPolyObj *PO_GetPolyobj(int polyNum);
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/geometry/
H A DTraceModel.h143 float GetPolygonArea( int polyNum ) const;
156 …void ProjectionIntegrals( int polyNum, int a, int b, struct projectionIntegrals_s &integrals ) …
157 …void PolygonIntegrals( int polyNum, int a, int b, int c, struct polygonIntegrals_s &integrals )…
H A DTraceModel.cpp1137 float idTraceModel::GetPolygonArea( int polyNum ) const { in GetPolygonArea()
1143 if ( polyNum < 0 || polyNum >= numPolys ) { in GetPolygonArea()
1146 poly = &polys[polyNum]; in GetPolygonArea()
1273 void idTraceModel::ProjectionIntegrals( int polyNum, int a, int b, struct projectionIntegrals_s &in… in ProjectionIntegrals() argument
1285 poly = &polys[polyNum]; in ProjectionIntegrals()
1357 void idTraceModel::PolygonIntegrals( int polyNum, int a, int b, int c, struct polygonIntegrals_s &i… in PolygonIntegrals() argument
1363 ProjectionIntegrals( polyNum, a, b, pi ); in PolygonIntegrals()
1365 n = polys[polyNum].normal; in PolygonIntegrals()
1366 w = -polys[polyNum].dist; in PolygonIntegrals()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/lef/clef/
H A DxlefiVia.cpp108 int lefiVia_polyColorMask (const ::lefiVia* obj, int layerNum, int polyNum) { in lefiVia_polyColorMask() argument
109 return ((LefDefParser::lefiVia*)obj)->polyColorMask(layerNum, polyNum); in lefiVia_polyColorMask()
116 ::lefiGeomPolygon lefiVia_getPolygon (const ::lefiVia* obj, int layerNum, int polyNum) { in lefiVia_getPolygon() argument
118 tmp = ((LefDefParser::lefiVia*)obj)->getPolygon(layerNum, polyNum); in lefiVia_getPolygon()
H A DlefiVia.h67 EXTERN int lefiVia_polyColorMask (const lefiVia* obj, int layerNum, int polyNum);
69 EXTERN struct lefiGeomPolygon lefiVia_getPolygon (const lefiVia* obj, int layerNum, int polyNum);
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/loaders/lw3d/
H A DLwoParser.java137 for (int polyNum = 0; polyNum < numPolys; ++polyNum) { in skipDetailPolygons()
138 debugOutputLn(VALUES, "polyNum = " + polyNum); in skipDetailPolygons()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/lef/lef/
H A DlefiVia.hpp152 int polyColorMask(int layerNum, int polyNum) const;
154 lefiGeomPolygon getPolygon(int layerNum, int polyNum) const; // 5.6
H A DlefiVia.cpp1256 int polyNum) const in polyColorMask()
1269 return vl->polyColorMask(polyNum); in polyColorMask()
1288 int polyNum) const in getPolygon()
1307 return *(vl->getPolygon(polyNum)); in getPolygon()
/dports/games/vavoom/vavoom-1.33/source/
H A Dp_polyobj.cpp562 polyobj_t* VLevel::GetPolyobj(int polyNum) in GetPolyobj() argument
567 if (PolyObjs[i].tag == polyNum) in GetPolyobj()
884 P_GET_INT(polyNum); in IMPLEMENT_FUNCTION()
886 RET_PTR(Self->GetPolyobj(polyNum)); in IMPLEMENT_FUNCTION()
891 P_GET_INT(polyNum); in IMPLEMENT_FUNCTION()
893 RET_INT(Self->GetPolyobjMirror(polyNum)); in IMPLEMENT_FUNCTION()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkDiscreteFlyingEdgesClipper2D.cxx306 void GenerateScalars(T *s, unsigned char dCase, vtkIdType &polyNum);
853 GenerateScalars(T *sPtr, unsigned char dCase, vtkIdType &polyNum) in GenerateScalars() argument
883 this->NewScalars[polyNum++] = *s; in GenerateScalars()
1074 vtkIdType polyNum = eMD0[2]; in GenerateOutput() local
1132 this->GenerateScalars(rowPtr+i, dCase, polyNum); in GenerateOutput()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkDiscreteFlyingEdgesClipper2D.cxx306 void GenerateScalars(T* s, unsigned char dCase, vtkIdType& polyNum);
1117 T* sPtr, unsigned char dCase, vtkIdType& polyNum) in GenerateScalars() argument
1147 this->NewScalars[polyNum++] = *s; in GenerateScalars()
1343 vtkIdType polyNum = eMD0[2]; in GenerateOutput() local
1405 this->GenerateScalars(rowPtr + i, dCase, polyNum); in GenerateOutput()
/dports/games/vavoom/vavoom-1.33/progs/common/linespec/
H A DLineSpecialLevelInfo.vc2189 int polyNum;
2193 polyNum = Arg1;
2207 pe.polyobj = polyNum;
2267 polyNum = mirror;
2283 int polyNum;
2288 polyNum = Arg1;
2302 pe.polyobj = polyNum;
2349 polyNum = mirror;
2365 int polyNum;
2370 polyNum = Arg1;
[all …]
/dports/games/vavoom/vavoom-1.33/progs/common/engine/
H A DLevel.vc190 native final polyobj_t* GetPolyobj(int polyNum);