Searched refs:dec_array (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | monoTriangulationBackend.cc | 170 Real** dec_array ; local in function:monoTriangulationRec 177 dec_array = dec_chain->getArray(); 184 rChain.processNewVertex(dec_array[i], backend); 207 dec_array = dec_chain -> getArray(); 213 if(compV2InY(inc_array[inc_current], dec_array[dec_current]) <= 0) 220 if(compV2InY(inc_array[inc_current], dec_array[i]) <= 0) 221 rChain.processNewVertex(dec_array[i], backend); 226 monoTriangulationRec(dec_array[i-1], botVertex, 231 else /*compV2InY(inc_array[inc_current], dec_array[dec_current]) > 0*/ 238 if(compV2InY(inc_array[i], dec_array[dec_curren 315 Real** dec_array ; local in function:monoTriangulationRecFunBackend [all...] |
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | monoTriangulation.cc | 498 Real** dec_array ; local in function:monoTriangulationRecGen 505 dec_array = dec_chain->getArray(); 511 rChain.processNewVertex(dec_array[i], pStream); 533 dec_array = dec_chain -> getArray(); 538 if(compV2InY(inc_array[inc_current], dec_array[dec_current]) <= 0) 545 if(compV2InY(inc_array[inc_current], dec_array[i]) <= 0) 546 rChain.processNewVertex(dec_array[i], pStream); 551 monoTriangulationRecGen(dec_array[i-1], botVertex, 556 else /*compV2InY(inc_array[inc_current], dec_array[dec_current]) > 0*/ 563 if(compV2InY(inc_array[i], dec_array[dec_curren 748 Real** dec_array ; local in function:monoTriangulationRecFunGen 844 Real** dec_array ; local in function:monoTriangulationRecFun 940 Real** dec_array ; local in function:monoTriangulationRec [all...] |
Completed in 4 milliseconds