Lines Matching +defs:P +defs:i
33 M_PolyhedronInit(M_Polyhedron *P) in M_PolyhedronInit()
44 M_PolyhedronFree(M_Polyhedron *P) in M_PolyhedronFree()
55 M_PolyhedronRead(AG_DataSource *ds, M_Polyhedron *P) in M_PolyhedronRead()
57 Uint i, j; in M_PolyhedronRead() local
116 M_PolyhedronWrite(AG_DataSource *ds, const M_Polyhedron *P) in M_PolyhedronWrite()
118 Uint i, j; in M_PolyhedronWrite() local
154 M_PolyhedronAddVertex(M_Polyhedron *P, M_Vector3 v) in M_PolyhedronAddVertex()
168 M_PolyhedronDelVertex(M_Polyhedron *P, Uint i) in M_PolyhedronDelVertex()
186 M_PolyhedronAddEdge(M_Polyhedron *P, int v1, int v2) in M_PolyhedronAddEdge()
208 M_PolyhedronDelEdge(M_Polyhedron *P, Uint e) in M_PolyhedronDelEdge()
210 Uint i = (P->e[e].oe < e) ? P->e[e].oe : e; /* Pick head HE */ in M_PolyhedronDelEdge() local
226 M_PolyhedronAddFacet(M_Polyhedron *P, Uint n, const Uint *e) in M_PolyhedronAddFacet()
248 M_PolyhedronDelFacet(M_Polyhedron *P, Uint i) in M_PolyhedronDelFacet()