Searched refs:oldtempIndex (Results 1 – 1 of 1) sorted by relevance
/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/nurbtess/ |
H A D | monoTriangulation.cc | 1041 Int tempIndex, oldtempIndex = 0; in monoTriangulationRec() local 1079 oldtempIndex = tempIndex; in monoTriangulationRec() 1091 …monoTriangulationRec(inc_chain, inc_index, temp, tempIndex, oldtemp, oldtempIndex, botVertex, pStr… in monoTriangulationRec() 1100 oldtempIndex = tempIndex; in monoTriangulationRec() 1112 …monoTriangulationRec(temp, tempIndex, dec_chain, dec_index, oldtemp, oldtempIndex, botVertex, pStr… in monoTriangulationRec()
|